.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: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 4rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3rem;
  line-height: 140%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff5753 !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9c53 !important;
}
.bg-danger {
  background-color: #eb312c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb312c !important;
  border-color: #eb312c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !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: #ff5753;
  color: #ff5753;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fb0600 !important;
  background-color: transparent !important;
  border-color: #fb0600 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9c53;
  color: #ff9c53;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6b00 !important;
  background-color: transparent !important;
  border-color: #fb6b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #eb312c;
  color: #eb312c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b01511 !important;
  background-color: transparent !important;
  border-color: #b01511 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eb312c !important;
  border-color: #eb312c !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: #ff5753 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9c53 !important;
}
.text-danger {
  color: #eb312c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ec0500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec6400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a2130f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff5753;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9c53;
}
.alert-danger {
  background-color: #eb312c;
}
.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: #ff5753;
  border-color: #ff5753;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5753;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde7e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #ff5753 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ff5753;
}
/* 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: #ff5753;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5753;
}
.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: #ff5753;
  border-bottom-color: #ff5753;
}
.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: #ff5753 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23ff5753' %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 {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  border-color: #ff5753;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  border-color: #eeeeee;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  border-color: #ff9c53;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  border-color: #eb312c;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-tWwjuqwjZk {
  background-color: transparent;
}
.cid-tWwjuqwjZk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tWwjuqwjZk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWwjuqwjZk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWwjuqwjZk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWwjuqwjZk .menu_box .navbar.opened,
  .cid-tWwjuqwjZk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWwjuqwjZk .navbar-dropdown {
  position: relative !important;
}
.cid-tWwjuqwjZk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWwjuqwjZk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWwjuqwjZk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-tWwjuqwjZk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWwjuqwjZk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWwjuqwjZk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWwjuqwjZk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWwjuqwjZk .offcanvas-body .mbr-text,
  .cid-tWwjuqwjZk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWwjuqwjZk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWwjuqwjZk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWwjuqwjZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwjuqwjZk .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-tWwjuqwjZk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWwjuqwjZk 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-tWwjuqwjZk .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWwjuqwjZk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-tWwjuqwjZk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWwjuqwjZk .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWwjuqwjZk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tWwjuqwjZk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWwjuqwjZk .nav-item .nav-link:hover::before,
.cid-tWwjuqwjZk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tWwjuqwjZk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWwjuqwjZk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwjuqwjZk .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-tWwjuqwjZk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWwjuqwjZk .offcanvas_box {
    display: none;
  }
}
.cid-tWwjuqwjZk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWwjuqwjZk .container {
  display: flex;
  margin: auto;
}
.cid-tWwjuqwjZk .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-tWwjuqwjZk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWwjuqwjZk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWwjuqwjZk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .navbar-nav {
    margin: 0;
  }
}
.cid-tWwjuqwjZk .dropdown-menu,
.cid-tWwjuqwjZk .navbar.opened {
  background-color: false !important;
}
.cid-tWwjuqwjZk .nav-item:focus,
.cid-tWwjuqwjZk .nav-link:focus {
  outline: none;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWwjuqwjZk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWwjuqwjZk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWwjuqwjZk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWwjuqwjZk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWwjuqwjZk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWwjuqwjZk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWwjuqwjZk .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWwjuqwjZk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWwjuqwjZk .navbar.collapsed {
  justify-content: center;
}
.cid-tWwjuqwjZk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWwjuqwjZk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWwjuqwjZk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWwjuqwjZk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWwjuqwjZk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWwjuqwjZk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWwjuqwjZk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWwjuqwjZk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWwjuqwjZk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWwjuqwjZk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWwjuqwjZk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWwjuqwjZk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWwjuqwjZk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWwjuqwjZk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWwjuqwjZk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWwjuqwjZk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWwjuqwjZk .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-tWwjuqwjZk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tWwjuqwjZk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwjuqwjZk .dropdown-item.active,
.cid-tWwjuqwjZk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWwjuqwjZk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWwjuqwjZk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWwjuqwjZk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWwjuqwjZk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWwjuqwjZk 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: #ff5753;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWwjuqwjZk .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-tWwjuqwjZk .navbar {
    height: 70px;
  }
  .cid-tWwjuqwjZk .navbar.opened {
    height: auto;
  }
  .cid-tWwjuqwjZk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwjuqwjZk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWwjuqwjZk .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-tWwjuqwjZk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWwjuqwjZk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWwjuqwjZk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-tWwjuqwjZk .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWwjuqwjZk .text_widget {
  margin-bottom: 32px;
}
.cid-tWwjuqwjZk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWwjuqwjZk .text_widget a:hover,
.cid-tWwjuqwjZk .text_widget a:focus {
  opacity: .8;
}
.cid-tWwjuqwjZk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWwjuqwjZk .navbar-caption {
  color: #000000;
}
.cid-tWwjuqwjZk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tWwjuqwjZk .mbr-section-subtitle,
.cid-tWwjuqwjZk .text_widget,
.cid-tWwjuqwjZk .mbr-section-btn {
  text-align: center;
}
.cid-tWwjuqwjZk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2AfbTfvHW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pic-background-slider-small-432x154.png");
}
.cid-u2AfbTfvHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2AfbTfvHW .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-u2AfbTfvHW .container {
    padding: 0 22px;
  }
}
.cid-u2AfbTfvHW .content-wrapper {
  padding-bottom: 10%;
}
.cid-u2AfbTfvHW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2AfbTfvHW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2AfbTfvHW .mbr-section-title {
  color: #ffffff;
}
.cid-u2AfbTfvHW .mbr-text {
  color: #ffffff;
}
.cid-tWwjuC6lQ5 {
  background-color: #f4f3f4;
}
.cid-tWwjuC6lQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjuC6lQ5 .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-tWwjuC6lQ5 .container {
    padding: 0 22px;
  }
}
.cid-tWwjuC6lQ5 .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-tWwjuC6lQ5 .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-tWwjuC6lQ5 .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #eb312c;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-tWwjuC6lQ5 .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWwjuC6lQ5 .image-wrapper {
  margin-bottom: 12px;
}
.cid-tWwjuC6lQ5 .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .image-wrapper img {
    height: 350px;
  }
}
.cid-tWwjuC6lQ5 .image-wrap {
  margin-bottom: 12px;
}
.cid-tWwjuC6lQ5 .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .image-wrap img {
    height: 350px;
  }
}
.cid-tWwjuC6lQ5 .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .content-wrapper {
    padding: 32px 0;
  }
}
.cid-tWwjuC6lQ5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tWwjuC6lQ5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWwjuC6lQ5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjuC6lQ5 .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-tWwjuC6lQ5 .mbr-text {
  color: #000000;
}
.cid-tWwjuC6lQ5 .mbr-text,
.cid-tWwjuC6lQ5 .mbr-section-btn {
  text-align: left;
}
.cid-u2BGOsuE8Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2BGOsuE8Z img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2BGOsuE8Z img {
    width: 100%;
  }
}
.cid-u2BGOsuE8Z .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2BGOsuE8Z .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-u2BGOsuE8Z .icon1 {
  color: #eb312c;
}
.cid-u2BGOsuE8Z .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2BGOsuE8Z .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-u2BGOsuE8Z .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-u2BGOsuE8Z .card-text {
  color: #777777;
}
.cid-u2BGOsuE8Z .mbr-section-subtitle {
  color: #777777;
}
.cid-u2BGOsuE8Z .mbr-text,
.cid-u2BGOsuE8Z .mbr-section-btn {
  color: #777777;
}
.cid-uNPPk1SwVa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNPPk1SwVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPPk1SwVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPPk1SwVa .card-wrapper {
  padding: 100px 120px;
  background-color: #f2f1f3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uNPPk1SwVa .card-wrapper {
    padding: 100px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uNPPk1SwVa .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uNPPk1SwVa .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uNPPk1SwVa .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uNPPk1SwVa .card-wrapper .content-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNPPk1SwVa .card-wrapper .content-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNPPk1SwVa .card-wrapper .content-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 52px;
  color: #19171c;
}
.cid-uNPPk1SwVa .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNPPk1SwVa .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNPPk1SwVa .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNPPk1SwVa .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uNPPk1SwVa .card-wrapper .image-wrapper {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uNPPk1SwVa .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNPPk1SwVa .card-wrapper .image-wrapper img {
  height: 300px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uNPPk1SwVa .card-wrapper .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uNPPk1SwVa .mbr-section-title {
  color: #19171c;
}
.cid-uNPPk1SwVa .mbr-text,
.cid-uNPPk1SwVa .text-wrapper {
  color: #19171c;
}
.cid-ui7ZExtTC8 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ui7ZExtTC8 .mbr-media {
  position: relative;
}
.cid-ui7ZExtTC8 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ui7ZExtTC8 a:hover {
  background-image: none !important;
}
.cid-ui7ZExtTC8 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ui7ZExtTC8 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ui7ZExtTC8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ui7ZExtTC8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ui7ZExtTC8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ui7ZExtTC8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ui7ZExtTC8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ui7ZExtTC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui7ZExtTC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui7ZExtTC8 .content-head {
  max-width: 800px;
}
.cid-ui7ZExtTC8 .mbr-section-title {
  color: #291f1e;
}
.cid-u2BIS94dJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-u2BIS94dJm .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-u2BIS94dJm img {
  width: 100%;
  border-radius: 10px;
}
.cid-u2BIS94dJm .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2BIS94dJm .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2BIS94dJm .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-u2BIS94dJm img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-u2BIS94dJm .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-u2BIS94dJm img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-u2BIS94dJm img {
    width: 100%;
  }
}
.cid-u2BIS94dJm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-u2BIS94dJm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u2BIS94dJm .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb312c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-u2BIS94dJm .mbr-text,
.cid-u2BIS94dJm .mbr-section-btn {
  color: #464646;
}
.cid-u2BIS94dJm .mbr-section-subtitle {
  color: #777777;
}
.cid-uFkOMpP5Vi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFkOMpP5Vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkOMpP5Vi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkOMpP5Vi .container-fluid {
  padding: 0;
}
.cid-uFkOMpP5Vi .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uFkOMpP5Vi .row {
    padding: 0 12px;
  }
}
.cid-uFkOMpP5Vi .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #ebeced;
}
.cid-uFkOMpP5Vi .title-wrapper {
  width: 100%;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uFkOMpP5Vi .title-wrapper {
    padding: 29px 12px 29px;
  }
}
.cid-uFkOMpP5Vi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  letter-spacing: .5rem;
}
.cid-uFkOMpP5Vi .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFkOMpP5Vi .image-wrapper {
    padding: 0 12px;
  }
}
.cid-uFkOMpP5Vi .image-wrapper .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFkOMpP5Vi .image-wrapper .img {
    height: 300px;
  }
}
.cid-uFkOMpP5Vi .mbr-section-title {
  color: #1c314e;
  text-align: center;
}
.cid-u2BFYInthh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2BFYInthh img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2BFYInthh img {
    width: 100%;
  }
}
.cid-u2BFYInthh .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2BFYInthh .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-u2BFYInthh .icon1 {
  color: #eb312c;
}
.cid-u2BFYInthh .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2BFYInthh .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-u2BFYInthh .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-u2BFYInthh .card-text {
  color: #777777;
}
.cid-u2BFYInthh .mbr-section-subtitle {
  color: #777777;
}
.cid-u2BFYInthh .mbr-text,
.cid-u2BFYInthh .mbr-section-btn {
  color: #777777;
}
.cid-u2C9D9JQIj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2C9D9JQIj img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-u2C9D9JQIj .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-u2C9D9JQIj .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-u2C9D9JQIj .brand:hover {
  transform: translate(0px, -4px);
}
.cid-u2C9D9JQIj .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-u2C9D9JQIj .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-u2C9D9JQIj .row-main {
    flex-direction: column;
  }
  .cid-u2C9D9JQIj .col-auto {
    margin-bottom: 10px;
  }
  .cid-u2C9D9JQIj .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-u2C9AFhBFy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2C9AFhBFy .item:focus,
.cid-u2C9AFhBFy span:focus {
  outline: none;
}
.cid-u2C9AFhBFy .item-wrapper {
  position: relative;
}
.cid-u2C9AFhBFy .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-u2C9AFhBFy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-u2C9AFhBFy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-u2C9AFhBFy .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-u2C9AFhBFy .embla__slide {
    min-width: 375px;
  }
}
.cid-u2C9AFhBFy .embla__button--next,
.cid-u2C9AFhBFy .embla__button--prev {
  display: flex;
}
.cid-u2C9AFhBFy .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2C9AFhBFy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2C9AFhBFy .embla__button:hover {
  background: #ffffff;
  color: #fff;
  transform: scale(1.05);
}
.cid-u2C9AFhBFy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2C9AFhBFy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2C9AFhBFy .embla__button {
    top: auto;
  }
}
.cid-u2C9AFhBFy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u2C9AFhBFy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u2C9AFhBFy .embla {
  position: relative;
  width: 100%;
}
.cid-u2C9AFhBFy .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-u2C9AFhBFy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2C9AFhBFy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2C9AFhBFy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2C9AFhBFy .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-u2C9AFhBFy .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-u2C9AFhBFy .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-u2C9AFhBFy .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-u2C9AFhBFy .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-u2C9AFhBFy .shadow:hover .number,
.cid-u2C9AFhBFy .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-u2C9AFhBFy .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-u2C9AFhBFy .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-u2C9AFhBFy .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-u2C9AFhBFy .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-u2C9AFhBFy H3 {
  color: #1d1d1f;
}
.cid-u2C9AFhBFy .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-u2C9AFhBFy .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-u2C9AFhBFy .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-u2C9AFhBFy .mbr-iconfont::before {
  font-size: 25px;
}
.cid-u2C9AFhBFy .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-u2C9AFhBFy .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-u2C9AFhBFy .people {
  align-items: center;
}
.cid-u2C9AFhBFy img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2C9AFhBFy .row.title-block {
    flex-direction: column;
  }
  .cid-u2C9AFhBFy .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-u2C9AFhBFy .mbr-section-title {
    text-align: center;
  }
}
.cid-u2C9AFhBFy .card-subtitle,
.cid-u2C9AFhBFy .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-u2C9AFhBFy .people {
    flex-direction: column;
  }
  .cid-u2C9AFhBFy .card-text,
  .cid-u2C9AFhBFy .align,
  .cid-u2C9AFhBFy .iconfont-wrapper {
    text-align: center;
  }
  .cid-u2C9AFhBFy img {
    margin-bottom: 20px !important;
  }
}
.cid-u2C9AFhBFy .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-u2C9AFhBFy .button-align {
    margin-top: 20px;
  }
}
.cid-u2C9AFhBFy .btn {
  margin-top: 20px;
}
.cid-u2C9AFhBFy a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2C9AFhBFy .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-u2C9AFhBFy .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-tWwjFfZ6rx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f3f4;
}
.cid-tWwjFfZ6rx .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-tWwjFfZ6rx .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-tWwjFfZ6rx .container {
    padding: 0 22px;
  }
}
.cid-tWwjFfZ6rx .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWwjFfZ6rx .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWwjFfZ6rx .image-wrapper img {
  height: 415px;
  object-fit: cover;
}
.cid-tWwjFfZ6rx .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-tWwjFfZ6rx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tWwjFfZ6rx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-tWwjFfZ6rx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tWwjFfZ6rx .embla__slide .slide-content .item-content .item-date {
  margin-bottom: 16px;
}
.cid-tWwjFfZ6rx .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 0;
}
.cid-tWwjFfZ6rx .embla__button--next,
.cid-tWwjFfZ6rx .embla__button--prev {
  display: flex;
}
.cid-tWwjFfZ6rx .embla__button {
  top: -4.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tWwjFfZ6rx .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tWwjFfZ6rx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWwjFfZ6rx .embla__button:hover {
  color: #ff5753 !important;
}
.cid-tWwjFfZ6rx .embla__button.embla__button--prev {
  right: 5rem;
}
.cid-tWwjFfZ6rx .embla__button.embla__button--next {
  right: 0;
}
.cid-tWwjFfZ6rx .embla {
  position: relative;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-tWwjFfZ6rx .embla {
    padding-bottom: 2rem;
  }
}
.cid-tWwjFfZ6rx .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tWwjFfZ6rx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWwjFfZ6rx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWwjFfZ6rx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWwjFfZ6rx .mbr-section-title {
  color: #000000;
}
.cid-tWwjFfZ6rx .item-date {
  color: #000000;
}
.cid-tWwjFfZ6rx .item-desc {
  color: #000000;
  text-align: left;
}
.cid-umbxEmFyrU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
@media (max-width: 992px) {
  .cid-umbxEmFyrU .container {
    padding: 0 22px;
  }
}
.cid-umbxEmFyrU .row {
  justify-content: space-between;
}
.cid-umbxEmFyrU .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-umbxEmFyrU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-umbxEmFyrU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 880px;
  max-width: 880px;
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-umbxEmFyrU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umbxEmFyrU .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-umbxEmFyrU .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  background-color: #292325;
  border-radius: 16px !important;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-umbxEmFyrU .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-umbxEmFyrU .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-umbxEmFyrU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umbxEmFyrU .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-umbxEmFyrU .embla__slide .slide-content .item-wrapper .item-content {
  padding: 16px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-umbxEmFyrU .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0;
  }
}
.cid-umbxEmFyrU .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-umbxEmFyrU .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-umbxEmFyrU .embla__button--next,
.cid-umbxEmFyrU .embla__button--prev {
  display: flex;
}
.cid-umbxEmFyrU .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-umbxEmFyrU .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-umbxEmFyrU .embla__button:hover {
  color: #ff5753 !important;
}
.cid-umbxEmFyrU .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-umbxEmFyrU .embla__button.embla__button--next {
  right: 0;
}
.cid-umbxEmFyrU .embla {
  position: relative;
  width: 100%;
}
.cid-umbxEmFyrU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umbxEmFyrU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umbxEmFyrU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umbxEmFyrU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umbxEmFyrU .mbr-section-title {
  color: #000000;
}
.cid-umbxEmFyrU .item-title {
  color: #ffffff;
}
.cid-umbxEmFyrU .item-text {
  color: #d4d3d3;
}
.cid-tWwjygyVZk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tWwjygyVZk img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  left: auto;
  right: -200px;
}
.cid-tWwjygyVZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjygyVZk .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-tWwjygyVZk .container {
    padding: 0 22px;
  }
}
.cid-tWwjygyVZk .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-tWwjygyVZk .row .card,
.cid-tWwjygyVZk .row .item {
  padding: 0 6px;
}
.cid-tWwjygyVZk .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tWwjygyVZk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWwjygyVZk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #eb312c;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tWwjygyVZk .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-tWwjygyVZk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWwjygyVZk .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-tWwjygyVZk .mbr-section-title {
  color: #000000;
}
.cid-tWwjygyVZk .mbr-desc {
  color: #000000;
}
.cid-tWwjygyVZk .card-title {
  color: #000000;
}
.cid-tWwjygyVZk .card-text {
  color: #8a8588;
}
.cid-tWwjDiwISI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tWwjDiwISI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjDiwISI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWwjDiwISI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-tWwjDiwISI .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-tWwjDiwISI .container {
    padding: 0 22px;
  }
}
.cid-tWwjDiwISI .row {
  justify-content: space-between;
}
.cid-tWwjDiwISI .content-wrapper {
  margin-bottom: 32px;
}
.cid-tWwjDiwISI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwjDiwISI .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tWwjDiwISI .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tWwjDiwISI .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-tWwjDiwISI .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tWwjDiwISI .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWwjDiwISI .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-tWwjDiwISI .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-tWwjDiwISI .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tWwjDiwISI .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-tWwjDiwISI .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-tWwjDiwISI .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-tWwjDiwISI .copy-wrapper {
    display: block;
  }
}
.cid-tWwjDiwISI .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWwjDiwISI .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-tWwjDiwISI .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tWwjDiwISI .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-tWwjDiwISI .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tWwjDiwISI .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tWwjDiwISI .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tWwjDiwISI .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-tWwjDiwISI .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tWwjDiwISI .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWwjDiwISI .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-tWwjDiwISI .mbr-section-title {
  color: #ff5753;
}
.cid-tWwjDiwISI .mbr-text {
  color: #ffffff;
}
.cid-tWwjDiwISI .list {
  color: #635d60;
}
.cid-tWwjDiwISI .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWwjDiwISI .mbr-copy,
.cid-tWwjDiwISI .social-wrapper {
  text-align: center;
}
.cid-tWwjDiwISI .mbr-section-title,
.cid-tWwjDiwISI .mbr-section-btn {
  color: #ffffff;
}
.cid-tWwjDiwISI .list,
.cid-tWwjDiwISI .item-wrap {
  color: #eb312c;
}
.cid-u2xHz3JzIf {
  background-color: transparent;
}
.cid-u2xHz3JzIf .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2xHz3JzIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2xHz3JzIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2xHz3JzIf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2xHz3JzIf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2xHz3JzIf .menu_box .navbar.opened,
  .cid-u2xHz3JzIf .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2xHz3JzIf .navbar-dropdown {
  position: relative !important;
}
.cid-u2xHz3JzIf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2xHz3JzIf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2xHz3JzIf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2xHz3JzIf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2xHz3JzIf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2xHz3JzIf .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2xHz3JzIf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2xHz3JzIf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2xHz3JzIf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2xHz3JzIf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2xHz3JzIf .offcanvas-body .mbr-text,
  .cid-u2xHz3JzIf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2xHz3JzIf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2xHz3JzIf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2xHz3JzIf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2xHz3JzIf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2xHz3JzIf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2xHz3JzIf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2xHz3JzIf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2xHz3JzIf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2xHz3JzIf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xHz3JzIf .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-u2xHz3JzIf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2xHz3JzIf 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-u2xHz3JzIf .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2xHz3JzIf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2xHz3JzIf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2xHz3JzIf .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2xHz3JzIf .nav-item {
    margin: 0 !important;
  }
}
.cid-u2xHz3JzIf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2xHz3JzIf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2xHz3JzIf .nav-item .nav-link:hover::before,
.cid-u2xHz3JzIf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2xHz3JzIf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2xHz3JzIf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2xHz3JzIf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2xHz3JzIf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xHz3JzIf .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-u2xHz3JzIf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2xHz3JzIf .offcanvas_box {
    display: none;
  }
}
.cid-u2xHz3JzIf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2xHz3JzIf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2xHz3JzIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2xHz3JzIf .container {
  display: flex;
  margin: auto;
}
.cid-u2xHz3JzIf .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-u2xHz3JzIf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2xHz3JzIf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2xHz3JzIf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2xHz3JzIf .navbar-nav {
    margin: 0;
  }
}
.cid-u2xHz3JzIf .dropdown-menu,
.cid-u2xHz3JzIf .navbar.opened {
  background-color: false !important;
}
.cid-u2xHz3JzIf .nav-item:focus,
.cid-u2xHz3JzIf .nav-link:focus {
  outline: none;
}
.cid-u2xHz3JzIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2xHz3JzIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2xHz3JzIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2xHz3JzIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2xHz3JzIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2xHz3JzIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2xHz3JzIf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2xHz3JzIf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2xHz3JzIf .navbar.opened {
  transition: all 0.3s;
}
.cid-u2xHz3JzIf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2xHz3JzIf .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2xHz3JzIf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2xHz3JzIf .navbar.collapsed {
  justify-content: center;
}
.cid-u2xHz3JzIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2xHz3JzIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2xHz3JzIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2xHz3JzIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2xHz3JzIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2xHz3JzIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2xHz3JzIf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2xHz3JzIf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2xHz3JzIf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2xHz3JzIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2xHz3JzIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2xHz3JzIf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2xHz3JzIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2xHz3JzIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2xHz3JzIf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2xHz3JzIf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2xHz3JzIf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2xHz3JzIf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2xHz3JzIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2xHz3JzIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2xHz3JzIf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2xHz3JzIf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2xHz3JzIf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2xHz3JzIf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2xHz3JzIf .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-u2xHz3JzIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2xHz3JzIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2xHz3JzIf .dropdown-item.active,
.cid-u2xHz3JzIf .dropdown-item:active {
  background-color: transparent;
}
.cid-u2xHz3JzIf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2xHz3JzIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2xHz3JzIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2xHz3JzIf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2xHz3JzIf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2xHz3JzIf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2xHz3JzIf 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: #ff5753;
}
.cid-u2xHz3JzIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2xHz3JzIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2xHz3JzIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xHz3JzIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xHz3JzIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2xHz3JzIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xHz3JzIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2xHz3JzIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2xHz3JzIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xHz3JzIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2xHz3JzIf .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-u2xHz3JzIf .navbar {
    height: 70px;
  }
  .cid-u2xHz3JzIf .navbar.opened {
    height: auto;
  }
  .cid-u2xHz3JzIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2xHz3JzIf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2xHz3JzIf .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2xHz3JzIf .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2xHz3JzIf .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2xHz3JzIf .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2xHz3JzIf .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2xHz3JzIf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2xHz3JzIf .text_widget {
  margin-bottom: 32px;
}
.cid-u2xHz3JzIf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2xHz3JzIf .text_widget a:hover,
.cid-u2xHz3JzIf .text_widget a:focus {
  opacity: .8;
}
.cid-u2xHz3JzIf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2xHz3JzIf .navbar-caption {
  color: #000000;
}
.cid-u2xHz3JzIf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2xHz3JzIf .mbr-section-subtitle,
.cid-u2xHz3JzIf .text_widget,
.cid-u2xHz3JzIf .mbr-section-btn {
  text-align: center;
}
.cid-u2xHz3JzIf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2xHz4mTZj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2xHz4mTZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz4mTZj .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-u2xHz4mTZj .container {
    padding: 0 22px;
  }
}
.cid-u2xHz4mTZj .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-u2xHz4mTZj .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-u2xHz4mTZj .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-u2xHz4mTZj .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-u2xHz4mTZj .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2xHz4mTZj .image-wrapper {
  margin-bottom: 12px;
}
.cid-u2xHz4mTZj .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2xHz4mTZj .image-wrapper img {
    height: 350px;
  }
}
.cid-u2xHz4mTZj .image-wrap {
  margin-bottom: 12px;
}
.cid-u2xHz4mTZj .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u2xHz4mTZj .image-wrap img {
    height: 350px;
  }
}
.cid-u2xHz4mTZj .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-u2xHz4mTZj .content-wrapper {
    padding: 32px 0;
  }
}
.cid-u2xHz4mTZj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u2xHz4mTZj .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2xHz4mTZj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2xHz4mTZj .mbr-desc {
  color: #000000;
}
.cid-u2xHz4mTZj .mbr-text {
  color: #000000;
}
.cid-u2xHz4KbXD {
  background-color: #ffffff;
}
.cid-u2xHz4KbXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz4KbXD .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-u2xHz4KbXD .container {
    padding: 0 22px;
  }
}
.cid-u2xHz4KbXD .row {
  justify-content: space-between;
}
.cid-u2xHz4KbXD .row .card {
  justify-content: center;
}
.cid-u2xHz4KbXD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xHz4KbXD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2xHz4KbXD .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u2xHz4KbXD .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2xHz4KbXD .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2xHz4KbXD .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u2xHz4KbXD .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #ff5753;
  margin-right: 55px;
}
.cid-u2xHz4KbXD .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2xHz4KbXD .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u2xHz4KbXD .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u2xHz4KbXD .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2xHz4KbXD .mbr-section-title {
  color: #000000;
}
.cid-u2xHz4KbXD .mbr-text {
  color: #000000;
}
.cid-u2xHz4KbXD .card-title {
  color: #ff5753;
}
.cid-u2xHz4KbXD .card-text {
  color: #000000;
}
.cid-u2xHz5bfLG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-u2xHz5bfLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz5bfLG .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-u2xHz5bfLG .container {
    padding: 0 22px;
  }
}
.cid-u2xHz5bfLG .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2xHz5bfLG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2xHz5bfLG .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-u2xHz5bfLG .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u2xHz5bfLG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2xHz5bfLG .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2xHz5bfLG .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2xHz5bfLG .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-u2xHz5bfLG .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u2xHz5bfLG .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-u2xHz5bfLG .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
}
@media (max-width: 992px) {
  .cid-u2xHz5bfLG .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-u2xHz5bfLG .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
}
.cid-u2xHz5bfLG .mbr-desc {
  color: #ff5753;
}
.cid-u2xHz5bfLG .mbr-section-title {
  color: #000000;
}
.cid-u2xHz5bfLG .card-title {
  color: #000000;
}
.cid-u2xHz5bfLG .card-text {
  color: #635d60;
}
.cid-u2xHz5ye7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2xHz5ye7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz5ye7L .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-u2xHz5ye7L .container {
    padding: 0 22px;
  }
}
.cid-u2xHz5ye7L .item:nth-child(2n) .item-wrapper {
  padding: 0 32px 0 128px;
}
.cid-u2xHz5ye7L .item .item-wrapper {
  padding: 0 128px 0 32px;
}
.cid-u2xHz5ye7L .item .item-wrapper .card-box .card-desc {
  margin-bottom: 32px;
}
.cid-u2xHz5ye7L .item .item-wrapper .card-box .card-title {
  margin-bottom: 22px;
}
.cid-u2xHz5ye7L .card-desc {
  color: #ff5753;
}
.cid-u2xHz5ye7L .card-title {
  color: #000000;
}
.cid-u2xHz5WlP2 {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u2xHz5WlP2 img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u2xHz5WlP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz5WlP2 .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-u2xHz5WlP2 .container {
    padding: 0 22px;
  }
}
.cid-u2xHz5WlP2 .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-u2xHz5WlP2 .row .card,
.cid-u2xHz5WlP2 .row .item {
  padding: 0 6px;
}
.cid-u2xHz5WlP2 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u2xHz5WlP2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2xHz5WlP2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-u2xHz5WlP2 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-u2xHz5WlP2 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #ff5753;
}
.cid-u2xHz5WlP2 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u2xHz5WlP2 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2xHz5WlP2 .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u2xHz5WlP2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2xHz5WlP2 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-u2xHz5WlP2 .mbr-section-title {
  color: #000000;
}
.cid-u2xHz5WlP2 .mbr-desc {
  color: #000000;
}
.cid-u2xHz5WlP2 .card-title {
  color: #000000;
}
.cid-u2xHz5WlP2 .card-text {
  color: #8a8588;
}
.cid-u2xHz6tIUj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2xHz6tIUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz6tIUj .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-u2xHz6tIUj .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xHz6tIUj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2xHz6tIUj .row {
  justify-content: space-between;
}
.cid-u2xHz6tIUj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-u2xHz6tIUj .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u2xHz6tIUj .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2xHz6tIUj .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u2xHz6tIUj .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-u2xHz6tIUj .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-u2xHz6tIUj .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-u2xHz6tIUj .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u2xHz6tIUj .mbr-section-title {
  color: #000000;
}
.cid-u2xHz6tIUj .card-title {
  color: #000000;
}
.cid-u2xHz6Se8D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-u2xHz6Se8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz6Se8D .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-u2xHz6Se8D .container {
    padding: 0 22px;
  }
}
.cid-u2xHz6Se8D .row {
  justify-content: space-between;
}
.cid-u2xHz6Se8D .row .card {
  justify-content: center;
}
.cid-u2xHz6Se8D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xHz6Se8D .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u2xHz6Se8D .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-u2xHz6Se8D .image-wrapper {
  position: relative;
}
.cid-u2xHz6Se8D .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u2xHz6Se8D .image-wrapper img {
    height: 350px;
  }
}
.cid-u2xHz6Se8D .mbr-section-title {
  color: #000000;
}
.cid-u2xHz6Se8D .mbr-desc {
  color: #000000;
}
.cid-u2xHz6Se8D .mbr-text {
  color: #000000;
}
.cid-u2xHz7jRUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2xHz7jRUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz7jRUS .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-u2xHz7jRUS .container {
    padding: 0 22px;
  }
}
.cid-u2xHz7jRUS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2xHz7jRUS .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u2xHz7jRUS .content-wrapper img {
  height: 510px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u2xHz7jRUS .content-wrapper img {
    height: 350px;
  }
}
.cid-u2xHz7jRUS .mbr-section-title {
  color: #000000;
}
.cid-u2xHz7WjjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u2xHz7WjjF .container {
    padding: 0 22px;
  }
}
.cid-u2xHz7WjjF .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2xHz7WjjF .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2xHz7WjjF .image-wrapper img {
  height: 415px;
  object-fit: cover;
}
.cid-u2xHz7WjjF .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2xHz7WjjF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u2xHz7WjjF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-u2xHz7WjjF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2xHz7WjjF .embla__slide .slide-content .item-content .item-date {
  margin-bottom: 16px;
}
.cid-u2xHz7WjjF .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 0;
}
.cid-u2xHz7WjjF .embla__button--next,
.cid-u2xHz7WjjF .embla__button--prev {
  display: flex;
}
.cid-u2xHz7WjjF .embla__button {
  top: -4.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u2xHz7WjjF .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u2xHz7WjjF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2xHz7WjjF .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u2xHz7WjjF .embla__button.embla__button--prev {
  right: 5rem;
}
.cid-u2xHz7WjjF .embla__button.embla__button--next {
  right: 0;
}
.cid-u2xHz7WjjF .embla {
  position: relative;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2xHz7WjjF .embla {
    padding-bottom: 2rem;
  }
}
.cid-u2xHz7WjjF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2xHz7WjjF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2xHz7WjjF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2xHz7WjjF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2xHz7WjjF .mbr-section-title {
  color: #000000;
}
.cid-u2xHz7WjjF .item-date {
  color: #000000;
}
.cid-u2xHz7WjjF .item-desc {
  color: #000000;
}
.cid-u2xHz8ya5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .container {
    padding: 0 22px;
  }
}
.cid-u2xHz8ya5e .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xHz8ya5e .slider-wrapper {
  position: relative;
  padding: 80px 64px;
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .slider-wrapper {
    padding: 6px 6px 32px;
  }
}
.cid-u2xHz8ya5e .slider-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2xHz8ya5e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u2xHz8ya5e .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2xHz8ya5e .embla__slide .slide-content {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 0 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .embla__slide .slide-content {
    display: block;
  }
}
.cid-u2xHz8ya5e .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-u2xHz8ya5e .embla__slide .slide-content .item-wrapper .item-img img {
  position: static;
  height: 320px;
  object-fit: cover;
}
.cid-u2xHz8ya5e .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u2xHz8ya5e .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 18px;
}
.cid-u2xHz8ya5e .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 10px;
}
.cid-u2xHz8ya5e .embla__button--next,
.cid-u2xHz8ya5e .embla__button--prev {
  display: flex;
}
.cid-u2xHz8ya5e .embla__button {
  bottom: 45%;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  border: none !important;
}
.cid-u2xHz8ya5e .embla__button .mbr-iconfont {
  padding: 10px 24px;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 64px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .embla__button {
    bottom: 0;
  }
}
.cid-u2xHz8ya5e .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2xHz8ya5e .embla__button:hover .mbr-iconfont {
  padding: 10px 24px 10px 48px;
}
.cid-u2xHz8ya5e .embla__button.embla__button--prev {
  left: 45%;
  display: none;
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u2xHz8ya5e .embla__button.embla__button--next {
  right: -22rem;
}
@media (max-width: 1400px) {
  .cid-u2xHz8ya5e .embla__button.embla__button--next {
    right: -18rem;
  }
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u2xHz8ya5e .embla__button .mbr-next {
  min-width: 50px;
  color: #ffffff;
  font-size: 18px !important;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.cid-u2xHz8ya5e .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .embla {
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u2xHz8ya5e .embla {
    width: 100%;
  }
}
.cid-u2xHz8ya5e .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2xHz8ya5e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2xHz8ya5e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2xHz8ya5e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2xHz8ya5e .mbr-section-title {
  color: #000000;
}
.cid-u2xHz8ya5e .item-title {
  color: #000000;
}
.cid-u2xHz8ya5e .item-text {
  color: #000000;
}
.cid-u2xHz95vpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2xHz95vpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz95vpv .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-u2xHz95vpv .container {
    padding: 0 22px;
  }
}
.cid-u2xHz95vpv .row {
  justify-content: space-between;
}
.cid-u2xHz95vpv .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u2xHz95vpv .image-wrapper img {
    height: 350px;
  }
}
.cid-u2xHz95vpv .mbr-section-title {
  margin-bottom: 16px;
  color: #8a8588;
}
.cid-u2xHz95vpv .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-u2xHz95vpv .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-u2xHz95vpv .panel-group .card:hover,
.cid-u2xHz95vpv .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-u2xHz95vpv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u2xHz95vpv .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-u2xHz95vpv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u2xHz95vpv .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u2xHz95vpv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-u2xHz95vpv .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-u2xHz95vpv .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-u2xHz95vpv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u2xHz95vpv .panel-title-edit {
  color: #000000;
}
.cid-u2xHz95vpv .panel-text {
  color: #8a8588;
}
.cid-u2xHz9D2BK {
  background-color: #ffffff;
}
.cid-u2xHz9D2BK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHz9D2BK .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-u2xHz9D2BK .container {
    padding: 0 22px;
  }
}
.cid-u2xHz9D2BK .row .card {
  justify-content: flex-end;
}
.cid-u2xHz9D2BK .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2xHz9D2BK .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-u2xHz9D2BK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2xHz9D2BK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2xHz9D2BK .item {
  padding: 0 6px;
  margin-bottom: 40px;
}
.cid-u2xHz9D2BK .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-u2xHz9D2BK .item .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2xHz9D2BK .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u2xHz9D2BK .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-u2xHz9D2BK .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-u2xHz9D2BK .item .item-wrapper .item-content .card-text {
  margin: 32px 0 0 0;
}
.cid-u2xHz9D2BK .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
  display: block;
}
.cid-u2xHz9D2BK .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-u2xHz9D2BK .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-u2xHz9D2BK .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u2xHz9D2BK .items-wrapper {
  margin: 0 -6px;
}
.cid-u2xHz9D2BK .mbr-section-title {
  color: #000000;
}
.cid-u2xHz9D2BK .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-u2xHz9D2BK .card-name {
  color: #000000;
}
.cid-u2xHz9D2BK .card-role {
  color: #000000;
}
.cid-u2xHz9D2BK .card-text {
  color: #635d60;
}
.cid-u2xHza8Byb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2xHza8Byb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xHza8Byb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xHza8Byb .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2xHza8Byb .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xHza8Byb .container {
    padding: 0 22px;
  }
}
.cid-u2xHza8Byb .row {
  justify-content: space-between;
}
.cid-u2xHza8Byb .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2xHza8Byb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xHza8Byb .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2xHza8Byb .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2xHza8Byb .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2xHza8Byb .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2xHza8Byb .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2xHza8Byb .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2xHza8Byb .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2xHza8Byb .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2xHza8Byb .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2xHza8Byb .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2xHza8Byb .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2xHza8Byb .copy-wrapper {
    display: block;
  }
}
.cid-u2xHza8Byb .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xHza8Byb .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2xHza8Byb .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2xHza8Byb .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2xHza8Byb .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2xHza8Byb .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2xHza8Byb .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2xHza8Byb .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2xHza8Byb .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2xHza8Byb .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2xHza8Byb .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2xHza8Byb .mbr-section-title {
  color: #ff5753;
}
.cid-u2xHza8Byb .mbr-text {
  color: #ffffff;
}
.cid-u2xHza8Byb .list {
  color: #635d60;
}
.cid-u2xHza8Byb .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2xHza8Byb .mbr-copy,
.cid-u2xHza8Byb .social-wrapper {
  text-align: center;
}
.cid-u2xHza8Byb .mbr-section-title,
.cid-u2xHza8Byb .mbr-section-btn {
  color: #ffffff;
}
.cid-u2xHza8Byb .list,
.cid-u2xHza8Byb .item-wrap {
  color: #eb312c;
}
.cid-u2C3d56OUF {
  background-color: transparent;
}
.cid-u2C3d56OUF .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2C3d56OUF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2C3d56OUF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2C3d56OUF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2C3d56OUF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2C3d56OUF .menu_box .navbar.opened,
  .cid-u2C3d56OUF .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2C3d56OUF .navbar-dropdown {
  position: relative !important;
}
.cid-u2C3d56OUF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2C3d56OUF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2C3d56OUF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2C3d56OUF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2C3d56OUF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2C3d56OUF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2C3d56OUF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2C3d56OUF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2C3d56OUF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2C3d56OUF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2C3d56OUF .offcanvas-body .mbr-text,
  .cid-u2C3d56OUF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2C3d56OUF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2C3d56OUF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2C3d56OUF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2C3d56OUF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2C3d56OUF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2C3d56OUF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2C3d56OUF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2C3d56OUF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2C3d56OUF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2C3d56OUF .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-u2C3d56OUF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2C3d56OUF 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-u2C3d56OUF .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2C3d56OUF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2C3d56OUF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2C3d56OUF .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2C3d56OUF .nav-item {
    margin: 0 !important;
  }
}
.cid-u2C3d56OUF .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2C3d56OUF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2C3d56OUF .nav-item .nav-link:hover::before,
.cid-u2C3d56OUF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2C3d56OUF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2C3d56OUF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2C3d56OUF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2C3d56OUF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2C3d56OUF .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-u2C3d56OUF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2C3d56OUF .offcanvas_box {
    display: none;
  }
}
.cid-u2C3d56OUF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2C3d56OUF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2C3d56OUF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2C3d56OUF .container {
  display: flex;
  margin: auto;
}
.cid-u2C3d56OUF .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-u2C3d56OUF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2C3d56OUF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2C3d56OUF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2C3d56OUF .navbar-nav {
    margin: 0;
  }
}
.cid-u2C3d56OUF .dropdown-menu,
.cid-u2C3d56OUF .navbar.opened {
  background-color: false !important;
}
.cid-u2C3d56OUF .nav-item:focus,
.cid-u2C3d56OUF .nav-link:focus {
  outline: none;
}
.cid-u2C3d56OUF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2C3d56OUF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2C3d56OUF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2C3d56OUF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2C3d56OUF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2C3d56OUF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2C3d56OUF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2C3d56OUF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2C3d56OUF .navbar.opened {
  transition: all 0.3s;
}
.cid-u2C3d56OUF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2C3d56OUF .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2C3d56OUF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2C3d56OUF .navbar.collapsed {
  justify-content: center;
}
.cid-u2C3d56OUF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2C3d56OUF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2C3d56OUF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2C3d56OUF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2C3d56OUF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2C3d56OUF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2C3d56OUF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2C3d56OUF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2C3d56OUF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2C3d56OUF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2C3d56OUF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2C3d56OUF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2C3d56OUF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2C3d56OUF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2C3d56OUF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2C3d56OUF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2C3d56OUF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2C3d56OUF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2C3d56OUF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2C3d56OUF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2C3d56OUF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2C3d56OUF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2C3d56OUF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2C3d56OUF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2C3d56OUF .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-u2C3d56OUF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2C3d56OUF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2C3d56OUF .dropdown-item.active,
.cid-u2C3d56OUF .dropdown-item:active {
  background-color: transparent;
}
.cid-u2C3d56OUF .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2C3d56OUF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2C3d56OUF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2C3d56OUF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2C3d56OUF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2C3d56OUF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2C3d56OUF 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: #ff5753;
}
.cid-u2C3d56OUF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2C3d56OUF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2C3d56OUF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2C3d56OUF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2C3d56OUF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2C3d56OUF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2C3d56OUF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2C3d56OUF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2C3d56OUF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2C3d56OUF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2C3d56OUF .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-u2C3d56OUF .navbar {
    height: 70px;
  }
  .cid-u2C3d56OUF .navbar.opened {
    height: auto;
  }
  .cid-u2C3d56OUF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2C3d56OUF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2C3d56OUF .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2C3d56OUF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2C3d56OUF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2C3d56OUF .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2C3d56OUF .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2C3d56OUF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2C3d56OUF .text_widget {
  margin-bottom: 32px;
}
.cid-u2C3d56OUF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2C3d56OUF .text_widget a:hover,
.cid-u2C3d56OUF .text_widget a:focus {
  opacity: .8;
}
.cid-u2C3d56OUF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2C3d56OUF .navbar-caption {
  color: #000000;
}
.cid-u2C3d56OUF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2C3d56OUF .mbr-section-subtitle,
.cid-u2C3d56OUF .text_widget,
.cid-u2C3d56OUF .mbr-section-btn {
  text-align: center;
}
.cid-u2C3d56OUF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2C3d62Lgi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pic-background-slider-small-432x154.png");
}
.cid-u2C3d62Lgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2C3d62Lgi .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-u2C3d62Lgi .container {
    padding: 0 22px;
  }
}
.cid-u2C3d62Lgi .content-wrapper {
  padding-bottom: 60%;
}
.cid-u2C3d62Lgi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2C3d62Lgi .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2C3d62Lgi .mbr-section-title {
  color: #ffffff;
}
.cid-u2C3d62Lgi .mbr-text {
  color: #ffffff;
}
.cid-u2C3d6A0Jv {
  background-color: #ffffff;
}
.cid-u2C3d6A0Jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2C3d6A0Jv .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-u2C3d6A0Jv .container {
    padding: 0 22px;
  }
}
.cid-u2C3d6A0Jv .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-u2C3d6A0Jv .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-u2C3d6A0Jv .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #000000;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-u2C3d6A0Jv .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-u2C3d6A0Jv .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2C3d6A0Jv .image-wrapper {
  margin-bottom: 12px;
}
.cid-u2C3d6A0Jv .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2C3d6A0Jv .image-wrapper img {
    height: 350px;
  }
}
.cid-u2C3d6A0Jv .image-wrap {
  margin-bottom: 12px;
}
.cid-u2C3d6A0Jv .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u2C3d6A0Jv .image-wrap img {
    height: 350px;
  }
}
.cid-u2C3d6A0Jv .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-u2C3d6A0Jv .content-wrapper {
    padding: 32px 0;
  }
}
.cid-u2C3d6A0Jv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u2C3d6A0Jv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2C3d6A0Jv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2C3d6A0Jv .mbr-desc {
  color: #000000;
}
.cid-u2C3d6A0Jv .mbr-text {
  color: #000000;
}
.cid-u2C3d78ljA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2C3d78ljA img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2C3d78ljA img {
    width: 100%;
  }
}
.cid-u2C3d78ljA .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2C3d78ljA .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-u2C3d78ljA .icon1 {
  color: #eb312c;
}
.cid-u2C3d78ljA .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2C3d78ljA .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-u2C3d78ljA .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-u2C3d78ljA .card-text {
  color: #777777;
}
.cid-u2C3d78ljA .mbr-section-subtitle {
  color: #777777;
}
.cid-u2C3d78ljA .mbr-text,
.cid-u2C3d78ljA .mbr-section-btn {
  color: #777777;
}
.cid-u2C3d7IrTL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-u2C3d7IrTL .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-u2C3d7IrTL img {
  width: 100%;
  border-radius: 10px;
}
.cid-u2C3d7IrTL .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2C3d7IrTL .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2C3d7IrTL .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-u2C3d7IrTL img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-u2C3d7IrTL .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-u2C3d7IrTL img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-u2C3d7IrTL img {
    width: 100%;
  }
}
.cid-u2C3d7IrTL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-u2C3d7IrTL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u2C3d7IrTL .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff8484;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-u2C3d7IrTL .mbr-text,
.cid-u2C3d7IrTL .mbr-section-btn {
  color: #464646;
}
.cid-u2C3d7IrTL .mbr-section-subtitle {
  color: #777777;
}
.cid-u2C3d8kASK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2C3d8kASK img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2C3d8kASK img {
    width: 100%;
  }
}
.cid-u2C3d8kASK .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2C3d8kASK .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-u2C3d8kASK .icon1 {
  color: #eb312c;
}
.cid-u2C3d8kASK .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2C3d8kASK .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-u2C3d8kASK .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-u2C3d8kASK .card-text {
  color: #777777;
}
.cid-u2C3d8kASK .mbr-section-subtitle {
  color: #777777;
}
.cid-u2C3d8kASK .mbr-text,
.cid-u2C3d8kASK .mbr-section-btn {
  color: #777777;
}
.cid-u2C3d9wnCU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f3f4;
  overflow: hidden;
  position: relative;
}
.cid-u2C3d9wnCU img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u2C3d9wnCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2C3d9wnCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2C3d9wnCU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2C3d9wnCU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2C3d9wnCU .container {
    padding: 0 22px;
  }
}
.cid-u2C3d9wnCU .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-u2C3d9wnCU .row .card,
.cid-u2C3d9wnCU .row .item {
  padding: 0 6px;
}
.cid-u2C3d9wnCU .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u2C3d9wnCU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2C3d9wnCU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-u2C3d9wnCU .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-u2C3d9wnCU .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #eb312c;
}
.cid-u2C3d9wnCU .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u2C3d9wnCU .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2C3d9wnCU .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u2C3d9wnCU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2C3d9wnCU .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-u2C3d9wnCU .mbr-section-title {
  color: #000000;
}
.cid-u2C3d9wnCU .mbr-desc {
  color: #000000;
}
.cid-u2C3d9wnCU .card-title {
  color: #000000;
}
.cid-u2C3d9wnCU .card-text {
  color: #8a8588;
}
.cid-u2C3db1YiR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u2C3db1YiR .container {
    padding: 0 22px;
  }
}
.cid-u2C3db1YiR .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2C3db1YiR .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2C3db1YiR .image-wrapper img {
  height: 415px;
  object-fit: cover;
}
.cid-u2C3db1YiR .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2C3db1YiR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u2C3db1YiR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-u2C3db1YiR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2C3db1YiR .embla__slide .slide-content .item-content .item-date {
  margin-bottom: 16px;
}
.cid-u2C3db1YiR .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 0;
}
.cid-u2C3db1YiR .embla__button--next,
.cid-u2C3db1YiR .embla__button--prev {
  display: flex;
}
.cid-u2C3db1YiR .embla__button {
  top: -4.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u2C3db1YiR .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u2C3db1YiR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2C3db1YiR .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u2C3db1YiR .embla__button.embla__button--prev {
  right: 5rem;
}
.cid-u2C3db1YiR .embla__button.embla__button--next {
  right: 0;
}
.cid-u2C3db1YiR .embla {
  position: relative;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2C3db1YiR .embla {
    padding-bottom: 2rem;
  }
}
.cid-u2C3db1YiR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2C3db1YiR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2C3db1YiR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2C3db1YiR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2C3db1YiR .mbr-section-title {
  color: #000000;
}
.cid-u2C3db1YiR .item-date {
  color: #000000;
}
.cid-u2C3db1YiR .item-desc {
  color: #000000;
  text-align: left;
}
.cid-u2C3dccgSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .container {
    padding: 0 22px;
  }
}
.cid-u2C3dccgSU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2C3dccgSU .slider-wrapper {
  position: relative;
  padding: 80px 64px;
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .slider-wrapper {
    padding: 6px 6px 32px;
  }
}
.cid-u2C3dccgSU .slider-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2C3dccgSU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u2C3dccgSU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2C3dccgSU .embla__slide .slide-content {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 0 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .embla__slide .slide-content {
    display: block;
  }
}
.cid-u2C3dccgSU .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-u2C3dccgSU .embla__slide .slide-content .item-wrapper .item-img img {
  position: static;
  height: 320px;
  object-fit: cover;
}
.cid-u2C3dccgSU .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u2C3dccgSU .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 18px;
}
.cid-u2C3dccgSU .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 10px;
}
.cid-u2C3dccgSU .embla__button--next,
.cid-u2C3dccgSU .embla__button--prev {
  display: flex;
}
.cid-u2C3dccgSU .embla__button {
  bottom: 45%;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  border: none !important;
}
.cid-u2C3dccgSU .embla__button .mbr-iconfont {
  padding: 10px 24px;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 64px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .embla__button {
    bottom: 0;
  }
}
.cid-u2C3dccgSU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2C3dccgSU .embla__button:hover .mbr-iconfont {
  padding: 10px 24px 10px 48px;
}
.cid-u2C3dccgSU .embla__button.embla__button--prev {
  left: 45%;
  display: none;
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u2C3dccgSU .embla__button.embla__button--next {
  right: -22rem;
}
@media (max-width: 1400px) {
  .cid-u2C3dccgSU .embla__button.embla__button--next {
    right: -18rem;
  }
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u2C3dccgSU .embla__button .mbr-next {
  min-width: 50px;
  color: #ffffff;
  font-size: 18px !important;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.cid-u2C3dccgSU .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .embla {
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u2C3dccgSU .embla {
    width: 100%;
  }
}
.cid-u2C3dccgSU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2C3dccgSU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2C3dccgSU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2C3dccgSU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2C3dccgSU .mbr-section-title {
  color: #000000;
}
.cid-u2C3dccgSU .item-title {
  color: #000000;
}
.cid-u2C3dccgSU .item-text {
  color: #000000;
}
.cid-u2C3dcZrjB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2C3dcZrjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2C3dcZrjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2C3dcZrjB .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2C3dcZrjB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2C3dcZrjB .container {
    padding: 0 22px;
  }
}
.cid-u2C3dcZrjB .row {
  justify-content: space-between;
}
.cid-u2C3dcZrjB .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2C3dcZrjB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2C3dcZrjB .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2C3dcZrjB .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2C3dcZrjB .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2C3dcZrjB .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2C3dcZrjB .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2C3dcZrjB .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2C3dcZrjB .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2C3dcZrjB .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2C3dcZrjB .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2C3dcZrjB .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2C3dcZrjB .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2C3dcZrjB .copy-wrapper {
    display: block;
  }
}
.cid-u2C3dcZrjB .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2C3dcZrjB .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2C3dcZrjB .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2C3dcZrjB .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2C3dcZrjB .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2C3dcZrjB .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2C3dcZrjB .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2C3dcZrjB .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2C3dcZrjB .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2C3dcZrjB .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2C3dcZrjB .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2C3dcZrjB .mbr-section-title {
  color: #ff5753;
}
.cid-u2C3dcZrjB .mbr-text {
  color: #ffffff;
}
.cid-u2C3dcZrjB .list {
  color: #635d60;
}
.cid-u2C3dcZrjB .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2C3dcZrjB .mbr-copy,
.cid-u2C3dcZrjB .social-wrapper {
  text-align: center;
}
.cid-u2C3dcZrjB .mbr-section-title,
.cid-u2C3dcZrjB .mbr-section-btn {
  color: #ffffff;
}
.cid-u2C3dcZrjB .list,
.cid-u2C3dcZrjB .item-wrap {
  color: #eb312c;
}
.cid-u2xU5PuwV6 {
  background-color: transparent;
}
.cid-u2xU5PuwV6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2xU5PuwV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2xU5PuwV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2xU5PuwV6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2xU5PuwV6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2xU5PuwV6 .menu_box .navbar.opened,
  .cid-u2xU5PuwV6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2xU5PuwV6 .navbar-dropdown {
  position: relative !important;
}
.cid-u2xU5PuwV6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2xU5PuwV6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2xU5PuwV6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2xU5PuwV6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2xU5PuwV6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2xU5PuwV6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2xU5PuwV6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2xU5PuwV6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2xU5PuwV6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2xU5PuwV6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2xU5PuwV6 .offcanvas-body .mbr-text,
  .cid-u2xU5PuwV6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2xU5PuwV6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2xU5PuwV6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2xU5PuwV6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2xU5PuwV6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2xU5PuwV6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2xU5PuwV6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2xU5PuwV6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2xU5PuwV6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2xU5PuwV6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU5PuwV6 .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-u2xU5PuwV6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2xU5PuwV6 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-u2xU5PuwV6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2xU5PuwV6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2xU5PuwV6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2xU5PuwV6 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2xU5PuwV6 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2xU5PuwV6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2xU5PuwV6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU5PuwV6 .nav-item .nav-link:hover::before,
.cid-u2xU5PuwV6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2xU5PuwV6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2xU5PuwV6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2xU5PuwV6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2xU5PuwV6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU5PuwV6 .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-u2xU5PuwV6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2xU5PuwV6 .offcanvas_box {
    display: none;
  }
}
.cid-u2xU5PuwV6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2xU5PuwV6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2xU5PuwV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2xU5PuwV6 .container {
  display: flex;
  margin: auto;
}
.cid-u2xU5PuwV6 .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-u2xU5PuwV6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2xU5PuwV6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2xU5PuwV6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2xU5PuwV6 .navbar-nav {
    margin: 0;
  }
}
.cid-u2xU5PuwV6 .dropdown-menu,
.cid-u2xU5PuwV6 .navbar.opened {
  background-color: false !important;
}
.cid-u2xU5PuwV6 .nav-item:focus,
.cid-u2xU5PuwV6 .nav-link:focus {
  outline: none;
}
.cid-u2xU5PuwV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2xU5PuwV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2xU5PuwV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2xU5PuwV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2xU5PuwV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2xU5PuwV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2xU5PuwV6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2xU5PuwV6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2xU5PuwV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2xU5PuwV6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2xU5PuwV6 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2xU5PuwV6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2xU5PuwV6 .navbar.collapsed {
  justify-content: center;
}
.cid-u2xU5PuwV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2xU5PuwV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2xU5PuwV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2xU5PuwV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2xU5PuwV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2xU5PuwV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2xU5PuwV6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2xU5PuwV6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2xU5PuwV6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2xU5PuwV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2xU5PuwV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2xU5PuwV6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2xU5PuwV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2xU5PuwV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2xU5PuwV6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2xU5PuwV6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2xU5PuwV6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2xU5PuwV6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2xU5PuwV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2xU5PuwV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2xU5PuwV6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2xU5PuwV6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2xU5PuwV6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2xU5PuwV6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2xU5PuwV6 .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-u2xU5PuwV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2xU5PuwV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2xU5PuwV6 .dropdown-item.active,
.cid-u2xU5PuwV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2xU5PuwV6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2xU5PuwV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2xU5PuwV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2xU5PuwV6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2xU5PuwV6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2xU5PuwV6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2xU5PuwV6 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: #ff5753;
}
.cid-u2xU5PuwV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2xU5PuwV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2xU5PuwV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU5PuwV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU5PuwV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2xU5PuwV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU5PuwV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2xU5PuwV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2xU5PuwV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU5PuwV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2xU5PuwV6 .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-u2xU5PuwV6 .navbar {
    height: 70px;
  }
  .cid-u2xU5PuwV6 .navbar.opened {
    height: auto;
  }
  .cid-u2xU5PuwV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2xU5PuwV6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2xU5PuwV6 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2xU5PuwV6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2xU5PuwV6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2xU5PuwV6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2xU5PuwV6 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2xU5PuwV6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2xU5PuwV6 .text_widget {
  margin-bottom: 32px;
}
.cid-u2xU5PuwV6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2xU5PuwV6 .text_widget a:hover,
.cid-u2xU5PuwV6 .text_widget a:focus {
  opacity: .8;
}
.cid-u2xU5PuwV6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2xU5PuwV6 .navbar-caption {
  color: #000000;
}
.cid-u2xU5PuwV6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2xU5PuwV6 .mbr-section-subtitle,
.cid-u2xU5PuwV6 .text_widget,
.cid-u2xU5PuwV6 .mbr-section-btn {
  text-align: center;
}
.cid-u2xU5PuwV6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2xU5Q6zfl {
  background-color: #ffffff;
}
.cid-u2xU5Q6zfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU5Q6zfl .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-u2xU5Q6zfl .container {
    padding: 0 22px;
  }
}
.cid-u2xU5Q6zfl .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-u2xU5Q6zfl .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-u2xU5Q6zfl .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #000000;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-u2xU5Q6zfl .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-u2xU5Q6zfl .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2xU5Q6zfl .image-wrapper {
  margin-bottom: 12px;
}
.cid-u2xU5Q6zfl .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2xU5Q6zfl .image-wrapper img {
    height: 350px;
  }
}
.cid-u2xU5Q6zfl .image-wrap {
  margin-bottom: 12px;
}
.cid-u2xU5Q6zfl .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u2xU5Q6zfl .image-wrap img {
    height: 350px;
  }
}
.cid-u2xU5Q6zfl .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-u2xU5Q6zfl .content-wrapper {
    padding: 32px 0;
  }
}
.cid-u2xU5Q6zfl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u2xU5Q6zfl .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2xU5Q6zfl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2xU5Q6zfl .mbr-desc {
  color: #000000;
}
.cid-u2xU5Q6zfl .mbr-text {
  color: #000000;
}
.cid-u2xU5Qvnwf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2xU5Qvnwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU5Qvnwf .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-u2xU5Qvnwf .container {
    padding: 0 22px;
  }
}
.cid-u2xU5Qvnwf .row {
  justify-content: space-between;
}
.cid-u2xU5Qvnwf .row .card {
  justify-content: center;
}
.cid-u2xU5Qvnwf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU5Qvnwf .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2xU5Qvnwf .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u2xU5Qvnwf .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2xU5Qvnwf .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2xU5Qvnwf .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u2xU5Qvnwf .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #ff5753;
  margin-right: 55px;
}
.cid-u2xU5Qvnwf .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2xU5Qvnwf .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u2xU5Qvnwf .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u2xU5Qvnwf .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2xU5Qvnwf .mbr-section-title {
  color: #000000;
}
.cid-u2xU5Qvnwf .mbr-text {
  color: #000000;
}
.cid-u2xU5Qvnwf .card-title {
  color: #ff5753;
}
.cid-u2xU5Qvnwf .card-text {
  color: #000000;
}
.cid-u2xU5QUNhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-u2xU5QUNhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU5QUNhC .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-u2xU5QUNhC .container {
    padding: 0 22px;
  }
}
.cid-u2xU5QUNhC .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2xU5QUNhC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2xU5QUNhC .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-u2xU5QUNhC .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u2xU5QUNhC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2xU5QUNhC .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2xU5QUNhC .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2xU5QUNhC .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-u2xU5QUNhC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u2xU5QUNhC .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-u2xU5QUNhC .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
}
@media (max-width: 992px) {
  .cid-u2xU5QUNhC .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-u2xU5QUNhC .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
}
.cid-u2xU5QUNhC .mbr-desc {
  color: #ff5753;
}
.cid-u2xU5QUNhC .mbr-section-title {
  color: #000000;
}
.cid-u2xU5QUNhC .card-title {
  color: #000000;
}
.cid-u2xU5QUNhC .card-text {
  color: #635d60;
}
.cid-u2xU5Rj9Ju {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u2xU5Rj9Ju img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u2xU5Rj9Ju .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU5Rj9Ju .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-u2xU5Rj9Ju .container {
    padding: 0 22px;
  }
}
.cid-u2xU5Rj9Ju .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-u2xU5Rj9Ju .row .card,
.cid-u2xU5Rj9Ju .row .item {
  padding: 0 6px;
}
.cid-u2xU5Rj9Ju .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u2xU5Rj9Ju .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2xU5Rj9Ju .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-u2xU5Rj9Ju .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-u2xU5Rj9Ju .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #ff5753;
}
.cid-u2xU5Rj9Ju .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u2xU5Rj9Ju .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2xU5Rj9Ju .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u2xU5Rj9Ju .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2xU5Rj9Ju .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-u2xU5Rj9Ju .mbr-section-title {
  color: #000000;
}
.cid-u2xU5Rj9Ju .mbr-desc {
  color: #000000;
}
.cid-u2xU5Rj9Ju .card-title {
  color: #000000;
}
.cid-u2xU5Rj9Ju .card-text {
  color: #8a8588;
}
.cid-u2xU5RNnXP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2xU5RNnXP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2xU5RNnXP .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xU5RNnXP .container {
    padding: 0 22px;
  }
}
.cid-u2xU5RNnXP .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2xU5RNnXP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2xU5RNnXP .image-wrapper img {
  height: 415px;
  object-fit: cover;
}
.cid-u2xU5RNnXP .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2xU5RNnXP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u2xU5RNnXP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-u2xU5RNnXP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2xU5RNnXP .embla__slide .slide-content .item-content .item-date {
  margin-bottom: 16px;
}
.cid-u2xU5RNnXP .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 0;
}
.cid-u2xU5RNnXP .embla__button--next,
.cid-u2xU5RNnXP .embla__button--prev {
  display: flex;
}
.cid-u2xU5RNnXP .embla__button {
  top: -4.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u2xU5RNnXP .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u2xU5RNnXP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2xU5RNnXP .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u2xU5RNnXP .embla__button.embla__button--prev {
  right: 5rem;
}
.cid-u2xU5RNnXP .embla__button.embla__button--next {
  right: 0;
}
.cid-u2xU5RNnXP .embla {
  position: relative;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2xU5RNnXP .embla {
    padding-bottom: 2rem;
  }
}
.cid-u2xU5RNnXP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2xU5RNnXP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2xU5RNnXP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2xU5RNnXP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2xU5RNnXP .mbr-section-title {
  color: #000000;
}
.cid-u2xU5RNnXP .item-date {
  color: #000000;
}
.cid-u2xU5RNnXP .item-desc {
  color: #000000;
}
.cid-u2xU5SglGm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .container {
    padding: 0 22px;
  }
}
.cid-u2xU5SglGm .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU5SglGm .slider-wrapper {
  position: relative;
  padding: 80px 64px;
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .slider-wrapper {
    padding: 6px 6px 32px;
  }
}
.cid-u2xU5SglGm .slider-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2xU5SglGm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u2xU5SglGm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2xU5SglGm .embla__slide .slide-content {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 0 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .embla__slide .slide-content {
    display: block;
  }
}
.cid-u2xU5SglGm .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-u2xU5SglGm .embla__slide .slide-content .item-wrapper .item-img img {
  position: static;
  height: 320px;
  object-fit: cover;
}
.cid-u2xU5SglGm .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u2xU5SglGm .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 18px;
}
.cid-u2xU5SglGm .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 10px;
}
.cid-u2xU5SglGm .embla__button--next,
.cid-u2xU5SglGm .embla__button--prev {
  display: flex;
}
.cid-u2xU5SglGm .embla__button {
  bottom: 45%;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  border: none !important;
}
.cid-u2xU5SglGm .embla__button .mbr-iconfont {
  padding: 10px 24px;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 64px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .embla__button {
    bottom: 0;
  }
}
.cid-u2xU5SglGm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2xU5SglGm .embla__button:hover .mbr-iconfont {
  padding: 10px 24px 10px 48px;
}
.cid-u2xU5SglGm .embla__button.embla__button--prev {
  left: 45%;
  display: none;
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u2xU5SglGm .embla__button.embla__button--next {
  right: -22rem;
}
@media (max-width: 1400px) {
  .cid-u2xU5SglGm .embla__button.embla__button--next {
    right: -18rem;
  }
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u2xU5SglGm .embla__button .mbr-next {
  min-width: 50px;
  color: #ffffff;
  font-size: 18px !important;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.cid-u2xU5SglGm .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .embla {
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u2xU5SglGm .embla {
    width: 100%;
  }
}
.cid-u2xU5SglGm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2xU5SglGm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2xU5SglGm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2xU5SglGm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2xU5SglGm .mbr-section-title {
  color: #000000;
}
.cid-u2xU5SglGm .item-title {
  color: #000000;
}
.cid-u2xU5SglGm .item-text {
  color: #000000;
}
.cid-u2xU5T3s99 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2xU5T3s99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU5T3s99 .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-u2xU5T3s99 .container {
    padding: 0 22px;
  }
}
.cid-u2xU5T3s99 .row {
  justify-content: space-between;
}
.cid-u2xU5T3s99 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u2xU5T3s99 .image-wrapper img {
    height: 350px;
  }
}
.cid-u2xU5T3s99 .mbr-section-title {
  margin-bottom: 16px;
  color: #8a8588;
}
.cid-u2xU5T3s99 .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-u2xU5T3s99 .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU5T3s99 .panel-group .card:hover,
.cid-u2xU5T3s99 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-u2xU5T3s99 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u2xU5T3s99 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-u2xU5T3s99 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u2xU5T3s99 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u2xU5T3s99 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-u2xU5T3s99 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-u2xU5T3s99 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-u2xU5T3s99 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u2xU5T3s99 .panel-title-edit {
  color: #000000;
}
.cid-u2xU5T3s99 .panel-text {
  color: #8a8588;
}
.cid-u2xU5TLVxQ {
  background-color: #ffffff;
}
.cid-u2xU5TLVxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU5TLVxQ .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-u2xU5TLVxQ .container {
    padding: 0 22px;
  }
}
.cid-u2xU5TLVxQ .row .card {
  justify-content: flex-end;
}
.cid-u2xU5TLVxQ .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2xU5TLVxQ .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-u2xU5TLVxQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2xU5TLVxQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2xU5TLVxQ .item {
  padding: 0 6px;
  margin-bottom: 40px;
}
.cid-u2xU5TLVxQ .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-u2xU5TLVxQ .item .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2xU5TLVxQ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u2xU5TLVxQ .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-u2xU5TLVxQ .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-u2xU5TLVxQ .item .item-wrapper .item-content .card-text {
  margin: 32px 0 0 0;
}
.cid-u2xU5TLVxQ .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
  display: block;
}
.cid-u2xU5TLVxQ .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-u2xU5TLVxQ .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-u2xU5TLVxQ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU5TLVxQ .items-wrapper {
  margin: 0 -6px;
}
.cid-u2xU5TLVxQ .mbr-section-title {
  color: #000000;
}
.cid-u2xU5TLVxQ .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-u2xU5TLVxQ .card-name {
  color: #000000;
}
.cid-u2xU5TLVxQ .card-role {
  color: #000000;
}
.cid-u2xU5TLVxQ .card-text {
  color: #635d60;
}
.cid-u2xU5UrPlV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2xU5UrPlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU5UrPlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xU5UrPlV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2xU5UrPlV .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xU5UrPlV .container {
    padding: 0 22px;
  }
}
.cid-u2xU5UrPlV .row {
  justify-content: space-between;
}
.cid-u2xU5UrPlV .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2xU5UrPlV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU5UrPlV .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2xU5UrPlV .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2xU5UrPlV .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2xU5UrPlV .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2xU5UrPlV .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2xU5UrPlV .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU5UrPlV .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2xU5UrPlV .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2xU5UrPlV .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2xU5UrPlV .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2xU5UrPlV .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2xU5UrPlV .copy-wrapper {
    display: block;
  }
}
.cid-u2xU5UrPlV .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xU5UrPlV .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2xU5UrPlV .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2xU5UrPlV .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2xU5UrPlV .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2xU5UrPlV .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2xU5UrPlV .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2xU5UrPlV .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2xU5UrPlV .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU5UrPlV .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2xU5UrPlV .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2xU5UrPlV .mbr-section-title {
  color: #ff5753;
}
.cid-u2xU5UrPlV .mbr-text {
  color: #ffffff;
}
.cid-u2xU5UrPlV .list {
  color: #635d60;
}
.cid-u2xU5UrPlV .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2xU5UrPlV .mbr-copy,
.cid-u2xU5UrPlV .social-wrapper {
  text-align: center;
}
.cid-u2xU5UrPlV .mbr-section-title,
.cid-u2xU5UrPlV .mbr-section-btn {
  color: #ffffff;
}
.cid-u2xU5UrPlV .list,
.cid-u2xU5UrPlV .item-wrap {
  color: #eb312c;
}
.cid-u2xU9nudR1 {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2xU9nudR1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2xU9nudR1 .menu_box .navbar.opened,
  .cid-u2xU9nudR1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown {
  position: relative !important;
}
.cid-u2xU9nudR1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2xU9nudR1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2xU9nudR1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2xU9nudR1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2xU9nudR1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2xU9nudR1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-body .mbr-text,
  .cid-u2xU9nudR1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2xU9nudR1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2xU9nudR1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2xU9nudR1 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-u2xU9nudR1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2xU9nudR1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2xU9nudR1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2xU9nudR1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2xU9nudR1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9nudR1 .nav-item .nav-link:hover::before,
.cid-u2xU9nudR1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2xU9nudR1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2xU9nudR1 .offcanvas_box {
    display: none;
  }
}
.cid-u2xU9nudR1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2xU9nudR1 .container {
  display: flex;
  margin: auto;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2xU9nudR1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2xU9nudR1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .navbar-nav {
    margin: 0;
  }
}
.cid-u2xU9nudR1 .dropdown-menu,
.cid-u2xU9nudR1 .navbar.opened {
  background-color: false !important;
}
.cid-u2xU9nudR1 .nav-item:focus,
.cid-u2xU9nudR1 .nav-link:focus {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2xU9nudR1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2xU9nudR1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2xU9nudR1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2xU9nudR1 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2xU9nudR1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2xU9nudR1 .navbar.collapsed {
  justify-content: center;
}
.cid-u2xU9nudR1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2xU9nudR1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2xU9nudR1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2xU9nudR1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2xU9nudR1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2xU9nudR1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2xU9nudR1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2xU9nudR1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2xU9nudR1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2xU9nudR1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2xU9nudR1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2xU9nudR1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown-item.active,
.cid-u2xU9nudR1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2xU9nudR1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2xU9nudR1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2xU9nudR1 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: #ff5753;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar {
    height: 70px;
  }
  .cid-u2xU9nudR1 .navbar.opened {
    height: auto;
  }
  .cid-u2xU9nudR1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2xU9nudR1 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2xU9nudR1 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2xU9nudR1 .text_widget {
  margin-bottom: 32px;
}
.cid-u2xU9nudR1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2xU9nudR1 .text_widget a:hover,
.cid-u2xU9nudR1 .text_widget a:focus {
  opacity: .8;
}
.cid-u2xU9nudR1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .navbar-caption {
  color: #000000;
}
.cid-u2xU9nudR1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .mbr-section-subtitle,
.cid-u2xU9nudR1 .text_widget,
.cid-u2xU9nudR1 .mbr-section-btn {
  text-align: center;
}
.cid-u2xU9nudR1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2xU9nXyYf {
  background-color: #ffffff;
}
.cid-u2xU9nXyYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9nXyYf .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-u2xU9nXyYf .container {
    padding: 0 22px;
  }
}
.cid-u2xU9nXyYf .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-u2xU9nXyYf .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-u2xU9nXyYf .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #000000;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-u2xU9nXyYf .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-u2xU9nXyYf .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2xU9nXyYf .image-wrapper {
  margin-bottom: 12px;
}
.cid-u2xU9nXyYf .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2xU9nXyYf .image-wrapper img {
    height: 350px;
  }
}
.cid-u2xU9nXyYf .image-wrap {
  margin-bottom: 12px;
}
.cid-u2xU9nXyYf .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u2xU9nXyYf .image-wrap img {
    height: 350px;
  }
}
.cid-u2xU9nXyYf .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-u2xU9nXyYf .content-wrapper {
    padding: 32px 0;
  }
}
.cid-u2xU9nXyYf .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u2xU9nXyYf .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2xU9nXyYf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2xU9nXyYf .mbr-desc {
  color: #000000;
}
.cid-u2xU9nXyYf .mbr-text {
  color: #000000;
}
.cid-u2xU9olsA3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2xU9olsA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9olsA3 .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-u2xU9olsA3 .container {
    padding: 0 22px;
  }
}
.cid-u2xU9olsA3 .row {
  justify-content: space-between;
}
.cid-u2xU9olsA3 .row .card {
  justify-content: center;
}
.cid-u2xU9olsA3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU9olsA3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2xU9olsA3 .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u2xU9olsA3 .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2xU9olsA3 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9olsA3 .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u2xU9olsA3 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #ff5753;
  margin-right: 55px;
}
.cid-u2xU9olsA3 .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2xU9olsA3 .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u2xU9olsA3 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u2xU9olsA3 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2xU9olsA3 .mbr-section-title {
  color: #000000;
}
.cid-u2xU9olsA3 .mbr-text {
  color: #000000;
}
.cid-u2xU9olsA3 .card-title {
  color: #ff5753;
}
.cid-u2xU9olsA3 .card-text {
  color: #000000;
}
.cid-u2xU9oIt0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-u2xU9oIt0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9oIt0z .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-u2xU9oIt0z .container {
    padding: 0 22px;
  }
}
.cid-u2xU9oIt0z .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2xU9oIt0z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2xU9oIt0z .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-u2xU9oIt0z .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u2xU9oIt0z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2xU9oIt0z .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2xU9oIt0z .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9oIt0z .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-u2xU9oIt0z .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u2xU9oIt0z .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-u2xU9oIt0z .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
}
@media (max-width: 992px) {
  .cid-u2xU9oIt0z .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-u2xU9oIt0z .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
}
.cid-u2xU9oIt0z .mbr-desc {
  color: #ff5753;
}
.cid-u2xU9oIt0z .mbr-section-title {
  color: #000000;
}
.cid-u2xU9oIt0z .card-title {
  color: #000000;
}
.cid-u2xU9oIt0z .card-text {
  color: #635d60;
}
.cid-u2xU9p8HuO {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u2xU9p8HuO img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u2xU9p8HuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9p8HuO .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-u2xU9p8HuO .container {
    padding: 0 22px;
  }
}
.cid-u2xU9p8HuO .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-u2xU9p8HuO .row .card,
.cid-u2xU9p8HuO .row .item {
  padding: 0 6px;
}
.cid-u2xU9p8HuO .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u2xU9p8HuO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2xU9p8HuO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-u2xU9p8HuO .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-u2xU9p8HuO .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #ff5753;
}
.cid-u2xU9p8HuO .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u2xU9p8HuO .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2xU9p8HuO .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u2xU9p8HuO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2xU9p8HuO .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-u2xU9p8HuO .mbr-section-title {
  color: #000000;
}
.cid-u2xU9p8HuO .mbr-desc {
  color: #000000;
}
.cid-u2xU9p8HuO .card-title {
  color: #000000;
}
.cid-u2xU9p8HuO .card-text {
  color: #8a8588;
}
.cid-u2xU9pB2F2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2xU9pB2F2 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2xU9pB2F2 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9pB2F2 .container {
    padding: 0 22px;
  }
}
.cid-u2xU9pB2F2 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2xU9pB2F2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2xU9pB2F2 .image-wrapper img {
  height: 415px;
  object-fit: cover;
}
.cid-u2xU9pB2F2 .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2xU9pB2F2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u2xU9pB2F2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-u2xU9pB2F2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2xU9pB2F2 .embla__slide .slide-content .item-content .item-date {
  margin-bottom: 16px;
}
.cid-u2xU9pB2F2 .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 0;
}
.cid-u2xU9pB2F2 .embla__button--next,
.cid-u2xU9pB2F2 .embla__button--prev {
  display: flex;
}
.cid-u2xU9pB2F2 .embla__button {
  top: -4.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u2xU9pB2F2 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u2xU9pB2F2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2xU9pB2F2 .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u2xU9pB2F2 .embla__button.embla__button--prev {
  right: 5rem;
}
.cid-u2xU9pB2F2 .embla__button.embla__button--next {
  right: 0;
}
.cid-u2xU9pB2F2 .embla {
  position: relative;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2xU9pB2F2 .embla {
    padding-bottom: 2rem;
  }
}
.cid-u2xU9pB2F2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2xU9pB2F2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2xU9pB2F2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2xU9pB2F2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2xU9pB2F2 .mbr-section-title {
  color: #000000;
}
.cid-u2xU9pB2F2 .item-date {
  color: #000000;
}
.cid-u2xU9pB2F2 .item-desc {
  color: #000000;
}
.cid-u2xU9q30S8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .container {
    padding: 0 22px;
  }
}
.cid-u2xU9q30S8 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU9q30S8 .slider-wrapper {
  position: relative;
  padding: 80px 64px;
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .slider-wrapper {
    padding: 6px 6px 32px;
  }
}
.cid-u2xU9q30S8 .slider-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2xU9q30S8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u2xU9q30S8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2xU9q30S8 .embla__slide .slide-content {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 0 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .embla__slide .slide-content {
    display: block;
  }
}
.cid-u2xU9q30S8 .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-u2xU9q30S8 .embla__slide .slide-content .item-wrapper .item-img img {
  position: static;
  height: 320px;
  object-fit: cover;
}
.cid-u2xU9q30S8 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u2xU9q30S8 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 18px;
}
.cid-u2xU9q30S8 .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 10px;
}
.cid-u2xU9q30S8 .embla__button--next,
.cid-u2xU9q30S8 .embla__button--prev {
  display: flex;
}
.cid-u2xU9q30S8 .embla__button {
  bottom: 45%;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  border: none !important;
}
.cid-u2xU9q30S8 .embla__button .mbr-iconfont {
  padding: 10px 24px;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 64px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .embla__button {
    bottom: 0;
  }
}
.cid-u2xU9q30S8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2xU9q30S8 .embla__button:hover .mbr-iconfont {
  padding: 10px 24px 10px 48px;
}
.cid-u2xU9q30S8 .embla__button.embla__button--prev {
  left: 45%;
  display: none;
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u2xU9q30S8 .embla__button.embla__button--next {
  right: -22rem;
}
@media (max-width: 1400px) {
  .cid-u2xU9q30S8 .embla__button.embla__button--next {
    right: -18rem;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u2xU9q30S8 .embla__button .mbr-next {
  min-width: 50px;
  color: #ffffff;
  font-size: 18px !important;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.cid-u2xU9q30S8 .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .embla {
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9q30S8 .embla {
    width: 100%;
  }
}
.cid-u2xU9q30S8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2xU9q30S8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2xU9q30S8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2xU9q30S8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2xU9q30S8 .mbr-section-title {
  color: #000000;
}
.cid-u2xU9q30S8 .item-title {
  color: #000000;
}
.cid-u2xU9q30S8 .item-text {
  color: #000000;
}
.cid-u2xU9qygzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2xU9qygzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9qygzP .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-u2xU9qygzP .container {
    padding: 0 22px;
  }
}
.cid-u2xU9qygzP .row {
  justify-content: space-between;
}
.cid-u2xU9qygzP .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u2xU9qygzP .image-wrapper img {
    height: 350px;
  }
}
.cid-u2xU9qygzP .mbr-section-title {
  margin-bottom: 16px;
  color: #8a8588;
}
.cid-u2xU9qygzP .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-u2xU9qygzP .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9qygzP .panel-group .card:hover,
.cid-u2xU9qygzP .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-u2xU9qygzP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u2xU9qygzP .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-u2xU9qygzP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u2xU9qygzP .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u2xU9qygzP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-u2xU9qygzP .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-u2xU9qygzP .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-u2xU9qygzP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u2xU9qygzP .panel-title-edit {
  color: #000000;
}
.cid-u2xU9qygzP .panel-text {
  color: #8a8588;
}
.cid-u2xU9r1o4k {
  background-color: #ffffff;
}
.cid-u2xU9r1o4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9r1o4k .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-u2xU9r1o4k .container {
    padding: 0 22px;
  }
}
.cid-u2xU9r1o4k .row .card {
  justify-content: flex-end;
}
.cid-u2xU9r1o4k .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2xU9r1o4k .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-u2xU9r1o4k .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2xU9r1o4k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2xU9r1o4k .item {
  padding: 0 6px;
  margin-bottom: 40px;
}
.cid-u2xU9r1o4k .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-u2xU9r1o4k .item .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2xU9r1o4k .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u2xU9r1o4k .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-u2xU9r1o4k .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-u2xU9r1o4k .item .item-wrapper .item-content .card-text {
  margin: 32px 0 0 0;
}
.cid-u2xU9r1o4k .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
  display: block;
}
.cid-u2xU9r1o4k .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-u2xU9r1o4k .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-u2xU9r1o4k .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9r1o4k .items-wrapper {
  margin: 0 -6px;
}
.cid-u2xU9r1o4k .mbr-section-title {
  color: #000000;
}
.cid-u2xU9r1o4k .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-u2xU9r1o4k .card-name {
  color: #000000;
}
.cid-u2xU9r1o4k .card-role {
  color: #000000;
}
.cid-u2xU9r1o4k .card-text {
  color: #635d60;
}
.cid-u2xU9rtgyr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2xU9rtgyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9rtgyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xU9rtgyr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container {
    padding: 0 22px;
  }
}
.cid-u2xU9rtgyr .row {
  justify-content: space-between;
}
.cid-u2xU9rtgyr .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2xU9rtgyr .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper {
    display: block;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2xU9rtgyr .mbr-section-title {
  color: #ff5753;
}
.cid-u2xU9rtgyr .mbr-text {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list {
  color: #635d60;
}
.cid-u2xU9rtgyr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2xU9rtgyr .mbr-copy,
.cid-u2xU9rtgyr .social-wrapper {
  text-align: center;
}
.cid-u2xU9rtgyr .mbr-section-title,
.cid-u2xU9rtgyr .mbr-section-btn {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list,
.cid-u2xU9rtgyr .item-wrap {
  color: #eb312c;
}
.cid-u2xU9nudR1 {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2xU9nudR1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2xU9nudR1 .menu_box .navbar.opened,
  .cid-u2xU9nudR1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown {
  position: relative !important;
}
.cid-u2xU9nudR1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2xU9nudR1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2xU9nudR1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2xU9nudR1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2xU9nudR1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2xU9nudR1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-body .mbr-text,
  .cid-u2xU9nudR1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2xU9nudR1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2xU9nudR1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2xU9nudR1 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-u2xU9nudR1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2xU9nudR1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2xU9nudR1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2xU9nudR1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2xU9nudR1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9nudR1 .nav-item .nav-link:hover::before,
.cid-u2xU9nudR1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2xU9nudR1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2xU9nudR1 .offcanvas_box {
    display: none;
  }
}
.cid-u2xU9nudR1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2xU9nudR1 .container {
  display: flex;
  margin: auto;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2xU9nudR1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2xU9nudR1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .navbar-nav {
    margin: 0;
  }
}
.cid-u2xU9nudR1 .dropdown-menu,
.cid-u2xU9nudR1 .navbar.opened {
  background-color: false !important;
}
.cid-u2xU9nudR1 .nav-item:focus,
.cid-u2xU9nudR1 .nav-link:focus {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2xU9nudR1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2xU9nudR1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2xU9nudR1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2xU9nudR1 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2xU9nudR1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2xU9nudR1 .navbar.collapsed {
  justify-content: center;
}
.cid-u2xU9nudR1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2xU9nudR1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2xU9nudR1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2xU9nudR1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2xU9nudR1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2xU9nudR1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2xU9nudR1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2xU9nudR1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2xU9nudR1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2xU9nudR1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2xU9nudR1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2xU9nudR1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown-item.active,
.cid-u2xU9nudR1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2xU9nudR1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2xU9nudR1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2xU9nudR1 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: #ff5753;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar {
    height: 70px;
  }
  .cid-u2xU9nudR1 .navbar.opened {
    height: auto;
  }
  .cid-u2xU9nudR1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2xU9nudR1 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2xU9nudR1 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2xU9nudR1 .text_widget {
  margin-bottom: 32px;
}
.cid-u2xU9nudR1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2xU9nudR1 .text_widget a:hover,
.cid-u2xU9nudR1 .text_widget a:focus {
  opacity: .8;
}
.cid-u2xU9nudR1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .navbar-caption {
  color: #000000;
}
.cid-u2xU9nudR1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .mbr-section-subtitle,
.cid-u2xU9nudR1 .text_widget,
.cid-u2xU9nudR1 .mbr-section-btn {
  text-align: center;
}
.cid-u2xU9nudR1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2H3jUDfdS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/workmerkmilitarysalute-864x306.png");
}
.cid-u2H3jUDfdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2H3jUDfdS .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-u2H3jUDfdS .container {
    padding: 0 22px;
  }
}
.cid-u2H3jUDfdS .content-wrapper {
  padding-bottom: 20%;
}
.cid-u2H3jUDfdS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2H3jUDfdS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2H3jUDfdS .mbr-section-title {
  color: #ffffff;
}
.cid-u2H3jUDfdS .mbr-text {
  color: #ffffff;
}
.cid-ui85pgZDbB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #eeeeee;
}
.cid-ui85pgZDbB .mbr-media {
  position: relative;
}
.cid-ui85pgZDbB .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ui85pgZDbB a:hover {
  background-image: none !important;
}
.cid-ui85pgZDbB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ui85pgZDbB .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ui85pgZDbB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ui85pgZDbB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ui85pgZDbB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ui85pgZDbB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ui85pgZDbB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ui85pgZDbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui85pgZDbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui85pgZDbB .content-head {
  max-width: 800px;
}
.cid-ui85pgZDbB .mbr-section-title {
  color: #291f1e;
}
.cid-u2H5j5P6TJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-u2H5j5P6TJ .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-u2H5j5P6TJ img {
  width: 100%;
  border-radius: 10px;
}
.cid-u2H5j5P6TJ .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2H5j5P6TJ .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2H5j5P6TJ .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-u2H5j5P6TJ img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-u2H5j5P6TJ .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-u2H5j5P6TJ img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-u2H5j5P6TJ img {
    width: 100%;
  }
}
.cid-u2H5j5P6TJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-u2H5j5P6TJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u2H5j5P6TJ .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb312c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-u2H5j5P6TJ .mbr-text,
.cid-u2H5j5P6TJ .mbr-section-btn {
  color: #464646;
}
.cid-u2H5j5P6TJ .mbr-section-subtitle {
  color: #777777;
}
.cid-u2HrgHlbod {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2HrgHlbod .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HrgHlbod .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-u2HrgHlbod .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2HrgHlbod .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2HrgHlbod .row {
  justify-content: space-between;
}
.cid-u2HrgHlbod .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-u2HrgHlbod .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u2HrgHlbod .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2HrgHlbod .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u2HrgHlbod .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-u2HrgHlbod .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-u2HrgHlbod .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-u2HrgHlbod .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u2HrgHlbod .mbr-section-title {
  color: #000000;
}
.cid-u2HrgHlbod .card-title {
  color: #000000;
}
.cid-u2HjgzbvpH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2HjgzbvpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HjgzbvpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u2HjgzbvpH .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-u2HjgzbvpH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2HjgzbvpH .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-u2HjgzbvpH .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-u2HjgzbvpH .mbr-text {
  color: #292325;
}
.cid-uHd45eYTOB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
.cid-uHd45eYTOB .item-subtitle a {
  font-weight: 600;
}
.cid-uHd45eYTOB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uHd45eYTOB .item:hover img {
  transform: scale(1.05);
}
.cid-uHd45eYTOB .item-img {
  overflow: hidden;
}
.cid-uHd45eYTOB img,
.cid-uHd45eYTOB .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  object-fit: cover;
}
.cid-uHd45eYTOB h5 {
  margin: 0;
}
.cid-uHd45eYTOB .item:focus,
.cid-uHd45eYTOB span:focus {
  outline: none;
}
.cid-uHd45eYTOB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHd45eYTOB .item-content {
  padding-top: 2rem;
}
.cid-uHd45eYTOB .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uHd45eYTOB .item-title {
  color: #666666;
}
.cid-u2Hp7dQopc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2Hp7dQopc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Hp7dQopc .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-u2Hp7dQopc .container {
    padding: 0 22px;
  }
}
.cid-u2Hp7dQopc .row {
  justify-content: space-between;
}
.cid-u2Hp7dQopc .row .card {
  justify-content: center;
}
.cid-u2Hp7dQopc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2Hp7dQopc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2Hp7dQopc .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u2Hp7dQopc .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2Hp7dQopc .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2Hp7dQopc .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u2Hp7dQopc .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #eb312c;
  margin-right: 55px;
}
.cid-u2Hp7dQopc .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2Hp7dQopc .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u2Hp7dQopc .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u2Hp7dQopc .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2Hp7dQopc .mbr-section-title {
  color: #000000;
}
.cid-u2Hp7dQopc .mbr-text {
  color: #000000;
}
.cid-u2Hp7dQopc .card-title {
  color: #ff5753;
}
.cid-u2Hp7dQopc .card-text {
  color: #000000;
}
.cid-u2Hp7dQopc .card-title,
.cid-u2Hp7dQopc .iconfont-wrapper {
  color: #eb312c;
}
.cid-u2TKefFXdJ {
  background-color: #f0f0f0;
}
.cid-u2TKefFXdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TKefFXdJ .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-u2TKefFXdJ .container {
    padding: 0 16px;
  }
}
.cid-u2TKefFXdJ .image-wrapper img {
  height: 900px;
  border-radius: .5em !important;
  object-fit: cover;
  box-shadow: 0 14px 20px #333333;
}
@media (max-width: 992px) {
  .cid-u2TKefFXdJ .image-wrapper img {
    width: 100%;
    height: 450px;
  }
}
.cid-u2TKefFXdJ .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u2xU9rtgyr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2xU9rtgyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9rtgyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xU9rtgyr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container {
    padding: 0 22px;
  }
}
.cid-u2xU9rtgyr .row {
  justify-content: space-between;
}
.cid-u2xU9rtgyr .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2xU9rtgyr .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper {
    display: block;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2xU9rtgyr .mbr-section-title {
  color: #ff5753;
}
.cid-u2xU9rtgyr .mbr-text {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list {
  color: #635d60;
}
.cid-u2xU9rtgyr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2xU9rtgyr .mbr-copy,
.cid-u2xU9rtgyr .social-wrapper {
  text-align: center;
}
.cid-u2xU9rtgyr .mbr-section-title,
.cid-u2xU9rtgyr .mbr-section-btn {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list,
.cid-u2xU9rtgyr .item-wrap {
  color: #eb312c;
}
.cid-u2xU9nudR1 {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2xU9nudR1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2xU9nudR1 .menu_box .navbar.opened,
  .cid-u2xU9nudR1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown {
  position: relative !important;
}
.cid-u2xU9nudR1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2xU9nudR1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2xU9nudR1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2xU9nudR1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2xU9nudR1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2xU9nudR1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-body .mbr-text,
  .cid-u2xU9nudR1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2xU9nudR1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2xU9nudR1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2xU9nudR1 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-u2xU9nudR1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2xU9nudR1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2xU9nudR1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2xU9nudR1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2xU9nudR1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9nudR1 .nav-item .nav-link:hover::before,
.cid-u2xU9nudR1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2xU9nudR1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2xU9nudR1 .offcanvas_box {
    display: none;
  }
}
.cid-u2xU9nudR1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2xU9nudR1 .container {
  display: flex;
  margin: auto;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2xU9nudR1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2xU9nudR1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .navbar-nav {
    margin: 0;
  }
}
.cid-u2xU9nudR1 .dropdown-menu,
.cid-u2xU9nudR1 .navbar.opened {
  background-color: false !important;
}
.cid-u2xU9nudR1 .nav-item:focus,
.cid-u2xU9nudR1 .nav-link:focus {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2xU9nudR1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2xU9nudR1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2xU9nudR1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2xU9nudR1 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2xU9nudR1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2xU9nudR1 .navbar.collapsed {
  justify-content: center;
}
.cid-u2xU9nudR1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2xU9nudR1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2xU9nudR1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2xU9nudR1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2xU9nudR1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2xU9nudR1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2xU9nudR1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2xU9nudR1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2xU9nudR1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2xU9nudR1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2xU9nudR1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2xU9nudR1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown-item.active,
.cid-u2xU9nudR1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2xU9nudR1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2xU9nudR1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2xU9nudR1 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: #ff5753;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar {
    height: 70px;
  }
  .cid-u2xU9nudR1 .navbar.opened {
    height: auto;
  }
  .cid-u2xU9nudR1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2xU9nudR1 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2xU9nudR1 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2xU9nudR1 .text_widget {
  margin-bottom: 32px;
}
.cid-u2xU9nudR1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2xU9nudR1 .text_widget a:hover,
.cid-u2xU9nudR1 .text_widget a:focus {
  opacity: .8;
}
.cid-u2xU9nudR1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .navbar-caption {
  color: #000000;
}
.cid-u2xU9nudR1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .mbr-section-subtitle,
.cid-u2xU9nudR1 .text_widget,
.cid-u2xU9nudR1 .mbr-section-btn {
  text-align: center;
}
.cid-u2xU9nudR1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2IdEyUGRh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f3f4;
}
.cid-u2IdEyUGRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IdEyUGRh .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-u2IdEyUGRh .container {
    padding: 0 22px;
  }
}
.cid-u2IdEyUGRh .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-u2IdEyUGRh .row .card {
  justify-content: center;
}
.cid-u2IdEyUGRh .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2IdEyUGRh .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-u2IdEyUGRh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2IdEyUGRh .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-u2IdEyUGRh .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-u2IdEyUGRh .item a {
  display: block;
}
.cid-u2IdEyUGRh .item a:hover .item-wrapper .item-content .card-title,
.cid-u2IdEyUGRh .item a:focus .item-wrapper .item-content .card-title {
  color: #ff5753;
}
.cid-u2IdEyUGRh .item a .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-u2IdEyUGRh .item a .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
}
.cid-u2IdEyUGRh .item a .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u2IdEyUGRh .item a .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-u2IdEyUGRh .mbr-section-title {
  color: #000000;
}
.cid-u2IdEyUGRh .mbr-text {
  color: #000000;
}
.cid-u2IdEyUGRh .card-title {
  color: #8a8588;
}
.cid-u2IdEyUGRh .card-desc {
  color: #8a8588;
}
.cid-u2IdEyUGRh .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u2IdEyUGRh .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uzA0DAoDKg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzA0DAoDKg img,
.cid-uzA0DAoDKg .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzA0DAoDKg .item:focus,
.cid-uzA0DAoDKg span:focus {
  outline: none;
}
.cid-uzA0DAoDKg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzA0DAoDKg .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uzA0DAoDKg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uzA0DAoDKg .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uzA0DAoDKg .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uzA0DAoDKg .item-content {
    padding: 1rem 0;
  }
}
.cid-uzA0DAoDKg .mbr-section-title {
  color: #eb312c;
}
.cid-uzA0DAoDKg .item-title {
  color: #36187d;
}
.cid-uzA0DAoDKg .item-subtitle {
  color: #bec2cf;
}
.cid-uzA0DAoDKg .mbr-text,
.cid-uzA0DAoDKg .mbr-section-btn {
  color: #6c758f;
}
.cid-uzA0DAoDKg .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-u2xU9rtgyr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2xU9rtgyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9rtgyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xU9rtgyr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container {
    padding: 0 22px;
  }
}
.cid-u2xU9rtgyr .row {
  justify-content: space-between;
}
.cid-u2xU9rtgyr .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2xU9rtgyr .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper {
    display: block;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2xU9rtgyr .mbr-section-title {
  color: #ff5753;
}
.cid-u2xU9rtgyr .mbr-text {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list {
  color: #635d60;
}
.cid-u2xU9rtgyr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2xU9rtgyr .mbr-copy,
.cid-u2xU9rtgyr .social-wrapper {
  text-align: center;
}
.cid-u2xU9rtgyr .mbr-section-title,
.cid-u2xU9rtgyr .mbr-section-btn {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list,
.cid-u2xU9rtgyr .item-wrap {
  color: #eb312c;
}
.cid-u2xU9nudR1 {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2xU9nudR1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2xU9nudR1 .menu_box .navbar.opened,
  .cid-u2xU9nudR1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown {
  position: relative !important;
}
.cid-u2xU9nudR1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2xU9nudR1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2xU9nudR1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2xU9nudR1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2xU9nudR1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2xU9nudR1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-body .mbr-text,
  .cid-u2xU9nudR1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2xU9nudR1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2xU9nudR1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2xU9nudR1 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-u2xU9nudR1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2xU9nudR1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2xU9nudR1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2xU9nudR1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2xU9nudR1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9nudR1 .nav-item .nav-link:hover::before,
.cid-u2xU9nudR1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2xU9nudR1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2xU9nudR1 .offcanvas_box {
    display: none;
  }
}
.cid-u2xU9nudR1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2xU9nudR1 .container {
  display: flex;
  margin: auto;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2xU9nudR1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2xU9nudR1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .navbar-nav {
    margin: 0;
  }
}
.cid-u2xU9nudR1 .dropdown-menu,
.cid-u2xU9nudR1 .navbar.opened {
  background-color: false !important;
}
.cid-u2xU9nudR1 .nav-item:focus,
.cid-u2xU9nudR1 .nav-link:focus {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2xU9nudR1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2xU9nudR1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2xU9nudR1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2xU9nudR1 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2xU9nudR1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2xU9nudR1 .navbar.collapsed {
  justify-content: center;
}
.cid-u2xU9nudR1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2xU9nudR1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2xU9nudR1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2xU9nudR1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2xU9nudR1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2xU9nudR1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2xU9nudR1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2xU9nudR1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2xU9nudR1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2xU9nudR1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2xU9nudR1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2xU9nudR1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown-item.active,
.cid-u2xU9nudR1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2xU9nudR1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2xU9nudR1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2xU9nudR1 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: #ff5753;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar {
    height: 70px;
  }
  .cid-u2xU9nudR1 .navbar.opened {
    height: auto;
  }
  .cid-u2xU9nudR1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2xU9nudR1 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2xU9nudR1 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2xU9nudR1 .text_widget {
  margin-bottom: 32px;
}
.cid-u2xU9nudR1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2xU9nudR1 .text_widget a:hover,
.cid-u2xU9nudR1 .text_widget a:focus {
  opacity: .8;
}
.cid-u2xU9nudR1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .navbar-caption {
  color: #000000;
}
.cid-u2xU9nudR1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .mbr-section-subtitle,
.cid-u2xU9nudR1 .text_widget,
.cid-u2xU9nudR1 .mbr-section-btn {
  text-align: center;
}
.cid-u2xU9nudR1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u3zdpIzxqZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
.cid-u3zdpIzxqZ a.btn > span {
  margin-left: 0.5rem;
}
.cid-u3zdpIzxqZ .row {
  align-items: center;
  justify-content: space-between;
}
.cid-u3zdpIzxqZ .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-u3zdpIzxqZ .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-u3zdpIzxqZ .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-u3zdpIzxqZ .right-side {
  max-width: 554px;
}
.cid-u3zdpIzxqZ .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-u3zdpIzxqZ .margin {
  margin-right: 14px;
}
.cid-u3zdpIzxqZ .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-u3zdpIzxqZ img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-u3zdpIzxqZ .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-u3zdpIzxqZ .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-u3zdpIzxqZ .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-u3zdpIzxqZ .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ff5753;
  cursor: pointer;
}
.cid-u3zdpIzxqZ .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-u3zdpIzxqZ .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-u3zdpIzxqZ .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-u3zdpIzxqZ .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-u3zdpIzxqZ .mbr-social-likes.small {
  display: flex;
}
.cid-u3zdpIzxqZ .mbr-social-likes.big {
  display: block;
}
.cid-u3zdpIzxqZ .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ff5753;
  cursor: pointer;
}
.cid-u3zdpIzxqZ .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-u3zdpIzxqZ .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-u3zdpIzxqZ .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-u3zdpIzxqZ .form-control,
.cid-u3zdpIzxqZ form .btn {
  min-height: initial;
}
.cid-u3zdpIzxqZ a.btn,
.cid-u3zdpIzxqZ button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-u3zdpIzxqZ input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-u3zdpIzxqZ textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-u3zdpIzxqZ input:hover {
  border-color: #14142b !important;
}
.cid-u3zdpIzxqZ textarea:hover {
  border-color: #14142b !important;
}
.cid-u3zdpIzxqZ input:focus {
  border-color: #14142b !important;
}
.cid-u3zdpIzxqZ textarea:focus {
  border-color: #14142b !important;
}
.cid-u3zdpIzxqZ .form-group {
  margin-bottom: 0;
}
.cid-u3zdpIzxqZ .listen {
  margin-bottom: 24px;
}
.cid-u3zdpIzxqZ .phone {
  margin-bottom: 44px;
}
.cid-u3zdpIzxqZ .email {
  margin-bottom: 21px;
}
.cid-u3zdpIzxqZ .listen,
.cid-u3zdpIzxqZ .big {
  text-align: left;
  color: #8c8c95;
}
.cid-u3zdpIzxqZ .mbr-text,
.cid-u3zdpIzxqZ .button-align {
  color: #8c8c95;
}
.cid-u3zdpIzxqZ .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-u3zdpIzxqZ .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-u3zdpIzxqZ select.form-control:hover {
  border-color: #14142b;
}
.cid-u3zdpIzxqZ select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-u3zdpIzxqZ .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-u3zdpIzxqZ .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-u3zdpIzxqZ .left-side,
  .cid-u3zdpIzxqZ .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-u3zdpIzxqZ .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-u3zdpIzxqZ .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-u3zdpIzxqZ .shadow {
    padding: 25px;
  }
  .cid-u3zdpIzxqZ input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-u3zdpIzxqZ .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-u3zdpIzxqZ .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-u3zdpIzxqZ .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-u3zdpIzxqZ .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-u3zdpIzxqZ .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-u3zdpIzxqZ .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-u3zdpIzxqZ .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-u3zdpIzxqZ .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-u3zdpIzxqZ .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-u3zdpIzxqZ .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-u3zdpIzxqZ .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-u3zdpIzxqZ .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-u3zdpIzxqZ .mbr-iconfont {
  margin-right: 8px;
}
.cid-u2xU9rtgyr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2xU9rtgyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9rtgyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xU9rtgyr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container {
    padding: 0 22px;
  }
}
.cid-u2xU9rtgyr .row {
  justify-content: space-between;
}
.cid-u2xU9rtgyr .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2xU9rtgyr .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper {
    display: block;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2xU9rtgyr .mbr-section-title {
  color: #ff5753;
}
.cid-u2xU9rtgyr .mbr-text {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list {
  color: #635d60;
}
.cid-u2xU9rtgyr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2xU9rtgyr .mbr-copy,
.cid-u2xU9rtgyr .social-wrapper {
  text-align: center;
}
.cid-u2xU9rtgyr .mbr-section-title,
.cid-u2xU9rtgyr .mbr-section-btn {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list,
.cid-u2xU9rtgyr .item-wrap {
  color: #eb312c;
}
.cid-u2xU9nudR1 {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2xU9nudR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2xU9nudR1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2xU9nudR1 .menu_box .navbar.opened,
  .cid-u2xU9nudR1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown {
  position: relative !important;
}
.cid-u2xU9nudR1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2xU9nudR1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2xU9nudR1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2xU9nudR1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2xU9nudR1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2xU9nudR1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2xU9nudR1 .offcanvas-body .mbr-text,
  .cid-u2xU9nudR1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2xU9nudR1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2xU9nudR1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2xU9nudR1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2xU9nudR1 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-u2xU9nudR1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2xU9nudR1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2xU9nudR1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2xU9nudR1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2xU9nudR1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9nudR1 .nav-item .nav-link:hover::before,
.cid-u2xU9nudR1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2xU9nudR1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2xU9nudR1 .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-u2xU9nudR1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2xU9nudR1 .offcanvas_box {
    display: none;
  }
}
.cid-u2xU9nudR1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2xU9nudR1 .container {
  display: flex;
  margin: auto;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2xU9nudR1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2xU9nudR1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .navbar-nav {
    margin: 0;
  }
}
.cid-u2xU9nudR1 .dropdown-menu,
.cid-u2xU9nudR1 .navbar.opened {
  background-color: false !important;
}
.cid-u2xU9nudR1 .nav-item:focus,
.cid-u2xU9nudR1 .nav-link:focus {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2xU9nudR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2xU9nudR1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2xU9nudR1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2xU9nudR1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2xU9nudR1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2xU9nudR1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2xU9nudR1 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2xU9nudR1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2xU9nudR1 .navbar.collapsed {
  justify-content: center;
}
.cid-u2xU9nudR1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2xU9nudR1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2xU9nudR1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2xU9nudR1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2xU9nudR1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2xU9nudR1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2xU9nudR1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2xU9nudR1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2xU9nudR1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2xU9nudR1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2xU9nudR1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2xU9nudR1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2xU9nudR1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2xU9nudR1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2xU9nudR1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2xU9nudR1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2xU9nudR1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2xU9nudR1 .dropdown-item.active,
.cid-u2xU9nudR1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2xU9nudR1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2xU9nudR1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2xU9nudR1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2xU9nudR1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2xU9nudR1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2xU9nudR1 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: #ff5753;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xU9nudR1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2xU9nudR1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xU9nudR1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2xU9nudR1 .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-u2xU9nudR1 .navbar {
    height: 70px;
  }
  .cid-u2xU9nudR1 .navbar.opened {
    height: auto;
  }
  .cid-u2xU9nudR1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2xU9nudR1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2xU9nudR1 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2xU9nudR1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2xU9nudR1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2xU9nudR1 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2xU9nudR1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2xU9nudR1 .text_widget {
  margin-bottom: 32px;
}
.cid-u2xU9nudR1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2xU9nudR1 .text_widget a:hover,
.cid-u2xU9nudR1 .text_widget a:focus {
  opacity: .8;
}
.cid-u2xU9nudR1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .navbar-caption {
  color: #000000;
}
.cid-u2xU9nudR1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2xU9nudR1 .mbr-section-subtitle,
.cid-u2xU9nudR1 .text_widget,
.cid-u2xU9nudR1 .mbr-section-btn {
  text-align: center;
}
.cid-u2xU9nudR1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2RxO90RCH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f3f4;
}
.cid-u2RxO90RCH .row {
  align-items: center;
  justify-content: space-between;
}
.cid-u2RxO90RCH .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-u2RxO90RCH .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-u2RxO90RCH .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-u2RxO90RCH ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-u2RxO90RCH li::marker {
  color: #fedb01;
  width: 10px;
}
.cid-u2RxO90RCH li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-u2RxO90RCH img {
  width: 90%;
}
.cid-u2RxO90RCH .gray {
  background-color: #eb312c;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-u2RxO90RCH .b {
  max-width: 598px;
}
.cid-u2RxO90RCH .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-u2RxO90RCH .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-u2RxO90RCH .t {
    padding-top: 90px;
  }
  .cid-u2RxO90RCH .b {
    max-width: initial;
  }
  .cid-u2RxO90RCH .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-u2RxO90RCH .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-u2RxO90RCH .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-u2RxO90RCH .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-u2RxO90RCH .btn {
  margin-top: 20px;
}
.cid-u2RxO90RCH .row {
  flex-direction: row-reverse;
}
.cid-u2RxO90RCH .t {
  max-width: 542px;
}
.cid-u2RxO90RCH .mbr-text,
.cid-u2RxO90RCH .button-align,
.cid-u2RxO90RCH .list {
  color: #222222;
}
.cid-u39BVvEqD0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2e7f8;
}
.cid-u39BVvEqD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u39BVvEqD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u39BVvEqD0 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u39BVvEqD0 .container {
    padding: 10px 8px;
  }
}
.cid-u39BVvEqD0 .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u39BVvEqD0 .row {
    padding: 50px 2px 34px;
  }
}
.cid-u39BVvEqD0 .card {
  padding: 0 8px;
}
.cid-u39BVvEqD0 .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u39BVvEqD0 .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u39BVvEqD0 .card {
    margin-bottom: 16px;
  }
}
.cid-u39BVvEqD0 .card .item {
  margin-bottom: 16px;
}
.cid-u39BVvEqD0 .card .item:last-child {
  margin-bottom: 0;
}
.cid-u39BVvEqD0 .card .item .item-wrapper {
  background-color: #eeeeee;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u39BVvEqD0 .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u39BVvEqD0 .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u39BVvEqD0 .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u39BVvEqD0 .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u39BVvEqD0 .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u39BVvEqD0 .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u39BVvEqD0 .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u39BVvEqD0 .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u39BVvEqD0 .card-text {
  color: #222222;
}
.cid-u39BVvEqD0 .card-name {
  color: #222222;
}
.cid-u39BVvEqD0 .card-role {
  color: #000000;
}
.cid-u2SmdWMWpt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
.cid-u2SmdWMWpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2SmdWMWpt .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-u2SmdWMWpt .container {
    padding: 0 22px;
  }
}
.cid-u2SmdWMWpt .row {
  justify-content: space-between;
}
.cid-u2SmdWMWpt .row .card {
  justify-content: center;
}
.cid-u2SmdWMWpt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2SmdWMWpt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u2SmdWMWpt .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-u2SmdWMWpt .image-wrapper {
  position: relative;
}
.cid-u2SmdWMWpt .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u2SmdWMWpt .image-wrapper img {
    height: 350px;
  }
}
.cid-u2SmdWMWpt .mbr-section-title {
  color: #000000;
}
.cid-u2SmdWMWpt .mbr-desc {
  color: #000000;
}
.cid-u2SmdWMWpt .mbr-text {
  color: #635d60;
}
.cid-u2xU9rtgyr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2xU9rtgyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xU9rtgyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xU9rtgyr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .container {
    padding: 0 22px;
  }
}
.cid-u2xU9rtgyr .row {
  justify-content: space-between;
}
.cid-u2xU9rtgyr .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2xU9rtgyr .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2xU9rtgyr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2xU9rtgyr .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2xU9rtgyr .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper {
    display: block;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2xU9rtgyr .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2xU9rtgyr .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2xU9rtgyr .mbr-section-title {
  color: #ff5753;
}
.cid-u2xU9rtgyr .mbr-text {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list {
  color: #635d60;
}
.cid-u2xU9rtgyr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2xU9rtgyr .mbr-copy,
.cid-u2xU9rtgyr .social-wrapper {
  text-align: center;
}
.cid-u2xU9rtgyr .mbr-section-title,
.cid-u2xU9rtgyr .mbr-section-btn {
  color: #ffffff;
}
.cid-u2xU9rtgyr .list,
.cid-u2xU9rtgyr .item-wrap {
  color: #eb312c;
}
.cid-u2HBiclroG {
  background-color: transparent;
}
.cid-u2HBiclroG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2HBiclroG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2HBiclroG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2HBiclroG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2HBiclroG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2HBiclroG .menu_box .navbar.opened,
  .cid-u2HBiclroG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2HBiclroG .navbar-dropdown {
  position: relative !important;
}
.cid-u2HBiclroG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2HBiclroG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2HBiclroG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2HBiclroG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2HBiclroG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2HBiclroG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2HBiclroG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2HBiclroG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2HBiclroG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2HBiclroG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2HBiclroG .offcanvas-body .mbr-text,
  .cid-u2HBiclroG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2HBiclroG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2HBiclroG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2HBiclroG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2HBiclroG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2HBiclroG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2HBiclroG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2HBiclroG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2HBiclroG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2HBiclroG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2HBiclroG .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-u2HBiclroG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2HBiclroG 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-u2HBiclroG .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2HBiclroG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2HBiclroG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2HBiclroG .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2HBiclroG .nav-item {
    margin: 0 !important;
  }
}
.cid-u2HBiclroG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2HBiclroG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2HBiclroG .nav-item .nav-link:hover::before,
.cid-u2HBiclroG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2HBiclroG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2HBiclroG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2HBiclroG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2HBiclroG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2HBiclroG .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-u2HBiclroG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2HBiclroG .offcanvas_box {
    display: none;
  }
}
.cid-u2HBiclroG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2HBiclroG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2HBiclroG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2HBiclroG .container {
  display: flex;
  margin: auto;
}
.cid-u2HBiclroG .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-u2HBiclroG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2HBiclroG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2HBiclroG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2HBiclroG .navbar-nav {
    margin: 0;
  }
}
.cid-u2HBiclroG .dropdown-menu,
.cid-u2HBiclroG .navbar.opened {
  background-color: false !important;
}
.cid-u2HBiclroG .nav-item:focus,
.cid-u2HBiclroG .nav-link:focus {
  outline: none;
}
.cid-u2HBiclroG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2HBiclroG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2HBiclroG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2HBiclroG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2HBiclroG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2HBiclroG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2HBiclroG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2HBiclroG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2HBiclroG .navbar.opened {
  transition: all 0.3s;
}
.cid-u2HBiclroG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2HBiclroG .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2HBiclroG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2HBiclroG .navbar.collapsed {
  justify-content: center;
}
.cid-u2HBiclroG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2HBiclroG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2HBiclroG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2HBiclroG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2HBiclroG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2HBiclroG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2HBiclroG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2HBiclroG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2HBiclroG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2HBiclroG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2HBiclroG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2HBiclroG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2HBiclroG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2HBiclroG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2HBiclroG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2HBiclroG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2HBiclroG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2HBiclroG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2HBiclroG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2HBiclroG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2HBiclroG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2HBiclroG .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2HBiclroG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2HBiclroG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2HBiclroG .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-u2HBiclroG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2HBiclroG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2HBiclroG .dropdown-item.active,
.cid-u2HBiclroG .dropdown-item:active {
  background-color: transparent;
}
.cid-u2HBiclroG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2HBiclroG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2HBiclroG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2HBiclroG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2HBiclroG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2HBiclroG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2HBiclroG 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: #ff5753;
}
.cid-u2HBiclroG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2HBiclroG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2HBiclroG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2HBiclroG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2HBiclroG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2HBiclroG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2HBiclroG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2HBiclroG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2HBiclroG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2HBiclroG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2HBiclroG .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-u2HBiclroG .navbar {
    height: 70px;
  }
  .cid-u2HBiclroG .navbar.opened {
    height: auto;
  }
  .cid-u2HBiclroG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2HBiclroG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2HBiclroG .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2HBiclroG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2HBiclroG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2HBiclroG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2HBiclroG .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2HBiclroG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2HBiclroG .text_widget {
  margin-bottom: 32px;
}
.cid-u2HBiclroG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2HBiclroG .text_widget a:hover,
.cid-u2HBiclroG .text_widget a:focus {
  opacity: .8;
}
.cid-u2HBiclroG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2HBiclroG .navbar-caption {
  color: #000000;
}
.cid-u2HBiclroG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2HBiclroG .mbr-section-subtitle,
.cid-u2HBiclroG .text_widget,
.cid-u2HBiclroG .mbr-section-btn {
  text-align: center;
}
.cid-u2HBiclroG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2HBidMIts {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/securitypng-1800x600.png");
}
.cid-u2HBidMIts .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBidMIts .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-u2HBidMIts .container {
    padding: 0 22px;
  }
}
.cid-u2HBidMIts .content-wrapper {
  padding-bottom: 20%;
}
.cid-u2HBidMIts .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2HBidMIts .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2HBidMIts .mbr-section-title {
  color: #ffffff;
}
.cid-u2HBidMIts .mbr-text {
  color: #ffffff;
}
.cid-u2HBieG104 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-u2HBieG104 .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-u2HBieG104 img {
  width: 100%;
  border-radius: 10px;
}
.cid-u2HBieG104 .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2HBieG104 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2HBieG104 .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-u2HBieG104 img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-u2HBieG104 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-u2HBieG104 img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-u2HBieG104 img {
    width: 100%;
  }
}
.cid-u2HBieG104 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-u2HBieG104 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u2HBieG104 .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb312c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-u2HBieG104 .mbr-text,
.cid-u2HBieG104 .mbr-section-btn {
  color: #464646;
}
.cid-u2HBieG104 .mbr-section-subtitle {
  color: #777777;
}
.cid-u2HBieG104 .mbr-section-title {
  text-align: left;
}
.cid-u2HBifvrrl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f3f4;
}
.cid-u2HBifvrrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBifvrrl .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-u2HBifvrrl .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2HBifvrrl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2HBifvrrl .row {
  justify-content: space-between;
}
.cid-u2HBifvrrl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-u2HBifvrrl .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u2HBifvrrl .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2HBifvrrl .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u2HBifvrrl .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-u2HBifvrrl .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-u2HBifvrrl .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #eb312c;
  border: 1px solid #eb312c;
  border-radius: 100%;
}
.cid-u2HBifvrrl .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u2HBifvrrl .mbr-section-title {
  color: #000000;
}
.cid-u2HBifvrrl .card-title {
  color: #000000;
}
.cid-u2HBiixeOZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2HBiixeOZ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2HBiixeOZ img {
    width: 100%;
  }
}
.cid-u2HBiixeOZ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2HBiixeOZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-u2HBiixeOZ .icon1 {
  color: #eb312c;
}
.cid-u2HBiixeOZ .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2HBiixeOZ .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-u2HBiixeOZ .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-u2HBiixeOZ .card-text {
  color: #777777;
}
.cid-u2HBiixeOZ .mbr-section-subtitle {
  color: #777777;
}
.cid-u2HBiixeOZ .mbr-text,
.cid-u2HBiixeOZ .mbr-section-btn {
  color: #777777;
}
.cid-us962ojo5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-us962ojo5V .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-us962ojo5V img {
  width: 100%;
  border-radius: 10px;
}
.cid-us962ojo5V .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-us962ojo5V .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-us962ojo5V .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-us962ojo5V img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-us962ojo5V .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-us962ojo5V img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-us962ojo5V img {
    width: 100%;
  }
}
.cid-us962ojo5V .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-us962ojo5V .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-us962ojo5V .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb312c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-us962ojo5V .mbr-text,
.cid-us962ojo5V .mbr-section-btn {
  color: #464646;
}
.cid-us962ojo5V .mbr-section-subtitle {
  color: #777777;
}
.cid-uzzW0Vz9hw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzzW0Vz9hw .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uzzW0Vz9hw img {
  width: 100%;
  border-radius: 10px;
}
.cid-uzzW0Vz9hw .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uzzW0Vz9hw .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzzW0Vz9hw .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uzzW0Vz9hw img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uzzW0Vz9hw .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uzzW0Vz9hw img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uzzW0Vz9hw img {
    width: 100%;
  }
}
.cid-uzzW0Vz9hw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uzzW0Vz9hw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uzzW0Vz9hw .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff8484;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uzzW0Vz9hw .mbr-text,
.cid-uzzW0Vz9hw .mbr-section-btn {
  color: #464646;
}
.cid-uzzW0Vz9hw .mbr-section-subtitle {
  color: #777777;
}
.cid-uHcS0yYWfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-uHcS0yYWfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcS0yYWfp .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-uHcS0yYWfp .container {
    padding: 0 22px;
  }
}
.cid-uHcS0yYWfp .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-uHcS0yYWfp .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-uHcS0yYWfp .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-uHcS0yYWfp .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-uHcS0yYWfp .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHcS0yYWfp .image-wrapper {
  margin-bottom: 12px;
}
.cid-uHcS0yYWfp .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHcS0yYWfp .image-wrapper img {
    height: 350px;
  }
}
.cid-uHcS0yYWfp .image-wrap {
  margin-bottom: 12px;
}
.cid-uHcS0yYWfp .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uHcS0yYWfp .image-wrap img {
    height: 350px;
  }
}
.cid-uHcS0yYWfp .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-uHcS0yYWfp .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uHcS0yYWfp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uHcS0yYWfp .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHcS0yYWfp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHcS0yYWfp .mbr-desc {
  color: #000000;
}
.cid-uHcS0yYWfp .mbr-text {
  color: #000000;
}
.cid-u2TL7YWbRH {
  background-color: #ffffff;
}
.cid-u2TL7YWbRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TL7YWbRH .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-u2TL7YWbRH .container {
    padding: 0 16px;
  }
}
.cid-u2TL7YWbRH .image-wrapper img {
  height: 900px;
  border-radius: .5em !important;
  object-fit: cover;
  box-shadow: 0 14px 20px #333333;
}
@media (max-width: 992px) {
  .cid-u2TL7YWbRH .image-wrapper img {
    width: 100%;
    height: 450px;
  }
}
.cid-u2TL7YWbRH .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u2HBigigiD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f4f3f4;
}
.cid-u2HBigigiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBigigiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u2HBigigiD .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-u2HBigigiD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2HBigigiD .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-u2HBigigiD .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-u2HBigigiD .mbr-text {
  color: #eb312c;
}
.cid-u2HBigUCTD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2HBigUCTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBigUCTD .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-u2HBigUCTD .container {
    padding: 0 22px;
  }
}
.cid-u2HBigUCTD .row {
  justify-content: space-between;
}
.cid-u2HBigUCTD .row .card {
  justify-content: center;
}
.cid-u2HBigUCTD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2HBigUCTD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2HBigUCTD .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u2HBigUCTD .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2HBigUCTD .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2HBigUCTD .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u2HBigUCTD .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #eb312c;
  margin-right: 55px;
}
.cid-u2HBigUCTD .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2HBigUCTD .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u2HBigUCTD .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u2HBigUCTD .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2HBigUCTD .mbr-section-title {
  color: #000000;
}
.cid-u2HBigUCTD .mbr-text {
  color: #000000;
}
.cid-u2HBigUCTD .card-title {
  color: #ff5753;
}
.cid-u2HBigUCTD .card-text {
  color: #000000;
}
.cid-u2HBigUCTD .card-title,
.cid-u2HBigUCTD .iconfont-wrapper {
  color: #eb312c;
}
.cid-u2HBigUCTD .mbr-section-title,
.cid-u2HBigUCTD .mbr-section-btn {
  color: #222222;
}
.cid-uszVa32fFr {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uszVa32fFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uszVa32fFr .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-uszVa32fFr .container {
    padding: 0 22px;
  }
}
.cid-uszVa32fFr .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uszVa32fFr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uszVa32fFr .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uszVa32fFr .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uszVa32fFr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uszVa32fFr .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uszVa32fFr .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uszVa32fFr .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uszVa32fFr .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uszVa32fFr .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uszVa32fFr .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uszVa32fFr .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uszVa32fFr .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uszVa32fFr .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uszVa32fFr .mbr-desc {
  color: #ff5753;
}
.cid-uszVa32fFr .mbr-section-title {
  color: #000000;
}
.cid-uszVa32fFr .card-title {
  color: #000000;
}
.cid-uszVa32fFr .card-text {
  color: #635d60;
}
.cid-u2HBijm8f3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2HBijm8f3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBijm8f3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2HBijm8f3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2HBijm8f3 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2HBijm8f3 .container {
    padding: 0 22px;
  }
}
.cid-u2HBijm8f3 .row {
  justify-content: space-between;
}
.cid-u2HBijm8f3 .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2HBijm8f3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2HBijm8f3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2HBijm8f3 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2HBijm8f3 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2HBijm8f3 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2HBijm8f3 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2HBijm8f3 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2HBijm8f3 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2HBijm8f3 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2HBijm8f3 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2HBijm8f3 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2HBijm8f3 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2HBijm8f3 .copy-wrapper {
    display: block;
  }
}
.cid-u2HBijm8f3 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2HBijm8f3 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2HBijm8f3 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2HBijm8f3 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2HBijm8f3 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2HBijm8f3 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2HBijm8f3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2HBijm8f3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2HBijm8f3 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2HBijm8f3 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2HBijm8f3 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2HBijm8f3 .mbr-section-title {
  color: #ff5753;
}
.cid-u2HBijm8f3 .mbr-text {
  color: #ffffff;
}
.cid-u2HBijm8f3 .list {
  color: #635d60;
}
.cid-u2HBijm8f3 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2HBijm8f3 .mbr-copy,
.cid-u2HBijm8f3 .social-wrapper {
  text-align: center;
}
.cid-u2HBijm8f3 .mbr-section-title,
.cid-u2HBijm8f3 .mbr-section-btn {
  color: #ffffff;
}
.cid-u2HBijm8f3 .list,
.cid-u2HBijm8f3 .item-wrap {
  color: #eb312c;
}
.cid-u2HBqZNFdl {
  background-color: transparent;
}
.cid-u2HBqZNFdl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2HBqZNFdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2HBqZNFdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2HBqZNFdl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2HBqZNFdl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2HBqZNFdl .menu_box .navbar.opened,
  .cid-u2HBqZNFdl .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2HBqZNFdl .navbar-dropdown {
  position: relative !important;
}
.cid-u2HBqZNFdl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2HBqZNFdl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2HBqZNFdl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2HBqZNFdl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2HBqZNFdl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2HBqZNFdl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2HBqZNFdl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2HBqZNFdl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2HBqZNFdl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2HBqZNFdl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2HBqZNFdl .offcanvas-body .mbr-text,
  .cid-u2HBqZNFdl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2HBqZNFdl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2HBqZNFdl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2HBqZNFdl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2HBqZNFdl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2HBqZNFdl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2HBqZNFdl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2HBqZNFdl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2HBqZNFdl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2HBqZNFdl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2HBqZNFdl .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-u2HBqZNFdl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2HBqZNFdl 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-u2HBqZNFdl .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2HBqZNFdl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2HBqZNFdl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2HBqZNFdl .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2HBqZNFdl .nav-item {
    margin: 0 !important;
  }
}
.cid-u2HBqZNFdl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2HBqZNFdl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2HBqZNFdl .nav-item .nav-link:hover::before,
.cid-u2HBqZNFdl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2HBqZNFdl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2HBqZNFdl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2HBqZNFdl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2HBqZNFdl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2HBqZNFdl .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-u2HBqZNFdl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2HBqZNFdl .offcanvas_box {
    display: none;
  }
}
.cid-u2HBqZNFdl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2HBqZNFdl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2HBqZNFdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2HBqZNFdl .container {
  display: flex;
  margin: auto;
}
.cid-u2HBqZNFdl .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-u2HBqZNFdl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2HBqZNFdl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2HBqZNFdl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2HBqZNFdl .navbar-nav {
    margin: 0;
  }
}
.cid-u2HBqZNFdl .dropdown-menu,
.cid-u2HBqZNFdl .navbar.opened {
  background-color: false !important;
}
.cid-u2HBqZNFdl .nav-item:focus,
.cid-u2HBqZNFdl .nav-link:focus {
  outline: none;
}
.cid-u2HBqZNFdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2HBqZNFdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2HBqZNFdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2HBqZNFdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2HBqZNFdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2HBqZNFdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2HBqZNFdl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2HBqZNFdl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2HBqZNFdl .navbar.opened {
  transition: all 0.3s;
}
.cid-u2HBqZNFdl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2HBqZNFdl .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2HBqZNFdl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2HBqZNFdl .navbar.collapsed {
  justify-content: center;
}
.cid-u2HBqZNFdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2HBqZNFdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2HBqZNFdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2HBqZNFdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2HBqZNFdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2HBqZNFdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2HBqZNFdl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2HBqZNFdl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2HBqZNFdl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2HBqZNFdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2HBqZNFdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2HBqZNFdl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2HBqZNFdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2HBqZNFdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2HBqZNFdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2HBqZNFdl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2HBqZNFdl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2HBqZNFdl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2HBqZNFdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2HBqZNFdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2HBqZNFdl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2HBqZNFdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2HBqZNFdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2HBqZNFdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2HBqZNFdl .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-u2HBqZNFdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2HBqZNFdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2HBqZNFdl .dropdown-item.active,
.cid-u2HBqZNFdl .dropdown-item:active {
  background-color: transparent;
}
.cid-u2HBqZNFdl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2HBqZNFdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2HBqZNFdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2HBqZNFdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2HBqZNFdl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2HBqZNFdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2HBqZNFdl 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: #ff5753;
}
.cid-u2HBqZNFdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2HBqZNFdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2HBqZNFdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2HBqZNFdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2HBqZNFdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2HBqZNFdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2HBqZNFdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2HBqZNFdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2HBqZNFdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2HBqZNFdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2HBqZNFdl .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-u2HBqZNFdl .navbar {
    height: 70px;
  }
  .cid-u2HBqZNFdl .navbar.opened {
    height: auto;
  }
  .cid-u2HBqZNFdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2HBqZNFdl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2HBqZNFdl .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2HBqZNFdl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2HBqZNFdl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2HBqZNFdl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2HBqZNFdl .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2HBqZNFdl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2HBqZNFdl .text_widget {
  margin-bottom: 32px;
}
.cid-u2HBqZNFdl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2HBqZNFdl .text_widget a:hover,
.cid-u2HBqZNFdl .text_widget a:focus {
  opacity: .8;
}
.cid-u2HBqZNFdl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2HBqZNFdl .navbar-caption {
  color: #000000;
}
.cid-u2HBqZNFdl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2HBqZNFdl .mbr-section-subtitle,
.cid-u2HBqZNFdl .text_widget,
.cid-u2HBqZNFdl .mbr-section-btn {
  text-align: center;
}
.cid-u2HBqZNFdl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2HBr17AvT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pic-background-slider-small-432x154.png");
}
.cid-u2HBr17AvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBr17AvT .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-u2HBr17AvT .container {
    padding: 0 22px;
  }
}
.cid-u2HBr17AvT .content-wrapper {
  padding-bottom: 20%;
}
.cid-u2HBr17AvT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2HBr17AvT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2HBr17AvT .mbr-section-title {
  color: #ffffff;
}
.cid-u2HBr17AvT .mbr-text {
  color: #ffffff;
}
.cid-u2HBr2R4Uo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-u2HBr2R4Uo .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-u2HBr2R4Uo img {
  width: 100%;
  border-radius: 10px;
}
.cid-u2HBr2R4Uo .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2HBr2R4Uo .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2HBr2R4Uo .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-u2HBr2R4Uo img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-u2HBr2R4Uo .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-u2HBr2R4Uo img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-u2HBr2R4Uo img {
    width: 100%;
  }
}
.cid-u2HBr2R4Uo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-u2HBr2R4Uo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u2HBr2R4Uo .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb312c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-u2HBr2R4Uo .mbr-text,
.cid-u2HBr2R4Uo .mbr-section-btn {
  color: #464646;
}
.cid-u2HBr2R4Uo .mbr-section-subtitle {
  color: #777777;
}
.cid-u2HBr3vdyY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2HBr3vdyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBr3vdyY .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-u2HBr3vdyY .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2HBr3vdyY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2HBr3vdyY .row {
  justify-content: space-between;
}
.cid-u2HBr3vdyY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-u2HBr3vdyY .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u2HBr3vdyY .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2HBr3vdyY .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u2HBr3vdyY .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-u2HBr3vdyY .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-u2HBr3vdyY .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-u2HBr3vdyY .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u2HBr3vdyY .mbr-section-title {
  color: #000000;
}
.cid-u2HBr3vdyY .card-title {
  color: #000000;
}
.cid-u2HBr63cAB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2HBr63cAB img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2HBr63cAB img {
    width: 100%;
  }
}
.cid-u2HBr63cAB .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2HBr63cAB .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-u2HBr63cAB .icon1 {
  color: #eb312c;
}
.cid-u2HBr63cAB .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2HBr63cAB .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-u2HBr63cAB .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-u2HBr63cAB .card-text {
  color: #777777;
}
.cid-u2HBr63cAB .mbr-section-subtitle {
  color: #777777;
}
.cid-u2HBr63cAB .mbr-text,
.cid-u2HBr63cAB .mbr-section-btn {
  color: #777777;
}
.cid-u2HBr4isR7 {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #f4f3f4;
}
.cid-u2HBr4isR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBr4isR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u2HBr4isR7 .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-u2HBr4isR7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2HBr4isR7 .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-u2HBr4isR7 .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-u2HBr4isR7 .mbr-text {
  color: #8a8588;
}
.cid-u2HBr54KTE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2HBr54KTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBr54KTE .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-u2HBr54KTE .container {
    padding: 0 22px;
  }
}
.cid-u2HBr54KTE .row {
  justify-content: space-between;
}
.cid-u2HBr54KTE .row .card {
  justify-content: center;
}
.cid-u2HBr54KTE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2HBr54KTE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2HBr54KTE .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u2HBr54KTE .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2HBr54KTE .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2HBr54KTE .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u2HBr54KTE .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #eb312c;
  margin-right: 55px;
}
.cid-u2HBr54KTE .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u2HBr54KTE .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u2HBr54KTE .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u2HBr54KTE .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2HBr54KTE .mbr-section-title {
  color: #000000;
}
.cid-u2HBr54KTE .mbr-text {
  color: #000000;
}
.cid-u2HBr54KTE .card-title {
  color: #ff5753;
}
.cid-u2HBr54KTE .card-text {
  color: #000000;
}
.cid-u2HBr54KTE .card-title,
.cid-u2HBr54KTE .iconfont-wrapper {
  color: #eb312c;
}
.cid-u2TEMGkyu2 {
  background-color: #f4f3f4;
}
.cid-u2TEMGkyu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TEMGkyu2 .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-u2TEMGkyu2 .container {
    padding: 0 16px;
  }
}
.cid-u2TEMGkyu2 .image-wrapper img {
  height: 900px;
  border-radius: .5em !important;
  object-fit: cover;
  box-shadow: 0 14px 20px #333333;
}
@media (max-width: 992px) {
  .cid-u2TEMGkyu2 .image-wrapper img {
    width: 100%;
    height: 450px;
  }
}
.cid-u2TEMGkyu2 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u2HBr6sCoX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2HBr6sCoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2HBr6sCoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2HBr6sCoX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2HBr6sCoX .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2HBr6sCoX .container {
    padding: 0 22px;
  }
}
.cid-u2HBr6sCoX .row {
  justify-content: space-between;
}
.cid-u2HBr6sCoX .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2HBr6sCoX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2HBr6sCoX .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2HBr6sCoX .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2HBr6sCoX .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2HBr6sCoX .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2HBr6sCoX .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2HBr6sCoX .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2HBr6sCoX .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2HBr6sCoX .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2HBr6sCoX .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2HBr6sCoX .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2HBr6sCoX .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2HBr6sCoX .copy-wrapper {
    display: block;
  }
}
.cid-u2HBr6sCoX .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2HBr6sCoX .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2HBr6sCoX .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2HBr6sCoX .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2HBr6sCoX .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2HBr6sCoX .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2HBr6sCoX .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2HBr6sCoX .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2HBr6sCoX .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2HBr6sCoX .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2HBr6sCoX .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2HBr6sCoX .mbr-section-title {
  color: #ff5753;
}
.cid-u2HBr6sCoX .mbr-text {
  color: #ffffff;
}
.cid-u2HBr6sCoX .list {
  color: #635d60;
}
.cid-u2HBr6sCoX .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2HBr6sCoX .mbr-copy,
.cid-u2HBr6sCoX .social-wrapper {
  text-align: center;
}
.cid-u2HBr6sCoX .mbr-section-title,
.cid-u2HBr6sCoX .mbr-section-btn {
  color: #ffffff;
}
.cid-u2HBr6sCoX .list,
.cid-u2HBr6sCoX .item-wrap {
  color: #eb312c;
}
.cid-u2TOQPa1Rk {
  background-color: transparent;
}
.cid-u2TOQPa1Rk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2TOQPa1Rk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2TOQPa1Rk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2TOQPa1Rk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2TOQPa1Rk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2TOQPa1Rk .menu_box .navbar.opened,
  .cid-u2TOQPa1Rk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2TOQPa1Rk .navbar-dropdown {
  position: relative !important;
}
.cid-u2TOQPa1Rk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2TOQPa1Rk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2TOQPa1Rk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2TOQPa1Rk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2TOQPa1Rk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2TOQPa1Rk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2TOQPa1Rk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2TOQPa1Rk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2TOQPa1Rk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2TOQPa1Rk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2TOQPa1Rk .offcanvas-body .mbr-text,
  .cid-u2TOQPa1Rk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2TOQPa1Rk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2TOQPa1Rk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2TOQPa1Rk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2TOQPa1Rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2TOQPa1Rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2TOQPa1Rk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2TOQPa1Rk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2TOQPa1Rk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2TOQPa1Rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2TOQPa1Rk .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-u2TOQPa1Rk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2TOQPa1Rk 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-u2TOQPa1Rk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2TOQPa1Rk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2TOQPa1Rk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2TOQPa1Rk .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2TOQPa1Rk .nav-item {
    margin: 0 !important;
  }
}
.cid-u2TOQPa1Rk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2TOQPa1Rk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2TOQPa1Rk .nav-item .nav-link:hover::before,
.cid-u2TOQPa1Rk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2TOQPa1Rk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2TOQPa1Rk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2TOQPa1Rk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2TOQPa1Rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2TOQPa1Rk .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-u2TOQPa1Rk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2TOQPa1Rk .offcanvas_box {
    display: none;
  }
}
.cid-u2TOQPa1Rk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2TOQPa1Rk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2TOQPa1Rk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2TOQPa1Rk .container {
  display: flex;
  margin: auto;
}
.cid-u2TOQPa1Rk .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-u2TOQPa1Rk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2TOQPa1Rk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2TOQPa1Rk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2TOQPa1Rk .navbar-nav {
    margin: 0;
  }
}
.cid-u2TOQPa1Rk .dropdown-menu,
.cid-u2TOQPa1Rk .navbar.opened {
  background-color: false !important;
}
.cid-u2TOQPa1Rk .nav-item:focus,
.cid-u2TOQPa1Rk .nav-link:focus {
  outline: none;
}
.cid-u2TOQPa1Rk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2TOQPa1Rk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2TOQPa1Rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2TOQPa1Rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2TOQPa1Rk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2TOQPa1Rk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2TOQPa1Rk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2TOQPa1Rk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2TOQPa1Rk .navbar.opened {
  transition: all 0.3s;
}
.cid-u2TOQPa1Rk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2TOQPa1Rk .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2TOQPa1Rk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2TOQPa1Rk .navbar.collapsed {
  justify-content: center;
}
.cid-u2TOQPa1Rk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2TOQPa1Rk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2TOQPa1Rk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2TOQPa1Rk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2TOQPa1Rk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2TOQPa1Rk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2TOQPa1Rk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2TOQPa1Rk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2TOQPa1Rk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2TOQPa1Rk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2TOQPa1Rk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2TOQPa1Rk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2TOQPa1Rk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2TOQPa1Rk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2TOQPa1Rk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2TOQPa1Rk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2TOQPa1Rk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2TOQPa1Rk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2TOQPa1Rk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2TOQPa1Rk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2TOQPa1Rk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2TOQPa1Rk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2TOQPa1Rk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2TOQPa1Rk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2TOQPa1Rk .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-u2TOQPa1Rk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2TOQPa1Rk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2TOQPa1Rk .dropdown-item.active,
.cid-u2TOQPa1Rk .dropdown-item:active {
  background-color: transparent;
}
.cid-u2TOQPa1Rk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2TOQPa1Rk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2TOQPa1Rk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2TOQPa1Rk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2TOQPa1Rk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2TOQPa1Rk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2TOQPa1Rk 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: #ff5753;
}
.cid-u2TOQPa1Rk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2TOQPa1Rk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2TOQPa1Rk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2TOQPa1Rk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2TOQPa1Rk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2TOQPa1Rk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2TOQPa1Rk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2TOQPa1Rk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2TOQPa1Rk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2TOQPa1Rk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2TOQPa1Rk .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-u2TOQPa1Rk .navbar {
    height: 70px;
  }
  .cid-u2TOQPa1Rk .navbar.opened {
    height: auto;
  }
  .cid-u2TOQPa1Rk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2TOQPa1Rk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2TOQPa1Rk .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2TOQPa1Rk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2TOQPa1Rk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2TOQPa1Rk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2TOQPa1Rk .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2TOQPa1Rk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2TOQPa1Rk .text_widget {
  margin-bottom: 32px;
}
.cid-u2TOQPa1Rk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2TOQPa1Rk .text_widget a:hover,
.cid-u2TOQPa1Rk .text_widget a:focus {
  opacity: .8;
}
.cid-u2TOQPa1Rk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2TOQPa1Rk .navbar-caption {
  color: #000000;
}
.cid-u2TOQPa1Rk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2TOQPa1Rk .mbr-section-subtitle,
.cid-u2TOQPa1Rk .text_widget,
.cid-u2TOQPa1Rk .mbr-section-btn {
  text-align: center;
}
.cid-u2TOQPa1Rk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2TPdatuzk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2TPdatuzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TPdatuzk .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-u2TPdatuzk .container {
    padding: 0 22px;
  }
}
.cid-u2TPdatuzk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2TPdatuzk .mbr-text {
  color: #000000;
}
.cid-u2TOQPQUSq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2TOQPQUSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TOQPQUSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TOQPQUSq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2TOQPQUSq .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2TOQPQUSq .container {
    padding: 0 22px;
  }
}
.cid-u2TOQPQUSq .row {
  justify-content: space-between;
}
.cid-u2TOQPQUSq .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2TOQPQUSq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2TOQPQUSq .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2TOQPQUSq .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2TOQPQUSq .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2TOQPQUSq .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2TOQPQUSq .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2TOQPQUSq .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2TOQPQUSq .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2TOQPQUSq .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2TOQPQUSq .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2TOQPQUSq .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2TOQPQUSq .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2TOQPQUSq .copy-wrapper {
    display: block;
  }
}
.cid-u2TOQPQUSq .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2TOQPQUSq .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2TOQPQUSq .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2TOQPQUSq .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2TOQPQUSq .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2TOQPQUSq .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2TOQPQUSq .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2TOQPQUSq .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2TOQPQUSq .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2TOQPQUSq .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2TOQPQUSq .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2TOQPQUSq .mbr-section-title {
  color: #ff5753;
}
.cid-u2TOQPQUSq .mbr-text {
  color: #ffffff;
}
.cid-u2TOQPQUSq .list {
  color: #635d60;
}
.cid-u2TOQPQUSq .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2TOQPQUSq .mbr-copy,
.cid-u2TOQPQUSq .social-wrapper {
  text-align: center;
}
.cid-u2TOQPQUSq .mbr-section-title,
.cid-u2TOQPQUSq .mbr-section-btn {
  color: #ffffff;
}
.cid-u2TOQPQUSq .list,
.cid-u2TOQPQUSq .item-wrap {
  color: #eb312c;
}
.cid-u2TPV6vDGh {
  background-color: transparent;
}
.cid-u2TPV6vDGh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2TPV6vDGh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2TPV6vDGh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2TPV6vDGh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2TPV6vDGh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2TPV6vDGh .menu_box .navbar.opened,
  .cid-u2TPV6vDGh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2TPV6vDGh .navbar-dropdown {
  position: relative !important;
}
.cid-u2TPV6vDGh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2TPV6vDGh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2TPV6vDGh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2TPV6vDGh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2TPV6vDGh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2TPV6vDGh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2TPV6vDGh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2TPV6vDGh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2TPV6vDGh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2TPV6vDGh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2TPV6vDGh .offcanvas-body .mbr-text,
  .cid-u2TPV6vDGh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2TPV6vDGh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2TPV6vDGh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2TPV6vDGh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2TPV6vDGh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2TPV6vDGh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2TPV6vDGh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2TPV6vDGh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2TPV6vDGh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2TPV6vDGh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2TPV6vDGh .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-u2TPV6vDGh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2TPV6vDGh 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-u2TPV6vDGh .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2TPV6vDGh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2TPV6vDGh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2TPV6vDGh .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2TPV6vDGh .nav-item {
    margin: 0 !important;
  }
}
.cid-u2TPV6vDGh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2TPV6vDGh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2TPV6vDGh .nav-item .nav-link:hover::before,
.cid-u2TPV6vDGh .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2TPV6vDGh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2TPV6vDGh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2TPV6vDGh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2TPV6vDGh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2TPV6vDGh .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-u2TPV6vDGh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2TPV6vDGh .offcanvas_box {
    display: none;
  }
}
.cid-u2TPV6vDGh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2TPV6vDGh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2TPV6vDGh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2TPV6vDGh .container {
  display: flex;
  margin: auto;
}
.cid-u2TPV6vDGh .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-u2TPV6vDGh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2TPV6vDGh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2TPV6vDGh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2TPV6vDGh .navbar-nav {
    margin: 0;
  }
}
.cid-u2TPV6vDGh .dropdown-menu,
.cid-u2TPV6vDGh .navbar.opened {
  background-color: false !important;
}
.cid-u2TPV6vDGh .nav-item:focus,
.cid-u2TPV6vDGh .nav-link:focus {
  outline: none;
}
.cid-u2TPV6vDGh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2TPV6vDGh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2TPV6vDGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2TPV6vDGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2TPV6vDGh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2TPV6vDGh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2TPV6vDGh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2TPV6vDGh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2TPV6vDGh .navbar.opened {
  transition: all 0.3s;
}
.cid-u2TPV6vDGh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2TPV6vDGh .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2TPV6vDGh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2TPV6vDGh .navbar.collapsed {
  justify-content: center;
}
.cid-u2TPV6vDGh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2TPV6vDGh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2TPV6vDGh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2TPV6vDGh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2TPV6vDGh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2TPV6vDGh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2TPV6vDGh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2TPV6vDGh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2TPV6vDGh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2TPV6vDGh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2TPV6vDGh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2TPV6vDGh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2TPV6vDGh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2TPV6vDGh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2TPV6vDGh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2TPV6vDGh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2TPV6vDGh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2TPV6vDGh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2TPV6vDGh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2TPV6vDGh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2TPV6vDGh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2TPV6vDGh .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2TPV6vDGh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2TPV6vDGh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2TPV6vDGh .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-u2TPV6vDGh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2TPV6vDGh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2TPV6vDGh .dropdown-item.active,
.cid-u2TPV6vDGh .dropdown-item:active {
  background-color: transparent;
}
.cid-u2TPV6vDGh .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2TPV6vDGh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2TPV6vDGh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2TPV6vDGh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2TPV6vDGh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2TPV6vDGh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2TPV6vDGh 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: #ff5753;
}
.cid-u2TPV6vDGh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2TPV6vDGh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2TPV6vDGh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2TPV6vDGh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2TPV6vDGh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2TPV6vDGh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2TPV6vDGh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2TPV6vDGh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2TPV6vDGh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2TPV6vDGh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2TPV6vDGh .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-u2TPV6vDGh .navbar {
    height: 70px;
  }
  .cid-u2TPV6vDGh .navbar.opened {
    height: auto;
  }
  .cid-u2TPV6vDGh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2TPV6vDGh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2TPV6vDGh .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2TPV6vDGh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2TPV6vDGh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2TPV6vDGh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2TPV6vDGh .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2TPV6vDGh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2TPV6vDGh .text_widget {
  margin-bottom: 32px;
}
.cid-u2TPV6vDGh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2TPV6vDGh .text_widget a:hover,
.cid-u2TPV6vDGh .text_widget a:focus {
  opacity: .8;
}
.cid-u2TPV6vDGh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2TPV6vDGh .navbar-caption {
  color: #000000;
}
.cid-u2TPV6vDGh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2TPV6vDGh .mbr-section-subtitle,
.cid-u2TPV6vDGh .text_widget,
.cid-u2TPV6vDGh .mbr-section-btn {
  text-align: center;
}
.cid-u2TPV6vDGh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2TPV7AUhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2TPV7AUhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TPV7AUhH .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-u2TPV7AUhH .container {
    padding: 0 22px;
  }
}
.cid-u2TPV7AUhH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2TPV7AUhH .mbr-text {
  color: #000000;
}
.cid-u2TPV8EEmD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2TPV8EEmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TPV8EEmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TPV8EEmD .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2TPV8EEmD .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2TPV8EEmD .container {
    padding: 0 22px;
  }
}
.cid-u2TPV8EEmD .row {
  justify-content: space-between;
}
.cid-u2TPV8EEmD .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2TPV8EEmD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2TPV8EEmD .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2TPV8EEmD .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2TPV8EEmD .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2TPV8EEmD .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2TPV8EEmD .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2TPV8EEmD .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2TPV8EEmD .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2TPV8EEmD .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2TPV8EEmD .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2TPV8EEmD .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2TPV8EEmD .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2TPV8EEmD .copy-wrapper {
    display: block;
  }
}
.cid-u2TPV8EEmD .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2TPV8EEmD .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2TPV8EEmD .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2TPV8EEmD .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2TPV8EEmD .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2TPV8EEmD .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2TPV8EEmD .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2TPV8EEmD .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2TPV8EEmD .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2TPV8EEmD .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2TPV8EEmD .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2TPV8EEmD .mbr-section-title {
  color: #ff5753;
}
.cid-u2TPV8EEmD .mbr-text {
  color: #ffffff;
}
.cid-u2TPV8EEmD .list {
  color: #635d60;
}
.cid-u2TPV8EEmD .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2TPV8EEmD .mbr-copy,
.cid-u2TPV8EEmD .social-wrapper {
  text-align: center;
}
.cid-u2TPV8EEmD .mbr-section-title,
.cid-u2TPV8EEmD .mbr-section-btn {
  color: #ffffff;
}
.cid-u2TPV8EEmD .list,
.cid-u2TPV8EEmD .item-wrap {
  color: #eb312c;
}
.cid-u39BtIZypP {
  background-color: transparent;
}
.cid-u39BtIZypP .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u39BtIZypP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u39BtIZypP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u39BtIZypP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u39BtIZypP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u39BtIZypP .menu_box .navbar.opened,
  .cid-u39BtIZypP .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u39BtIZypP .navbar-dropdown {
  position: relative !important;
}
.cid-u39BtIZypP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u39BtIZypP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u39BtIZypP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u39BtIZypP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u39BtIZypP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u39BtIZypP .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u39BtIZypP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u39BtIZypP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u39BtIZypP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u39BtIZypP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u39BtIZypP .offcanvas-body .mbr-text,
  .cid-u39BtIZypP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u39BtIZypP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u39BtIZypP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u39BtIZypP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u39BtIZypP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u39BtIZypP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u39BtIZypP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u39BtIZypP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u39BtIZypP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u39BtIZypP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u39BtIZypP .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-u39BtIZypP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u39BtIZypP 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-u39BtIZypP .lg_brand {
    margin: 0 1rem;
  }
  .cid-u39BtIZypP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u39BtIZypP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u39BtIZypP .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u39BtIZypP .nav-item {
    margin: 0 !important;
  }
}
.cid-u39BtIZypP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u39BtIZypP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u39BtIZypP .nav-item .nav-link:hover::before,
.cid-u39BtIZypP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u39BtIZypP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u39BtIZypP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u39BtIZypP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u39BtIZypP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u39BtIZypP .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-u39BtIZypP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u39BtIZypP .offcanvas_box {
    display: none;
  }
}
.cid-u39BtIZypP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u39BtIZypP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u39BtIZypP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u39BtIZypP .container {
  display: flex;
  margin: auto;
}
.cid-u39BtIZypP .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-u39BtIZypP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u39BtIZypP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u39BtIZypP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u39BtIZypP .navbar-nav {
    margin: 0;
  }
}
.cid-u39BtIZypP .dropdown-menu,
.cid-u39BtIZypP .navbar.opened {
  background-color: false !important;
}
.cid-u39BtIZypP .nav-item:focus,
.cid-u39BtIZypP .nav-link:focus {
  outline: none;
}
.cid-u39BtIZypP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u39BtIZypP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u39BtIZypP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u39BtIZypP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u39BtIZypP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u39BtIZypP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u39BtIZypP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u39BtIZypP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u39BtIZypP .navbar.opened {
  transition: all 0.3s;
}
.cid-u39BtIZypP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u39BtIZypP .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u39BtIZypP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u39BtIZypP .navbar.collapsed {
  justify-content: center;
}
.cid-u39BtIZypP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u39BtIZypP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u39BtIZypP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u39BtIZypP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u39BtIZypP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u39BtIZypP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u39BtIZypP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u39BtIZypP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u39BtIZypP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u39BtIZypP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u39BtIZypP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u39BtIZypP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u39BtIZypP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u39BtIZypP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u39BtIZypP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u39BtIZypP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u39BtIZypP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u39BtIZypP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u39BtIZypP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u39BtIZypP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u39BtIZypP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u39BtIZypP .navbar.navbar-short {
  min-height: 60px;
}
.cid-u39BtIZypP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u39BtIZypP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u39BtIZypP .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-u39BtIZypP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u39BtIZypP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u39BtIZypP .dropdown-item.active,
.cid-u39BtIZypP .dropdown-item:active {
  background-color: transparent;
}
.cid-u39BtIZypP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u39BtIZypP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u39BtIZypP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u39BtIZypP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u39BtIZypP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u39BtIZypP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u39BtIZypP 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: #ff5753;
}
.cid-u39BtIZypP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u39BtIZypP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u39BtIZypP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u39BtIZypP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u39BtIZypP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u39BtIZypP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u39BtIZypP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u39BtIZypP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u39BtIZypP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u39BtIZypP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u39BtIZypP .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-u39BtIZypP .navbar {
    height: 70px;
  }
  .cid-u39BtIZypP .navbar.opened {
    height: auto;
  }
  .cid-u39BtIZypP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u39BtIZypP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u39BtIZypP .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u39BtIZypP .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u39BtIZypP .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u39BtIZypP .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u39BtIZypP .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u39BtIZypP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u39BtIZypP .text_widget {
  margin-bottom: 32px;
}
.cid-u39BtIZypP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u39BtIZypP .text_widget a:hover,
.cid-u39BtIZypP .text_widget a:focus {
  opacity: .8;
}
.cid-u39BtIZypP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u39BtIZypP .navbar-caption {
  color: #000000;
}
.cid-u39BtIZypP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u39BtIZypP .mbr-section-subtitle,
.cid-u39BtIZypP .text_widget,
.cid-u39BtIZypP .mbr-section-btn {
  text-align: center;
}
.cid-u39BtIZypP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u39BtJHXfH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f3f4;
}
.cid-u39BtJHXfH .row {
  align-items: center;
  justify-content: space-between;
}
.cid-u39BtJHXfH .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-u39BtJHXfH .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-u39BtJHXfH .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-u39BtJHXfH ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-u39BtJHXfH li::marker {
  color: #fedb01;
  width: 10px;
}
.cid-u39BtJHXfH li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-u39BtJHXfH img {
  width: 90%;
}
.cid-u39BtJHXfH .gray {
  background-color: #d4d3d3;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-u39BtJHXfH .b {
  max-width: 598px;
}
.cid-u39BtJHXfH .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-u39BtJHXfH .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-u39BtJHXfH .t {
    padding-top: 90px;
  }
  .cid-u39BtJHXfH .b {
    max-width: initial;
  }
  .cid-u39BtJHXfH .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-u39BtJHXfH .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-u39BtJHXfH .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-u39BtJHXfH .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-u39BtJHXfH .btn {
  margin-top: 20px;
}
.cid-u39BtJHXfH .row {
  flex-direction: row-reverse;
}
.cid-u39BtJHXfH .t {
  max-width: 542px;
}
.cid-u39BtK9YGA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u39BtK9YGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u39BtK9YGA .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-u39BtK9YGA .container {
    padding: 0 22px;
  }
}
.cid-u39BtK9YGA .row {
  justify-content: center;
}
.cid-u39BtK9YGA .row .card {
  justify-content: flex-end;
}
.cid-u39BtK9YGA .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u39BtK9YGA .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-u39BtK9YGA .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u39BtK9YGA .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-u39BtK9YGA .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-u39BtK9YGA .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u39BtK9YGA .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-u39BtK9YGA .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-u39BtK9YGA .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-u39BtK9YGA .item .item-wrapper .item-img:hover::before,
.cid-u39BtK9YGA .item .item-wrapper .item-img:focus::before {
  opacity: .7;
}
.cid-u39BtK9YGA .item .item-wrapper .item-img:hover img,
.cid-u39BtK9YGA .item .item-wrapper .item-img:focus img {
  filter: blur(10px);
}
.cid-u39BtK9YGA .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-u39BtK9YGA .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #ffffff;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-u39BtK9YGA .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #635d60;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-u39BtK9YGA .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-u39BtK9YGA .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-u39BtK9YGA .items-wrapper {
  margin: 0 -8px;
}
.cid-u39BtK9YGA .mbr-section-title {
  color: #000000;
}
.cid-u39BtK9YGA .mbr-text {
  color: #000000;
}
.cid-u39BtK9YGA .card-name {
  color: #000000;
}
.cid-u39BtK9YGA .card-role {
  color: #635d60;
}
.cid-u39BtK9YGA .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u39BtK9YGA .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-u39BtKIZys {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u39BtKIZys .mbr-fallback-image.disabled {
  display: none;
}
.cid-u39BtKIZys .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-u39BtKIZys .container {
    padding: 0 22px;
  }
}
.cid-u39BtKIZys .row {
  justify-content: center;
}
.cid-u39BtKIZys .row .card {
  justify-content: flex-end;
}
.cid-u39BtKIZys .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u39BtKIZys .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-u39BtKIZys .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u39BtKIZys .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-u39BtKIZys .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-u39BtKIZys .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u39BtKIZys .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-u39BtKIZys .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-u39BtKIZys .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-u39BtKIZys .item .item-wrapper .item-img:hover::before,
.cid-u39BtKIZys .item .item-wrapper .item-img:focus::before {
  opacity: .7;
}
.cid-u39BtKIZys .item .item-wrapper .item-img:hover img,
.cid-u39BtKIZys .item .item-wrapper .item-img:focus img {
  filter: blur(10px);
}
.cid-u39BtKIZys .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-u39BtKIZys .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #ffffff;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-u39BtKIZys .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #635d60;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-u39BtKIZys .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-u39BtKIZys .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-u39BtKIZys .items-wrapper {
  margin: 0 -8px;
}
.cid-u39BtKIZys .mbr-section-title {
  color: #000000;
}
.cid-u39BtKIZys .mbr-text {
  color: #000000;
}
.cid-u39BtKIZys .card-name {
  color: #000000;
}
.cid-u39BtKIZys .card-role {
  color: #635d60;
}
.cid-u39BtKIZys .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u39BtKIZys .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-u39BtLo91E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
.cid-u39BtLo91E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u39BtLo91E .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-u39BtLo91E .container {
    padding: 0 22px;
  }
}
.cid-u39BtLo91E .row {
  justify-content: space-between;
}
.cid-u39BtLo91E .row .card {
  justify-content: center;
}
.cid-u39BtLo91E .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u39BtLo91E .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u39BtLo91E .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-u39BtLo91E .image-wrapper {
  position: relative;
}
.cid-u39BtLo91E .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u39BtLo91E .image-wrapper img {
    height: 350px;
  }
}
.cid-u39BtLo91E .mbr-section-title {
  color: #000000;
}
.cid-u39BtLo91E .mbr-desc {
  color: #000000;
}
.cid-u39BtLo91E .mbr-text {
  color: #000000;
}
.cid-u39BtLTCvU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u39BtLTCvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u39BtLTCvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u39BtLTCvU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u39BtLTCvU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u39BtLTCvU .container {
    padding: 0 22px;
  }
}
.cid-u39BtLTCvU .row {
  justify-content: space-between;
}
.cid-u39BtLTCvU .content-wrapper {
  margin-bottom: 32px;
}
.cid-u39BtLTCvU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u39BtLTCvU .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u39BtLTCvU .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u39BtLTCvU .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u39BtLTCvU .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u39BtLTCvU .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u39BtLTCvU .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u39BtLTCvU .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u39BtLTCvU .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u39BtLTCvU .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u39BtLTCvU .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u39BtLTCvU .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u39BtLTCvU .copy-wrapper {
    display: block;
  }
}
.cid-u39BtLTCvU .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u39BtLTCvU .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u39BtLTCvU .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u39BtLTCvU .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u39BtLTCvU .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u39BtLTCvU .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u39BtLTCvU .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u39BtLTCvU .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u39BtLTCvU .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u39BtLTCvU .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u39BtLTCvU .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u39BtLTCvU .mbr-section-title {
  color: #ff5753;
}
.cid-u39BtLTCvU .mbr-text {
  color: #ffffff;
}
.cid-u39BtLTCvU .list {
  color: #635d60;
}
.cid-u39BtLTCvU .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u39BtLTCvU .mbr-copy,
.cid-u39BtLTCvU .social-wrapper {
  text-align: center;
}
.cid-u39BtLTCvU .mbr-section-title,
.cid-u39BtLTCvU .mbr-section-btn {
  color: #ffffff;
}
.cid-u39BtLTCvU .list,
.cid-u39BtLTCvU .item-wrap {
  color: #eb312c;
}
.cid-u3y4QDTCaD {
  background-color: transparent;
}
.cid-u3y4QDTCaD .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u3y4QDTCaD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u3y4QDTCaD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3y4QDTCaD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3y4QDTCaD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3y4QDTCaD .menu_box .navbar.opened,
  .cid-u3y4QDTCaD .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3y4QDTCaD .navbar-dropdown {
  position: relative !important;
}
.cid-u3y4QDTCaD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u3y4QDTCaD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3y4QDTCaD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u3y4QDTCaD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3y4QDTCaD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3y4QDTCaD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u3y4QDTCaD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3y4QDTCaD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3y4QDTCaD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3y4QDTCaD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3y4QDTCaD .offcanvas-body .mbr-text,
  .cid-u3y4QDTCaD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3y4QDTCaD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3y4QDTCaD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3y4QDTCaD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u3y4QDTCaD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3y4QDTCaD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3y4QDTCaD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3y4QDTCaD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3y4QDTCaD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3y4QDTCaD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3y4QDTCaD .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-u3y4QDTCaD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3y4QDTCaD 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-u3y4QDTCaD .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3y4QDTCaD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u3y4QDTCaD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3y4QDTCaD .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u3y4QDTCaD .nav-item {
    margin: 0 !important;
  }
}
.cid-u3y4QDTCaD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3y4QDTCaD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3y4QDTCaD .nav-item .nav-link:hover::before,
.cid-u3y4QDTCaD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3y4QDTCaD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3y4QDTCaD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3y4QDTCaD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3y4QDTCaD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3y4QDTCaD .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-u3y4QDTCaD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3y4QDTCaD .offcanvas_box {
    display: none;
  }
}
.cid-u3y4QDTCaD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3y4QDTCaD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3y4QDTCaD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3y4QDTCaD .container {
  display: flex;
  margin: auto;
}
.cid-u3y4QDTCaD .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-u3y4QDTCaD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3y4QDTCaD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3y4QDTCaD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3y4QDTCaD .navbar-nav {
    margin: 0;
  }
}
.cid-u3y4QDTCaD .dropdown-menu,
.cid-u3y4QDTCaD .navbar.opened {
  background-color: false !important;
}
.cid-u3y4QDTCaD .nav-item:focus,
.cid-u3y4QDTCaD .nav-link:focus {
  outline: none;
}
.cid-u3y4QDTCaD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3y4QDTCaD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3y4QDTCaD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3y4QDTCaD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3y4QDTCaD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3y4QDTCaD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3y4QDTCaD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3y4QDTCaD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3y4QDTCaD .navbar.opened {
  transition: all 0.3s;
}
.cid-u3y4QDTCaD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3y4QDTCaD .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u3y4QDTCaD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u3y4QDTCaD .navbar.collapsed {
  justify-content: center;
}
.cid-u3y4QDTCaD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3y4QDTCaD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3y4QDTCaD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3y4QDTCaD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3y4QDTCaD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3y4QDTCaD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3y4QDTCaD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3y4QDTCaD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3y4QDTCaD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3y4QDTCaD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3y4QDTCaD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3y4QDTCaD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3y4QDTCaD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3y4QDTCaD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3y4QDTCaD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3y4QDTCaD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3y4QDTCaD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3y4QDTCaD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3y4QDTCaD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3y4QDTCaD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3y4QDTCaD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3y4QDTCaD .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3y4QDTCaD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3y4QDTCaD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3y4QDTCaD .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-u3y4QDTCaD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3y4QDTCaD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3y4QDTCaD .dropdown-item.active,
.cid-u3y4QDTCaD .dropdown-item:active {
  background-color: transparent;
}
.cid-u3y4QDTCaD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3y4QDTCaD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3y4QDTCaD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3y4QDTCaD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3y4QDTCaD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3y4QDTCaD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3y4QDTCaD 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: #ff5753;
}
.cid-u3y4QDTCaD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3y4QDTCaD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3y4QDTCaD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3y4QDTCaD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3y4QDTCaD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3y4QDTCaD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3y4QDTCaD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3y4QDTCaD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3y4QDTCaD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3y4QDTCaD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3y4QDTCaD .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-u3y4QDTCaD .navbar {
    height: 70px;
  }
  .cid-u3y4QDTCaD .navbar.opened {
    height: auto;
  }
  .cid-u3y4QDTCaD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3y4QDTCaD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3y4QDTCaD .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u3y4QDTCaD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u3y4QDTCaD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u3y4QDTCaD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u3y4QDTCaD .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u3y4QDTCaD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3y4QDTCaD .text_widget {
  margin-bottom: 32px;
}
.cid-u3y4QDTCaD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3y4QDTCaD .text_widget a:hover,
.cid-u3y4QDTCaD .text_widget a:focus {
  opacity: .8;
}
.cid-u3y4QDTCaD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3y4QDTCaD .navbar-caption {
  color: #000000;
}
.cid-u3y4QDTCaD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3y4QDTCaD .mbr-section-subtitle,
.cid-u3y4QDTCaD .text_widget,
.cid-u3y4QDTCaD .mbr-section-btn {
  text-align: center;
}
.cid-u3y4QDTCaD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u3yhu45SJ4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u3yhu45SJ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3yhu45SJ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3yhu45SJ4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u3yhu45SJ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3yhu45SJ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3yhu45SJ4 .wrapper {
  margin-top: -10rem;
  background: #d4d3d3;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-u3yhu45SJ4 .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-u3yhu45SJ4 .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-u3yhu45SJ4 .wrapper .row .title {
  color: #ff5753;
}
.cid-u3yhu45SJ4 .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-u3yhu45SJ4 .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #635d60, #635d60);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-u3yhu45SJ4 .mbr-text {
  color: #efefef;
}
.cid-u3yhu45SJ4 .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-u3yhu45SJ4 textarea.form-control {
  min-height: 170px;
}
.cid-u3yhu45SJ4 .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cid-u3yhu45SJ4 .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-u3yhu45SJ4 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-u3yhu45SJ4 .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-u3yhu45SJ4 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3yhu45SJ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3yhu45SJ4 .container {
    max-width: 80% !important;
  }
  .cid-u3yhu45SJ4 .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-u3yhu45SJ4 .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u3yhu45SJ4 .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-u3yhu45SJ4 .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-u3yhu45SJ4 .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-u3yhu45SJ4 .wrapper .row .title {
  color: #222222;
}
.cid-u3y4QGaEuq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3y4QGaEuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3y4QGaEuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3y4QGaEuq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u3y4QGaEuq .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u3y4QGaEuq .container {
    padding: 0 22px;
  }
}
.cid-u3y4QGaEuq .row {
  justify-content: space-between;
}
.cid-u3y4QGaEuq .content-wrapper {
  margin-bottom: 32px;
}
.cid-u3y4QGaEuq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u3y4QGaEuq .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u3y4QGaEuq .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u3y4QGaEuq .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u3y4QGaEuq .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u3y4QGaEuq .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u3y4QGaEuq .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u3y4QGaEuq .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u3y4QGaEuq .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3y4QGaEuq .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u3y4QGaEuq .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u3y4QGaEuq .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u3y4QGaEuq .copy-wrapper {
    display: block;
  }
}
.cid-u3y4QGaEuq .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3y4QGaEuq .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u3y4QGaEuq .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u3y4QGaEuq .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u3y4QGaEuq .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u3y4QGaEuq .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u3y4QGaEuq .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u3y4QGaEuq .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u3y4QGaEuq .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u3y4QGaEuq .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u3y4QGaEuq .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u3y4QGaEuq .mbr-section-title {
  color: #ff5753;
}
.cid-u3y4QGaEuq .mbr-text {
  color: #ffffff;
}
.cid-u3y4QGaEuq .list {
  color: #635d60;
}
.cid-u3y4QGaEuq .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u3y4QGaEuq .mbr-copy,
.cid-u3y4QGaEuq .social-wrapper {
  text-align: center;
}
.cid-u3y4QGaEuq .mbr-section-title,
.cid-u3y4QGaEuq .mbr-section-btn {
  color: #ffffff;
}
.cid-u3y4QGaEuq .list,
.cid-u3y4QGaEuq .item-wrap {
  color: #eb312c;
}
.cid-u3BJILphY6 {
  background-color: transparent;
}
.cid-u3BJILphY6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u3BJILphY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u3BJILphY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3BJILphY6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3BJILphY6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3BJILphY6 .menu_box .navbar.opened,
  .cid-u3BJILphY6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3BJILphY6 .navbar-dropdown {
  position: relative !important;
}
.cid-u3BJILphY6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u3BJILphY6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3BJILphY6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u3BJILphY6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3BJILphY6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3BJILphY6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u3BJILphY6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3BJILphY6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3BJILphY6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3BJILphY6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3BJILphY6 .offcanvas-body .mbr-text,
  .cid-u3BJILphY6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3BJILphY6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3BJILphY6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3BJILphY6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u3BJILphY6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3BJILphY6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3BJILphY6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3BJILphY6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3BJILphY6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3BJILphY6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3BJILphY6 .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-u3BJILphY6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3BJILphY6 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-u3BJILphY6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3BJILphY6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u3BJILphY6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3BJILphY6 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u3BJILphY6 .nav-item {
    margin: 0 !important;
  }
}
.cid-u3BJILphY6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3BJILphY6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3BJILphY6 .nav-item .nav-link:hover::before,
.cid-u3BJILphY6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3BJILphY6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3BJILphY6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3BJILphY6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3BJILphY6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3BJILphY6 .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-u3BJILphY6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3BJILphY6 .offcanvas_box {
    display: none;
  }
}
.cid-u3BJILphY6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3BJILphY6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3BJILphY6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3BJILphY6 .container {
  display: flex;
  margin: auto;
}
.cid-u3BJILphY6 .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-u3BJILphY6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3BJILphY6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3BJILphY6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3BJILphY6 .navbar-nav {
    margin: 0;
  }
}
.cid-u3BJILphY6 .dropdown-menu,
.cid-u3BJILphY6 .navbar.opened {
  background-color: false !important;
}
.cid-u3BJILphY6 .nav-item:focus,
.cid-u3BJILphY6 .nav-link:focus {
  outline: none;
}
.cid-u3BJILphY6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3BJILphY6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3BJILphY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3BJILphY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3BJILphY6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3BJILphY6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3BJILphY6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3BJILphY6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3BJILphY6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3BJILphY6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3BJILphY6 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u3BJILphY6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u3BJILphY6 .navbar.collapsed {
  justify-content: center;
}
.cid-u3BJILphY6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3BJILphY6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3BJILphY6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3BJILphY6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3BJILphY6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3BJILphY6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3BJILphY6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3BJILphY6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3BJILphY6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3BJILphY6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3BJILphY6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3BJILphY6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3BJILphY6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3BJILphY6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3BJILphY6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3BJILphY6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3BJILphY6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3BJILphY6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3BJILphY6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3BJILphY6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3BJILphY6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3BJILphY6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3BJILphY6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3BJILphY6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3BJILphY6 .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-u3BJILphY6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3BJILphY6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3BJILphY6 .dropdown-item.active,
.cid-u3BJILphY6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3BJILphY6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3BJILphY6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3BJILphY6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3BJILphY6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3BJILphY6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3BJILphY6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3BJILphY6 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: #ff5753;
}
.cid-u3BJILphY6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3BJILphY6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3BJILphY6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3BJILphY6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3BJILphY6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3BJILphY6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3BJILphY6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3BJILphY6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3BJILphY6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3BJILphY6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3BJILphY6 .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-u3BJILphY6 .navbar {
    height: 70px;
  }
  .cid-u3BJILphY6 .navbar.opened {
    height: auto;
  }
  .cid-u3BJILphY6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3BJILphY6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3BJILphY6 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u3BJILphY6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u3BJILphY6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u3BJILphY6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u3BJILphY6 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u3BJILphY6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3BJILphY6 .text_widget {
  margin-bottom: 32px;
}
.cid-u3BJILphY6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3BJILphY6 .text_widget a:hover,
.cid-u3BJILphY6 .text_widget a:focus {
  opacity: .8;
}
.cid-u3BJILphY6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3BJILphY6 .navbar-caption {
  color: #000000;
}
.cid-u3BJILphY6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3BJILphY6 .mbr-section-subtitle,
.cid-u3BJILphY6 .text_widget,
.cid-u3BJILphY6 .mbr-section-btn {
  text-align: center;
}
.cid-u3BJILphY6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u3BL6U2y0e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u3BL6U2y0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3BL6U2y0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3BL6U2y0e ul {
  padding-left: 1.5rem;
}
.cid-u3BL6U2y0e ul li {
  padding-bottom: 0.5rem;
}
.cid-u3BL6U2y0e .mbr-text3 {
  line-height: 1.2;
}
.cid-u3BL6U2y0e p {
  line-height: 1.2;
}
.cid-u3BL6U2y0e .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-u3BL6U2y0e .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-u3BL6U2y0e .round {
    height: 600px;
    top: -100px;
  }
}
.cid-u3BL6U2y0e .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-u3BL6U2y0e .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-u3BL6U2y0e .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-u3BL6U2y0e .card-wrapper {
  overflow: hidden;
  background: #f3f6f9;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u3BL6U2y0e .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u3BL6U2y0e .image-wrapper {
  padding: 0 1rem;
}
.cid-u3BL6U2y0e .mbr-section-title {
  color: #000000;
}
.cid-u3BL6U2y0e .mbr-text,
.cid-u3BL6U2y0e .mbr-section-btn {
  color: #f0466a;
}
.cid-u3BL6U2y0e .mbr-card-title {
  color: #f0466a;
}
.cid-u3BL6U2y0e .mbr-card-title,
.cid-u3BL6U2y0e .line {
  color: #eb312c;
}
.cid-u3BL6U2y0e .mbr-section-text {
  color: #eb312c;
}
.cid-u3BQHPIWdE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3BQHPIWdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3BQHPIWdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3BQHPIWdE .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-u3BQHPIWdE .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-u3BQHPIWdE .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u3BQHPIWdE .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-u3BQHPIWdE .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u3BQHPIWdE .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-u3BQHPIWdE .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u3BQHPIWdE .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-u3BQHPIWdE .panel-group {
    margin-top: 0;
  }
}
.cid-u3BQHPIWdE .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-u3BQHPIWdE .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u3BQHPIWdE .card-header {
    padding: 8px 0;
  }
}
.cid-u3BQHPIWdE img,
.cid-u3BQHPIWdE .img-wrap,
.cid-u3BQHPIWdE .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-u3BQHPIWdE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u3BQHPIWdE .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u3BQHPIWdE .panel-title-edit {
  color: #232323;
}
.cid-u3BQHPIWdE .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u3BQHPIWdE .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u3BQHPIWdE .panel-text {
  color: #232323;
  margin: 0;
}
.cid-u3BQHPIWdE .mbr-section-subtitle,
.cid-u3BQHPIWdE .mbr-section-btn {
  text-align: left;
}
.cid-u3BJIMlLHU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3BJIMlLHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3BJIMlLHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3BJIMlLHU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u3BJIMlLHU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u3BJIMlLHU .container {
    padding: 0 22px;
  }
}
.cid-u3BJIMlLHU .row {
  justify-content: space-between;
}
.cid-u3BJIMlLHU .content-wrapper {
  margin-bottom: 32px;
}
.cid-u3BJIMlLHU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u3BJIMlLHU .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u3BJIMlLHU .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u3BJIMlLHU .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u3BJIMlLHU .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u3BJIMlLHU .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u3BJIMlLHU .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u3BJIMlLHU .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u3BJIMlLHU .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3BJIMlLHU .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u3BJIMlLHU .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u3BJIMlLHU .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u3BJIMlLHU .copy-wrapper {
    display: block;
  }
}
.cid-u3BJIMlLHU .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3BJIMlLHU .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u3BJIMlLHU .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u3BJIMlLHU .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u3BJIMlLHU .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u3BJIMlLHU .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u3BJIMlLHU .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u3BJIMlLHU .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u3BJIMlLHU .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u3BJIMlLHU .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u3BJIMlLHU .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u3BJIMlLHU .mbr-section-title {
  color: #ff5753;
}
.cid-u3BJIMlLHU .mbr-text {
  color: #ffffff;
}
.cid-u3BJIMlLHU .list {
  color: #635d60;
}
.cid-u3BJIMlLHU .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u3BJIMlLHU .mbr-copy,
.cid-u3BJIMlLHU .social-wrapper {
  text-align: center;
}
.cid-u3BJIMlLHU .mbr-section-title,
.cid-u3BJIMlLHU .mbr-section-btn {
  color: #ffffff;
}
.cid-u3BJIMlLHU .list,
.cid-u3BJIMlLHU .item-wrap {
  color: #eb312c;
}
.cid-u3C8X89Rae {
  background-color: transparent;
}
.cid-u3C8X89Rae .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u3C8X89Rae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u3C8X89Rae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3C8X89Rae .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3C8X89Rae .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3C8X89Rae .menu_box .navbar.opened,
  .cid-u3C8X89Rae .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3C8X89Rae .navbar-dropdown {
  position: relative !important;
}
.cid-u3C8X89Rae .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u3C8X89Rae .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3C8X89Rae .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u3C8X89Rae .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3C8X89Rae .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3C8X89Rae .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u3C8X89Rae .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3C8X89Rae .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3C8X89Rae .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3C8X89Rae .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3C8X89Rae .offcanvas-body .mbr-text,
  .cid-u3C8X89Rae .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3C8X89Rae .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3C8X89Rae .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3C8X89Rae .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u3C8X89Rae .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3C8X89Rae .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3C8X89Rae .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3C8X89Rae .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3C8X89Rae ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3C8X89Rae .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3C8X89Rae .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-u3C8X89Rae .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3C8X89Rae 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-u3C8X89Rae .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3C8X89Rae .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u3C8X89Rae .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3C8X89Rae .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u3C8X89Rae .nav-item {
    margin: 0 !important;
  }
}
.cid-u3C8X89Rae .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3C8X89Rae .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3C8X89Rae .nav-item .nav-link:hover::before,
.cid-u3C8X89Rae .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3C8X89Rae .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3C8X89Rae .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3C8X89Rae .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3C8X89Rae .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3C8X89Rae .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-u3C8X89Rae .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3C8X89Rae .offcanvas_box {
    display: none;
  }
}
.cid-u3C8X89Rae .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3C8X89Rae .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3C8X89Rae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3C8X89Rae .container {
  display: flex;
  margin: auto;
}
.cid-u3C8X89Rae .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-u3C8X89Rae .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3C8X89Rae .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3C8X89Rae .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3C8X89Rae .navbar-nav {
    margin: 0;
  }
}
.cid-u3C8X89Rae .dropdown-menu,
.cid-u3C8X89Rae .navbar.opened {
  background-color: false !important;
}
.cid-u3C8X89Rae .nav-item:focus,
.cid-u3C8X89Rae .nav-link:focus {
  outline: none;
}
.cid-u3C8X89Rae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3C8X89Rae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3C8X89Rae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3C8X89Rae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3C8X89Rae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3C8X89Rae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3C8X89Rae .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3C8X89Rae .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3C8X89Rae .navbar.opened {
  transition: all 0.3s;
}
.cid-u3C8X89Rae .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3C8X89Rae .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u3C8X89Rae .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u3C8X89Rae .navbar.collapsed {
  justify-content: center;
}
.cid-u3C8X89Rae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3C8X89Rae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3C8X89Rae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3C8X89Rae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3C8X89Rae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3C8X89Rae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3C8X89Rae .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3C8X89Rae .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3C8X89Rae .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3C8X89Rae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3C8X89Rae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3C8X89Rae .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3C8X89Rae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3C8X89Rae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3C8X89Rae .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3C8X89Rae .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3C8X89Rae .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3C8X89Rae .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3C8X89Rae .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3C8X89Rae .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3C8X89Rae .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3C8X89Rae .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3C8X89Rae .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3C8X89Rae .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3C8X89Rae .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-u3C8X89Rae .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3C8X89Rae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3C8X89Rae .dropdown-item.active,
.cid-u3C8X89Rae .dropdown-item:active {
  background-color: transparent;
}
.cid-u3C8X89Rae .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3C8X89Rae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3C8X89Rae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3C8X89Rae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3C8X89Rae ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3C8X89Rae .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3C8X89Rae 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: #ff5753;
}
.cid-u3C8X89Rae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3C8X89Rae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3C8X89Rae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3C8X89Rae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3C8X89Rae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3C8X89Rae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3C8X89Rae nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3C8X89Rae nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3C8X89Rae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3C8X89Rae a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3C8X89Rae .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-u3C8X89Rae .navbar {
    height: 70px;
  }
  .cid-u3C8X89Rae .navbar.opened {
    height: auto;
  }
  .cid-u3C8X89Rae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3C8X89Rae .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3C8X89Rae .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u3C8X89Rae .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u3C8X89Rae .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u3C8X89Rae .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u3C8X89Rae .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u3C8X89Rae .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3C8X89Rae .text_widget {
  margin-bottom: 32px;
}
.cid-u3C8X89Rae .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3C8X89Rae .text_widget a:hover,
.cid-u3C8X89Rae .text_widget a:focus {
  opacity: .8;
}
.cid-u3C8X89Rae .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3C8X89Rae .navbar-caption {
  color: #000000;
}
.cid-u3C8X89Rae .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3C8X89Rae .mbr-section-subtitle,
.cid-u3C8X89Rae .text_widget,
.cid-u3C8X89Rae .mbr-section-btn {
  text-align: center;
}
.cid-u3C8X89Rae a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u3C8X8JDPk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u3C8X8JDPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3C8X8JDPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3C8X8JDPk ul {
  padding-left: 1.5rem;
}
.cid-u3C8X8JDPk ul li {
  padding-bottom: 0.5rem;
}
.cid-u3C8X8JDPk .mbr-text3 {
  line-height: 1.2;
}
.cid-u3C8X8JDPk p {
  line-height: 1.2;
}
.cid-u3C8X8JDPk .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-u3C8X8JDPk .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-u3C8X8JDPk .round {
    height: 600px;
    top: -100px;
  }
}
.cid-u3C8X8JDPk .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-u3C8X8JDPk .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-u3C8X8JDPk .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-u3C8X8JDPk .card-wrapper {
  overflow: hidden;
  background: #f3f6f9;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u3C8X8JDPk .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u3C8X8JDPk .image-wrapper {
  padding: 0 1rem;
}
.cid-u3C8X8JDPk .mbr-section-title {
  color: #000000;
}
.cid-u3C8X8JDPk .mbr-text,
.cid-u3C8X8JDPk .mbr-section-btn {
  color: #f0466a;
}
.cid-u3C8X8JDPk .mbr-card-title {
  color: #f0466a;
}
.cid-u3C8X8JDPk .mbr-card-title,
.cid-u3C8X8JDPk .line {
  color: #eb312c;
}
.cid-u3C8X8JDPk .mbr-section-text {
  color: #eb312c;
}
.cid-u3C8X9dPCW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3C8X9dPCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3C8X9dPCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3C8X9dPCW .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-u3C8X9dPCW .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-u3C8X9dPCW .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u3C8X9dPCW .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-u3C8X9dPCW .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u3C8X9dPCW .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-u3C8X9dPCW .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u3C8X9dPCW .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-u3C8X9dPCW .panel-group {
    margin-top: 0;
  }
}
.cid-u3C8X9dPCW .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-u3C8X9dPCW .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u3C8X9dPCW .card-header {
    padding: 8px 0;
  }
}
.cid-u3C8X9dPCW img,
.cid-u3C8X9dPCW .img-wrap,
.cid-u3C8X9dPCW .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-u3C8X9dPCW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u3C8X9dPCW .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u3C8X9dPCW .panel-title-edit {
  color: #232323;
}
.cid-u3C8X9dPCW .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u3C8X9dPCW .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u3C8X9dPCW .panel-text {
  color: #232323;
  margin: 0;
}
.cid-u3C8X9dPCW .mbr-section-subtitle,
.cid-u3C8X9dPCW .mbr-section-btn {
  text-align: left;
}
.cid-u3C8X9FlYV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3C8X9FlYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3C8X9FlYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3C8X9FlYV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u3C8X9FlYV .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u3C8X9FlYV .container {
    padding: 0 22px;
  }
}
.cid-u3C8X9FlYV .row {
  justify-content: space-between;
}
.cid-u3C8X9FlYV .content-wrapper {
  margin-bottom: 32px;
}
.cid-u3C8X9FlYV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u3C8X9FlYV .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u3C8X9FlYV .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u3C8X9FlYV .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u3C8X9FlYV .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u3C8X9FlYV .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u3C8X9FlYV .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u3C8X9FlYV .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u3C8X9FlYV .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3C8X9FlYV .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u3C8X9FlYV .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u3C8X9FlYV .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u3C8X9FlYV .copy-wrapper {
    display: block;
  }
}
.cid-u3C8X9FlYV .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3C8X9FlYV .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u3C8X9FlYV .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u3C8X9FlYV .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u3C8X9FlYV .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u3C8X9FlYV .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u3C8X9FlYV .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u3C8X9FlYV .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u3C8X9FlYV .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u3C8X9FlYV .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u3C8X9FlYV .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u3C8X9FlYV .mbr-section-title {
  color: #ff5753;
}
.cid-u3C8X9FlYV .mbr-text {
  color: #ffffff;
}
.cid-u3C8X9FlYV .list {
  color: #635d60;
}
.cid-u3C8X9FlYV .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u3C8X9FlYV .mbr-copy,
.cid-u3C8X9FlYV .social-wrapper {
  text-align: center;
}
.cid-u3C8X9FlYV .mbr-section-title,
.cid-u3C8X9FlYV .mbr-section-btn {
  color: #ffffff;
}
.cid-u3C8X9FlYV .list,
.cid-u3C8X9FlYV .item-wrap {
  color: #eb312c;
}
.cid-u3CcaGcnIk {
  background-color: transparent;
}
.cid-u3CcaGcnIk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u3CcaGcnIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u3CcaGcnIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3CcaGcnIk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3CcaGcnIk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3CcaGcnIk .menu_box .navbar.opened,
  .cid-u3CcaGcnIk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3CcaGcnIk .navbar-dropdown {
  position: relative !important;
}
.cid-u3CcaGcnIk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u3CcaGcnIk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3CcaGcnIk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u3CcaGcnIk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3CcaGcnIk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3CcaGcnIk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u3CcaGcnIk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3CcaGcnIk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3CcaGcnIk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3CcaGcnIk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3CcaGcnIk .offcanvas-body .mbr-text,
  .cid-u3CcaGcnIk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3CcaGcnIk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3CcaGcnIk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3CcaGcnIk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u3CcaGcnIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3CcaGcnIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3CcaGcnIk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3CcaGcnIk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3CcaGcnIk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3CcaGcnIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3CcaGcnIk .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-u3CcaGcnIk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3CcaGcnIk 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-u3CcaGcnIk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3CcaGcnIk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u3CcaGcnIk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3CcaGcnIk .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u3CcaGcnIk .nav-item {
    margin: 0 !important;
  }
}
.cid-u3CcaGcnIk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3CcaGcnIk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3CcaGcnIk .nav-item .nav-link:hover::before,
.cid-u3CcaGcnIk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3CcaGcnIk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3CcaGcnIk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3CcaGcnIk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3CcaGcnIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3CcaGcnIk .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-u3CcaGcnIk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3CcaGcnIk .offcanvas_box {
    display: none;
  }
}
.cid-u3CcaGcnIk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3CcaGcnIk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3CcaGcnIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3CcaGcnIk .container {
  display: flex;
  margin: auto;
}
.cid-u3CcaGcnIk .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-u3CcaGcnIk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3CcaGcnIk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3CcaGcnIk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3CcaGcnIk .navbar-nav {
    margin: 0;
  }
}
.cid-u3CcaGcnIk .dropdown-menu,
.cid-u3CcaGcnIk .navbar.opened {
  background-color: false !important;
}
.cid-u3CcaGcnIk .nav-item:focus,
.cid-u3CcaGcnIk .nav-link:focus {
  outline: none;
}
.cid-u3CcaGcnIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3CcaGcnIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3CcaGcnIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3CcaGcnIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3CcaGcnIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3CcaGcnIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3CcaGcnIk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3CcaGcnIk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3CcaGcnIk .navbar.opened {
  transition: all 0.3s;
}
.cid-u3CcaGcnIk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3CcaGcnIk .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u3CcaGcnIk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u3CcaGcnIk .navbar.collapsed {
  justify-content: center;
}
.cid-u3CcaGcnIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3CcaGcnIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3CcaGcnIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3CcaGcnIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3CcaGcnIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3CcaGcnIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3CcaGcnIk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3CcaGcnIk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3CcaGcnIk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3CcaGcnIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3CcaGcnIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3CcaGcnIk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3CcaGcnIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3CcaGcnIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3CcaGcnIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3CcaGcnIk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3CcaGcnIk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3CcaGcnIk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3CcaGcnIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3CcaGcnIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3CcaGcnIk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3CcaGcnIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3CcaGcnIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3CcaGcnIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3CcaGcnIk .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-u3CcaGcnIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3CcaGcnIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3CcaGcnIk .dropdown-item.active,
.cid-u3CcaGcnIk .dropdown-item:active {
  background-color: transparent;
}
.cid-u3CcaGcnIk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3CcaGcnIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3CcaGcnIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3CcaGcnIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3CcaGcnIk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3CcaGcnIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3CcaGcnIk 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: #ff5753;
}
.cid-u3CcaGcnIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3CcaGcnIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3CcaGcnIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3CcaGcnIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3CcaGcnIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3CcaGcnIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3CcaGcnIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3CcaGcnIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3CcaGcnIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3CcaGcnIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3CcaGcnIk .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-u3CcaGcnIk .navbar {
    height: 70px;
  }
  .cid-u3CcaGcnIk .navbar.opened {
    height: auto;
  }
  .cid-u3CcaGcnIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3CcaGcnIk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3CcaGcnIk .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u3CcaGcnIk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u3CcaGcnIk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u3CcaGcnIk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u3CcaGcnIk .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u3CcaGcnIk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3CcaGcnIk .text_widget {
  margin-bottom: 32px;
}
.cid-u3CcaGcnIk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3CcaGcnIk .text_widget a:hover,
.cid-u3CcaGcnIk .text_widget a:focus {
  opacity: .8;
}
.cid-u3CcaGcnIk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3CcaGcnIk .navbar-caption {
  color: #000000;
}
.cid-u3CcaGcnIk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3CcaGcnIk .mbr-section-subtitle,
.cid-u3CcaGcnIk .text_widget,
.cid-u3CcaGcnIk .mbr-section-btn {
  text-align: center;
}
.cid-u3CcaGcnIk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u3CcaGUOg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u3CcaGUOg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3CcaGUOg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3CcaGUOg4 ul {
  padding-left: 1.5rem;
}
.cid-u3CcaGUOg4 ul li {
  padding-bottom: 0.5rem;
}
.cid-u3CcaGUOg4 .mbr-text3 {
  line-height: 1.2;
}
.cid-u3CcaGUOg4 p {
  line-height: 1.2;
}
.cid-u3CcaGUOg4 .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-u3CcaGUOg4 .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-u3CcaGUOg4 .round {
    height: 600px;
    top: -100px;
  }
}
.cid-u3CcaGUOg4 .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-u3CcaGUOg4 .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-u3CcaGUOg4 .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-u3CcaGUOg4 .card-wrapper {
  overflow: hidden;
  background: #f3f6f9;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u3CcaGUOg4 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u3CcaGUOg4 .image-wrapper {
  padding: 0 1rem;
}
.cid-u3CcaGUOg4 .mbr-section-title {
  color: #000000;
}
.cid-u3CcaGUOg4 .mbr-text,
.cid-u3CcaGUOg4 .mbr-section-btn {
  color: #f0466a;
}
.cid-u3CcaGUOg4 .mbr-card-title {
  color: #f0466a;
}
.cid-u3CcaGUOg4 .mbr-card-title,
.cid-u3CcaGUOg4 .line {
  color: #eb312c;
}
.cid-u3CcaGUOg4 .mbr-section-text {
  color: #eb312c;
}
.cid-u3CcaHn98j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3CcaHn98j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3CcaHn98j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3CcaHn98j .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-u3CcaHn98j .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-u3CcaHn98j .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u3CcaHn98j .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-u3CcaHn98j .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u3CcaHn98j .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-u3CcaHn98j .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u3CcaHn98j .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-u3CcaHn98j .panel-group {
    margin-top: 0;
  }
}
.cid-u3CcaHn98j .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-u3CcaHn98j .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u3CcaHn98j .card-header {
    padding: 8px 0;
  }
}
.cid-u3CcaHn98j img,
.cid-u3CcaHn98j .img-wrap,
.cid-u3CcaHn98j .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-u3CcaHn98j .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u3CcaHn98j .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u3CcaHn98j .panel-title-edit {
  color: #232323;
}
.cid-u3CcaHn98j .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u3CcaHn98j .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u3CcaHn98j .panel-text {
  color: #232323;
  margin: 0;
}
.cid-u3CcaHn98j .mbr-section-subtitle,
.cid-u3CcaHn98j .mbr-section-btn {
  text-align: left;
}
.cid-u3CcaHNMCm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3CcaHNMCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3CcaHNMCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3CcaHNMCm .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u3CcaHNMCm .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u3CcaHNMCm .container {
    padding: 0 22px;
  }
}
.cid-u3CcaHNMCm .row {
  justify-content: space-between;
}
.cid-u3CcaHNMCm .content-wrapper {
  margin-bottom: 32px;
}
.cid-u3CcaHNMCm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u3CcaHNMCm .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u3CcaHNMCm .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u3CcaHNMCm .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u3CcaHNMCm .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u3CcaHNMCm .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u3CcaHNMCm .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u3CcaHNMCm .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u3CcaHNMCm .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3CcaHNMCm .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u3CcaHNMCm .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u3CcaHNMCm .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u3CcaHNMCm .copy-wrapper {
    display: block;
  }
}
.cid-u3CcaHNMCm .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3CcaHNMCm .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u3CcaHNMCm .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u3CcaHNMCm .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u3CcaHNMCm .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u3CcaHNMCm .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u3CcaHNMCm .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u3CcaHNMCm .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u3CcaHNMCm .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u3CcaHNMCm .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u3CcaHNMCm .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u3CcaHNMCm .mbr-section-title {
  color: #ff5753;
}
.cid-u3CcaHNMCm .mbr-text {
  color: #ffffff;
}
.cid-u3CcaHNMCm .list {
  color: #635d60;
}
.cid-u3CcaHNMCm .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u3CcaHNMCm .mbr-copy,
.cid-u3CcaHNMCm .social-wrapper {
  text-align: center;
}
.cid-u3CcaHNMCm .mbr-section-title,
.cid-u3CcaHNMCm .mbr-section-btn {
  color: #ffffff;
}
.cid-u3CcaHNMCm .list,
.cid-u3CcaHNMCm .item-wrap {
  color: #eb312c;
}
.cid-ui7Xz1Ode0 {
  background-color: transparent;
}
.cid-ui7Xz1Ode0 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-ui7Xz1Ode0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ui7Xz1Ode0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui7Xz1Ode0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui7Xz1Ode0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ui7Xz1Ode0 .menu_box .navbar.opened,
  .cid-ui7Xz1Ode0 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ui7Xz1Ode0 .navbar-dropdown {
  position: relative !important;
}
.cid-ui7Xz1Ode0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ui7Xz1Ode0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui7Xz1Ode0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ui7Xz1Ode0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ui7Xz1Ode0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ui7Xz1Ode0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-ui7Xz1Ode0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ui7Xz1Ode0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ui7Xz1Ode0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ui7Xz1Ode0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ui7Xz1Ode0 .offcanvas-body .mbr-text,
  .cid-ui7Xz1Ode0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ui7Xz1Ode0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ui7Xz1Ode0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ui7Xz1Ode0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ui7Xz1Ode0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ui7Xz1Ode0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ui7Xz1Ode0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ui7Xz1Ode0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ui7Xz1Ode0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ui7Xz1Ode0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ui7Xz1Ode0 .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-ui7Xz1Ode0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ui7Xz1Ode0 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-ui7Xz1Ode0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-ui7Xz1Ode0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-ui7Xz1Ode0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ui7Xz1Ode0 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-ui7Xz1Ode0 .nav-item {
    margin: 0 !important;
  }
}
.cid-ui7Xz1Ode0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-ui7Xz1Ode0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ui7Xz1Ode0 .nav-item .nav-link:hover::before,
.cid-ui7Xz1Ode0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ui7Xz1Ode0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ui7Xz1Ode0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ui7Xz1Ode0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ui7Xz1Ode0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ui7Xz1Ode0 .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-ui7Xz1Ode0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ui7Xz1Ode0 .offcanvas_box {
    display: none;
  }
}
.cid-ui7Xz1Ode0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ui7Xz1Ode0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ui7Xz1Ode0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ui7Xz1Ode0 .container {
  display: flex;
  margin: auto;
}
.cid-ui7Xz1Ode0 .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-ui7Xz1Ode0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ui7Xz1Ode0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ui7Xz1Ode0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ui7Xz1Ode0 .navbar-nav {
    margin: 0;
  }
}
.cid-ui7Xz1Ode0 .dropdown-menu,
.cid-ui7Xz1Ode0 .navbar.opened {
  background-color: false !important;
}
.cid-ui7Xz1Ode0 .nav-item:focus,
.cid-ui7Xz1Ode0 .nav-link:focus {
  outline: none;
}
.cid-ui7Xz1Ode0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui7Xz1Ode0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui7Xz1Ode0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui7Xz1Ode0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui7Xz1Ode0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui7Xz1Ode0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui7Xz1Ode0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ui7Xz1Ode0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ui7Xz1Ode0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ui7Xz1Ode0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ui7Xz1Ode0 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ui7Xz1Ode0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ui7Xz1Ode0 .navbar.collapsed {
  justify-content: center;
}
.cid-ui7Xz1Ode0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui7Xz1Ode0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ui7Xz1Ode0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui7Xz1Ode0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui7Xz1Ode0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui7Xz1Ode0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ui7Xz1Ode0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ui7Xz1Ode0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ui7Xz1Ode0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ui7Xz1Ode0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui7Xz1Ode0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui7Xz1Ode0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ui7Xz1Ode0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui7Xz1Ode0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ui7Xz1Ode0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui7Xz1Ode0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ui7Xz1Ode0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ui7Xz1Ode0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ui7Xz1Ode0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ui7Xz1Ode0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui7Xz1Ode0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ui7Xz1Ode0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui7Xz1Ode0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui7Xz1Ode0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui7Xz1Ode0 .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-ui7Xz1Ode0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ui7Xz1Ode0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui7Xz1Ode0 .dropdown-item.active,
.cid-ui7Xz1Ode0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ui7Xz1Ode0 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ui7Xz1Ode0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui7Xz1Ode0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui7Xz1Ode0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui7Xz1Ode0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ui7Xz1Ode0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui7Xz1Ode0 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: #ff5753;
}
.cid-ui7Xz1Ode0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui7Xz1Ode0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui7Xz1Ode0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7Xz1Ode0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7Xz1Ode0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui7Xz1Ode0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7Xz1Ode0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui7Xz1Ode0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui7Xz1Ode0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7Xz1Ode0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ui7Xz1Ode0 .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-ui7Xz1Ode0 .navbar {
    height: 70px;
  }
  .cid-ui7Xz1Ode0 .navbar.opened {
    height: auto;
  }
  .cid-ui7Xz1Ode0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui7Xz1Ode0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ui7Xz1Ode0 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-ui7Xz1Ode0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ui7Xz1Ode0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ui7Xz1Ode0 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-ui7Xz1Ode0 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-ui7Xz1Ode0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ui7Xz1Ode0 .text_widget {
  margin-bottom: 32px;
}
.cid-ui7Xz1Ode0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ui7Xz1Ode0 .text_widget a:hover,
.cid-ui7Xz1Ode0 .text_widget a:focus {
  opacity: .8;
}
.cid-ui7Xz1Ode0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ui7Xz1Ode0 .navbar-caption {
  color: #000000;
}
.cid-ui7Xz1Ode0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ui7Xz1Ode0 .mbr-section-subtitle,
.cid-ui7Xz1Ode0 .text_widget,
.cid-ui7Xz1Ode0 .mbr-section-btn {
  text-align: center;
}
.cid-ui7Xz1Ode0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ui7Xz32PDU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pic-background-slider-small-432x154.png");
}
.cid-ui7Xz32PDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui7Xz32PDU .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-ui7Xz32PDU .container {
    padding: 0 22px;
  }
}
.cid-ui7Xz32PDU .content-wrapper {
  padding-bottom: 10%;
}
.cid-ui7Xz32PDU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ui7Xz32PDU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ui7Xz32PDU .mbr-section-title {
  color: #ffffff;
}
.cid-ui7Xz32PDU .mbr-text {
  color: #ffffff;
}
.cid-ui7Xz3QhOw {
  background-color: #f4f3f4;
}
.cid-ui7Xz3QhOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui7Xz3QhOw .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-ui7Xz3QhOw .container {
    padding: 0 22px;
  }
}
.cid-ui7Xz3QhOw .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-ui7Xz3QhOw .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-ui7Xz3QhOw .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #eb312c;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-ui7Xz3QhOw .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-ui7Xz3QhOw .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui7Xz3QhOw .image-wrapper {
  margin-bottom: 12px;
}
.cid-ui7Xz3QhOw .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ui7Xz3QhOw .image-wrapper img {
    height: 350px;
  }
}
.cid-ui7Xz3QhOw .image-wrap {
  margin-bottom: 12px;
}
.cid-ui7Xz3QhOw .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-ui7Xz3QhOw .image-wrap img {
    height: 350px;
  }
}
.cid-ui7Xz3QhOw .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-ui7Xz3QhOw .content-wrapper {
    padding: 32px 0;
  }
}
.cid-ui7Xz3QhOw .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ui7Xz3QhOw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ui7Xz3QhOw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui7Xz3QhOw .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-ui7Xz3QhOw .mbr-text {
  color: #000000;
}
.cid-ui7Xz3QhOw .mbr-text,
.cid-ui7Xz3QhOw .mbr-section-btn {
  text-align: left;
}
.cid-ui7Xz4EUcL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ui7Xz4EUcL img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-ui7Xz4EUcL .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-ui7Xz4EUcL .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-ui7Xz4EUcL .brand:hover {
  transform: translate(0px, -4px);
}
.cid-ui7Xz4EUcL .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-ui7Xz4EUcL .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-ui7Xz4EUcL .row-main {
    flex-direction: column;
  }
  .cid-ui7Xz4EUcL .col-auto {
    margin-bottom: 10px;
  }
  .cid-ui7Xz4EUcL .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-ui7Xz5u3h3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ui7Xz5u3h3 .item:focus,
.cid-ui7Xz5u3h3 span:focus {
  outline: none;
}
.cid-ui7Xz5u3h3 .item-wrapper {
  position: relative;
}
.cid-ui7Xz5u3h3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-ui7Xz5u3h3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-ui7Xz5u3h3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-ui7Xz5u3h3 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-ui7Xz5u3h3 .embla__slide {
    min-width: 375px;
  }
}
.cid-ui7Xz5u3h3 .embla__button--next,
.cid-ui7Xz5u3h3 .embla__button--prev {
  display: flex;
}
.cid-ui7Xz5u3h3 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ui7Xz5u3h3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ui7Xz5u3h3 .embla__button:hover {
  background: #ffffff;
  color: #fff;
  transform: scale(1.05);
}
.cid-ui7Xz5u3h3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ui7Xz5u3h3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ui7Xz5u3h3 .embla__button {
    top: auto;
  }
}
.cid-ui7Xz5u3h3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ui7Xz5u3h3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ui7Xz5u3h3 .embla {
  position: relative;
  width: 100%;
}
.cid-ui7Xz5u3h3 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-ui7Xz5u3h3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ui7Xz5u3h3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ui7Xz5u3h3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ui7Xz5u3h3 .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-ui7Xz5u3h3 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-ui7Xz5u3h3 .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-ui7Xz5u3h3 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-ui7Xz5u3h3 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-ui7Xz5u3h3 .shadow:hover .number,
.cid-ui7Xz5u3h3 .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-ui7Xz5u3h3 .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-ui7Xz5u3h3 .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-ui7Xz5u3h3 .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-ui7Xz5u3h3 .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-ui7Xz5u3h3 H3 {
  color: #1d1d1f;
}
.cid-ui7Xz5u3h3 .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-ui7Xz5u3h3 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-ui7Xz5u3h3 .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-ui7Xz5u3h3 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-ui7Xz5u3h3 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-ui7Xz5u3h3 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-ui7Xz5u3h3 .people {
  align-items: center;
}
.cid-ui7Xz5u3h3 img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ui7Xz5u3h3 .row.title-block {
    flex-direction: column;
  }
  .cid-ui7Xz5u3h3 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ui7Xz5u3h3 .mbr-section-title {
    text-align: center;
  }
}
.cid-ui7Xz5u3h3 .card-subtitle,
.cid-ui7Xz5u3h3 .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-ui7Xz5u3h3 .people {
    flex-direction: column;
  }
  .cid-ui7Xz5u3h3 .card-text,
  .cid-ui7Xz5u3h3 .align,
  .cid-ui7Xz5u3h3 .iconfont-wrapper {
    text-align: center;
  }
  .cid-ui7Xz5u3h3 img {
    margin-bottom: 20px !important;
  }
}
.cid-ui7Xz5u3h3 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-ui7Xz5u3h3 .button-align {
    margin-top: 20px;
  }
}
.cid-ui7Xz5u3h3 .btn {
  margin-top: 20px;
}
.cid-ui7Xz5u3h3 a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ui7Xz5u3h3 .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-ui7Xz5u3h3 .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-ui7Xz6f0ka {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f3f4;
}
.cid-ui7Xz6f0ka .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ui7Xz6f0ka .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ui7Xz6f0ka .container {
    padding: 0 22px;
  }
}
.cid-ui7Xz6f0ka .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui7Xz6f0ka .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui7Xz6f0ka .image-wrapper img {
  height: 415px;
  object-fit: cover;
}
.cid-ui7Xz6f0ka .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-ui7Xz6f0ka .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-ui7Xz6f0ka .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-ui7Xz6f0ka .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ui7Xz6f0ka .embla__slide .slide-content .item-content .item-date {
  margin-bottom: 16px;
}
.cid-ui7Xz6f0ka .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 0;
}
.cid-ui7Xz6f0ka .embla__button--next,
.cid-ui7Xz6f0ka .embla__button--prev {
  display: flex;
}
.cid-ui7Xz6f0ka .embla__button {
  top: -4.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ui7Xz6f0ka .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-ui7Xz6f0ka .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ui7Xz6f0ka .embla__button:hover {
  color: #ff5753 !important;
}
.cid-ui7Xz6f0ka .embla__button.embla__button--prev {
  right: 5rem;
}
.cid-ui7Xz6f0ka .embla__button.embla__button--next {
  right: 0;
}
.cid-ui7Xz6f0ka .embla {
  position: relative;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-ui7Xz6f0ka .embla {
    padding-bottom: 2rem;
  }
}
.cid-ui7Xz6f0ka .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ui7Xz6f0ka .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ui7Xz6f0ka .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ui7Xz6f0ka .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ui7Xz6f0ka .mbr-section-title {
  color: #000000;
}
.cid-ui7Xz6f0ka .item-date {
  color: #000000;
}
.cid-ui7Xz6f0ka .item-desc {
  color: #000000;
  text-align: left;
}
.cid-ui7Xz71kUD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ui7Xz71kUD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ui7Xz71kUD img {
    width: 100%;
  }
}
.cid-ui7Xz71kUD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ui7Xz71kUD .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-ui7Xz71kUD .icon1 {
  color: #eb312c;
}
.cid-ui7Xz71kUD .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ui7Xz71kUD .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ui7Xz71kUD .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-ui7Xz71kUD .card-text {
  color: #777777;
}
.cid-ui7Xz71kUD .mbr-section-subtitle {
  color: #777777;
}
.cid-ui7Xz71kUD .mbr-text,
.cid-ui7Xz71kUD .mbr-section-btn {
  color: #777777;
}
.cid-ui7Xz85zZg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-ui7Xz85zZg .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-ui7Xz85zZg img {
  width: 100%;
  border-radius: 10px;
}
.cid-ui7Xz85zZg .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-ui7Xz85zZg .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ui7Xz85zZg .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-ui7Xz85zZg img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-ui7Xz85zZg .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-ui7Xz85zZg img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-ui7Xz85zZg img {
    width: 100%;
  }
}
.cid-ui7Xz85zZg .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-ui7Xz85zZg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ui7Xz85zZg .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb312c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-ui7Xz85zZg .mbr-text,
.cid-ui7Xz85zZg .mbr-section-btn {
  color: #464646;
}
.cid-ui7Xz85zZg .mbr-section-subtitle {
  color: #777777;
}
.cid-ui7Xz8XOAO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ui7Xz8XOAO img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ui7Xz8XOAO img {
    width: 100%;
  }
}
.cid-ui7Xz8XOAO .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ui7Xz8XOAO .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-ui7Xz8XOAO .icon1 {
  color: #eb312c;
}
.cid-ui7Xz8XOAO .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ui7Xz8XOAO .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ui7Xz8XOAO .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-ui7Xz8XOAO .card-text {
  color: #777777;
}
.cid-ui7Xz8XOAO .mbr-section-subtitle {
  color: #777777;
}
.cid-ui7Xz8XOAO .mbr-text,
.cid-ui7Xz8XOAO .mbr-section-btn {
  color: #777777;
}
.cid-ui7Xz9NnLN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
  overflow: hidden;
  position: relative;
}
.cid-ui7Xz9NnLN img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  left: auto;
  right: -200px;
}
.cid-ui7Xz9NnLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui7Xz9NnLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui7Xz9NnLN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ui7Xz9NnLN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ui7Xz9NnLN .container {
    padding: 0 22px;
  }
}
.cid-ui7Xz9NnLN .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-ui7Xz9NnLN .row .card,
.cid-ui7Xz9NnLN .row .item {
  padding: 0 6px;
}
.cid-ui7Xz9NnLN .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ui7Xz9NnLN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui7Xz9NnLN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-ui7Xz9NnLN .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-ui7Xz9NnLN .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #eb312c;
}
.cid-ui7Xz9NnLN .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-ui7Xz9NnLN .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ui7Xz9NnLN .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-ui7Xz9NnLN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui7Xz9NnLN .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-ui7Xz9NnLN .mbr-section-title {
  color: #000000;
}
.cid-ui7Xz9NnLN .mbr-desc {
  color: #000000;
}
.cid-ui7Xz9NnLN .card-title {
  color: #000000;
}
.cid-ui7Xz9NnLN .card-text {
  color: #8a8588;
}
.cid-ui7XzaKiMx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ui7XzaKiMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui7XzaKiMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui7XzaKiMx .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ui7XzaKiMx .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ui7XzaKiMx .container {
    padding: 0 22px;
  }
}
.cid-ui7XzaKiMx .row {
  justify-content: space-between;
}
.cid-ui7XzaKiMx .content-wrapper {
  margin-bottom: 32px;
}
.cid-ui7XzaKiMx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ui7XzaKiMx .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ui7XzaKiMx .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ui7XzaKiMx .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-ui7XzaKiMx .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ui7XzaKiMx .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ui7XzaKiMx .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-ui7XzaKiMx .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-ui7XzaKiMx .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ui7XzaKiMx .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-ui7XzaKiMx .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ui7XzaKiMx .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-ui7XzaKiMx .copy-wrapper {
    display: block;
  }
}
.cid-ui7XzaKiMx .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ui7XzaKiMx .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ui7XzaKiMx .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ui7XzaKiMx .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-ui7XzaKiMx .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ui7XzaKiMx .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ui7XzaKiMx .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ui7XzaKiMx .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-ui7XzaKiMx .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ui7XzaKiMx .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui7XzaKiMx .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-ui7XzaKiMx .mbr-section-title {
  color: #ff5753;
}
.cid-ui7XzaKiMx .mbr-text {
  color: #ffffff;
}
.cid-ui7XzaKiMx .list {
  color: #635d60;
}
.cid-ui7XzaKiMx .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-ui7XzaKiMx .mbr-copy,
.cid-ui7XzaKiMx .social-wrapper {
  text-align: center;
}
.cid-ui7XzaKiMx .mbr-section-title,
.cid-ui7XzaKiMx .mbr-section-btn {
  color: #ffffff;
}
.cid-ui7XzaKiMx .list,
.cid-ui7XzaKiMx .item-wrap {
  color: #eb312c;
}
.cid-uqf7Kd3drk {
  background-color: transparent;
}
.cid-uqf7Kd3drk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqf7Kd3drk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqf7Kd3drk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqf7Kd3drk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqf7Kd3drk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqf7Kd3drk .menu_box .navbar.opened,
  .cid-uqf7Kd3drk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqf7Kd3drk .navbar-dropdown {
  position: relative !important;
}
.cid-uqf7Kd3drk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uqf7Kd3drk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqf7Kd3drk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqf7Kd3drk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uqf7Kd3drk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uqf7Kd3drk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uqf7Kd3drk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqf7Kd3drk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqf7Kd3drk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqf7Kd3drk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqf7Kd3drk .offcanvas-body .mbr-text,
  .cid-uqf7Kd3drk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uqf7Kd3drk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uqf7Kd3drk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqf7Kd3drk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uqf7Kd3drk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqf7Kd3drk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqf7Kd3drk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqf7Kd3drk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqf7Kd3drk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqf7Kd3drk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqf7Kd3drk .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-uqf7Kd3drk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqf7Kd3drk 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-uqf7Kd3drk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uqf7Kd3drk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uqf7Kd3drk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqf7Kd3drk .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uqf7Kd3drk .nav-item {
    margin: 0 !important;
  }
}
.cid-uqf7Kd3drk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uqf7Kd3drk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqf7Kd3drk .nav-item .nav-link:hover::before,
.cid-uqf7Kd3drk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uqf7Kd3drk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqf7Kd3drk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqf7Kd3drk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqf7Kd3drk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqf7Kd3drk .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-uqf7Kd3drk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqf7Kd3drk .offcanvas_box {
    display: none;
  }
}
.cid-uqf7Kd3drk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqf7Kd3drk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqf7Kd3drk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqf7Kd3drk .container {
  display: flex;
  margin: auto;
}
.cid-uqf7Kd3drk .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-uqf7Kd3drk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqf7Kd3drk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uqf7Kd3drk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uqf7Kd3drk .navbar-nav {
    margin: 0;
  }
}
.cid-uqf7Kd3drk .dropdown-menu,
.cid-uqf7Kd3drk .navbar.opened {
  background-color: false !important;
}
.cid-uqf7Kd3drk .nav-item:focus,
.cid-uqf7Kd3drk .nav-link:focus {
  outline: none;
}
.cid-uqf7Kd3drk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqf7Kd3drk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqf7Kd3drk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqf7Kd3drk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqf7Kd3drk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqf7Kd3drk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqf7Kd3drk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uqf7Kd3drk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqf7Kd3drk .navbar.opened {
  transition: all 0.3s;
}
.cid-uqf7Kd3drk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqf7Kd3drk .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uqf7Kd3drk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uqf7Kd3drk .navbar.collapsed {
  justify-content: center;
}
.cid-uqf7Kd3drk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqf7Kd3drk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqf7Kd3drk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqf7Kd3drk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqf7Kd3drk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqf7Kd3drk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqf7Kd3drk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqf7Kd3drk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqf7Kd3drk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqf7Kd3drk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqf7Kd3drk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqf7Kd3drk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqf7Kd3drk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqf7Kd3drk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqf7Kd3drk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqf7Kd3drk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqf7Kd3drk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqf7Kd3drk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqf7Kd3drk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqf7Kd3drk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqf7Kd3drk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqf7Kd3drk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqf7Kd3drk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqf7Kd3drk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqf7Kd3drk .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-uqf7Kd3drk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uqf7Kd3drk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqf7Kd3drk .dropdown-item.active,
.cid-uqf7Kd3drk .dropdown-item:active {
  background-color: transparent;
}
.cid-uqf7Kd3drk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uqf7Kd3drk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqf7Kd3drk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqf7Kd3drk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqf7Kd3drk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqf7Kd3drk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqf7Kd3drk 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: #ff5753;
}
.cid-uqf7Kd3drk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqf7Kd3drk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqf7Kd3drk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqf7Kd3drk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqf7Kd3drk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqf7Kd3drk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqf7Kd3drk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqf7Kd3drk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqf7Kd3drk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqf7Kd3drk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqf7Kd3drk .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-uqf7Kd3drk .navbar {
    height: 70px;
  }
  .cid-uqf7Kd3drk .navbar.opened {
    height: auto;
  }
  .cid-uqf7Kd3drk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqf7Kd3drk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uqf7Kd3drk .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uqf7Kd3drk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uqf7Kd3drk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uqf7Kd3drk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uqf7Kd3drk .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-uqf7Kd3drk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqf7Kd3drk .text_widget {
  margin-bottom: 32px;
}
.cid-uqf7Kd3drk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqf7Kd3drk .text_widget a:hover,
.cid-uqf7Kd3drk .text_widget a:focus {
  opacity: .8;
}
.cid-uqf7Kd3drk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqf7Kd3drk .navbar-caption {
  color: #000000;
}
.cid-uqf7Kd3drk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uqf7Kd3drk .mbr-section-subtitle,
.cid-uqf7Kd3drk .text_widget,
.cid-uqf7Kd3drk .mbr-section-btn {
  text-align: center;
}
.cid-uqf7Kd3drk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqf7KdOTDZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqf7KdOTDZ .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uqf7KdOTDZ .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uqf7KdOTDZ .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uqf7KdOTDZ .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uqf7KdOTDZ .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uqf7KdOTDZ .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uqf7KdOTDZ .shadow:hover .mbr-iconfont,
.cid-uqf7KdOTDZ .shadow:hover .number,
.cid-uqf7KdOTDZ .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-uqf7KdOTDZ .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uqf7KdOTDZ .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-uqf7KdOTDZ .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-uqf7KdOTDZ H3 {
  color: #14142b;
  text-align: center;
}
.cid-uqf7KdOTDZ img {
  width: auto;
  height: 70px;
}
.cid-uqf7KdOTDZ .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uqf7KdOTDZ .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uqf7KdOTDZ .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-uqf7KdOTDZ .margin {
  margin-right: 14px;
}
.cid-uqf7KdOTDZ .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uqf7KdOTDZ .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-uqf7KdOTDZ .title-block {
    flex-direction: column;
  }
  .cid-uqf7KdOTDZ .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uqf7KdOTDZ .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uqf7KdOTDZ .item.features-image {
  margin-top: 30px;
}
.cid-uqf7KdOTDZ .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uqf7KdOTDZ .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uqf7KdOTDZ .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uqf7Kew25L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqf7Kew25L .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uqf7Kew25L .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uqf7Kew25L .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uqf7Kew25L .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uqf7Kew25L .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uqf7Kew25L .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uqf7Kew25L .shadow:hover .mbr-iconfont,
.cid-uqf7Kew25L .shadow:hover .number,
.cid-uqf7Kew25L .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-uqf7Kew25L .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uqf7Kew25L .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-uqf7Kew25L .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-uqf7Kew25L H3 {
  color: #14142b;
  text-align: center;
}
.cid-uqf7Kew25L img {
  width: auto;
  height: 70px;
}
.cid-uqf7Kew25L .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uqf7Kew25L .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uqf7Kew25L .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-uqf7Kew25L .margin {
  margin-right: 14px;
}
.cid-uqf7Kew25L .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uqf7Kew25L .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-uqf7Kew25L .title-block {
    flex-direction: column;
  }
  .cid-uqf7Kew25L .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uqf7Kew25L .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uqf7Kew25L .item.features-image {
  margin-top: 30px;
}
.cid-uqf7Kew25L .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uqf7Kew25L .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uqf7Kew25L .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uqf7Kfq1GP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqf7Kfq1GP .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uqf7Kfq1GP .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uqf7Kfq1GP .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uqf7Kfq1GP .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uqf7Kfq1GP .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uqf7Kfq1GP .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uqf7Kfq1GP .shadow:hover .mbr-iconfont,
.cid-uqf7Kfq1GP .shadow:hover .number,
.cid-uqf7Kfq1GP .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-uqf7Kfq1GP .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uqf7Kfq1GP .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-uqf7Kfq1GP .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-uqf7Kfq1GP H3 {
  color: #14142b;
  text-align: center;
}
.cid-uqf7Kfq1GP img {
  width: auto;
  height: 70px;
}
.cid-uqf7Kfq1GP .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uqf7Kfq1GP .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uqf7Kfq1GP .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-uqf7Kfq1GP .margin {
  margin-right: 14px;
}
.cid-uqf7Kfq1GP .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uqf7Kfq1GP .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-uqf7Kfq1GP .title-block {
    flex-direction: column;
  }
  .cid-uqf7Kfq1GP .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uqf7Kfq1GP .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uqf7Kfq1GP .item.features-image {
  margin-top: 30px;
}
.cid-uqf7Kfq1GP .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uqf7Kfq1GP .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uqf7Kfq1GP .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uqf7KgkuSs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqf7KgkuSs .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uqf7KgkuSs .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uqf7KgkuSs .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uqf7KgkuSs .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uqf7KgkuSs .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uqf7KgkuSs .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uqf7KgkuSs .shadow:hover .mbr-iconfont,
.cid-uqf7KgkuSs .shadow:hover .number,
.cid-uqf7KgkuSs .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-uqf7KgkuSs .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uqf7KgkuSs .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-uqf7KgkuSs .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-uqf7KgkuSs H3 {
  color: #14142b;
  text-align: center;
}
.cid-uqf7KgkuSs img {
  width: auto;
  height: 70px;
}
.cid-uqf7KgkuSs .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uqf7KgkuSs .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uqf7KgkuSs .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-uqf7KgkuSs .margin {
  margin-right: 14px;
}
.cid-uqf7KgkuSs .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uqf7KgkuSs .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-uqf7KgkuSs .title-block {
    flex-direction: column;
  }
  .cid-uqf7KgkuSs .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uqf7KgkuSs .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uqf7KgkuSs .item.features-image {
  margin-top: 30px;
}
.cid-uqf7KgkuSs .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uqf7KgkuSs .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uqf7KgkuSs .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uqf7Khbl4i {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqf7Khbl4i .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uqf7Khbl4i .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uqf7Khbl4i .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uqf7Khbl4i .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uqf7Khbl4i .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uqf7Khbl4i .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uqf7Khbl4i .shadow:hover .mbr-iconfont,
.cid-uqf7Khbl4i .shadow:hover .number,
.cid-uqf7Khbl4i .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-uqf7Khbl4i .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uqf7Khbl4i .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-uqf7Khbl4i .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-uqf7Khbl4i H3 {
  color: #14142b;
  text-align: center;
}
.cid-uqf7Khbl4i img {
  width: auto;
  height: 70px;
}
.cid-uqf7Khbl4i .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uqf7Khbl4i .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uqf7Khbl4i .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-uqf7Khbl4i .margin {
  margin-right: 14px;
}
.cid-uqf7Khbl4i .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uqf7Khbl4i .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-uqf7Khbl4i .title-block {
    flex-direction: column;
  }
  .cid-uqf7Khbl4i .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uqf7Khbl4i .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uqf7Khbl4i .item.features-image {
  margin-top: 30px;
}
.cid-uqf7Khbl4i .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uqf7Khbl4i .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uqf7Khbl4i .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uqf7Ki3SN1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqf7Ki3SN1 .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uqf7Ki3SN1 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uqf7Ki3SN1 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uqf7Ki3SN1 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uqf7Ki3SN1 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uqf7Ki3SN1 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uqf7Ki3SN1 .shadow:hover .mbr-iconfont,
.cid-uqf7Ki3SN1 .shadow:hover .number,
.cid-uqf7Ki3SN1 .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-uqf7Ki3SN1 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uqf7Ki3SN1 .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uqf7Ki3SN1 .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-uqf7Ki3SN1 H3 {
  color: #14142b;
  text-align: center;
}
.cid-uqf7Ki3SN1 img {
  width: auto;
  height: 70px;
}
.cid-uqf7Ki3SN1 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uqf7Ki3SN1 .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uqf7Ki3SN1 .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-uqf7Ki3SN1 .margin {
  margin-right: 14px;
}
.cid-uqf7Ki3SN1 .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uqf7Ki3SN1 .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-uqf7Ki3SN1 .title-block {
    flex-direction: column;
  }
  .cid-uqf7Ki3SN1 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uqf7Ki3SN1 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uqf7Ki3SN1 .item.features-image {
  margin-top: 30px;
}
.cid-uqf7Ki3SN1 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uqf7Ki3SN1 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uqf7Ki3SN1 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uqf7KiyG3w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uqf7KiyG3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqf7KiyG3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqf7KiyG3w .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqf7KiyG3w .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uqf7KiyG3w .container {
    padding: 0 22px;
  }
}
.cid-uqf7KiyG3w .row {
  justify-content: space-between;
}
.cid-uqf7KiyG3w .content-wrapper {
  margin-bottom: 32px;
}
.cid-uqf7KiyG3w .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uqf7KiyG3w .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uqf7KiyG3w .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqf7KiyG3w .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uqf7KiyG3w .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uqf7KiyG3w .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uqf7KiyG3w .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uqf7KiyG3w .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uqf7KiyG3w .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqf7KiyG3w .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uqf7KiyG3w .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uqf7KiyG3w .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uqf7KiyG3w .copy-wrapper {
    display: block;
  }
}
.cid-uqf7KiyG3w .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqf7KiyG3w .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqf7KiyG3w .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqf7KiyG3w .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uqf7KiyG3w .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uqf7KiyG3w .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uqf7KiyG3w .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uqf7KiyG3w .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-uqf7KiyG3w .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uqf7KiyG3w .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqf7KiyG3w .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uqf7KiyG3w .mbr-section-title {
  color: #ff5753;
}
.cid-uqf7KiyG3w .mbr-text {
  color: #ffffff;
}
.cid-uqf7KiyG3w .list {
  color: #635d60;
}
.cid-uqf7KiyG3w .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uqf7KiyG3w .mbr-copy,
.cid-uqf7KiyG3w .social-wrapper {
  text-align: center;
}
.cid-uqf7KiyG3w .mbr-section-title,
.cid-uqf7KiyG3w .mbr-section-btn {
  color: #ffffff;
}
.cid-uqf7KiyG3w .list,
.cid-uqf7KiyG3w .item-wrap {
  color: #eb312c;
}
.cid-u4MZIoLkUu {
  background-color: transparent;
}
.cid-u4MZIoLkUu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u4MZIoLkUu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u4MZIoLkUu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4MZIoLkUu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4MZIoLkUu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4MZIoLkUu .menu_box .navbar.opened,
  .cid-u4MZIoLkUu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4MZIoLkUu .navbar-dropdown {
  position: relative !important;
}
.cid-u4MZIoLkUu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u4MZIoLkUu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4MZIoLkUu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4MZIoLkUu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4MZIoLkUu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4MZIoLkUu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u4MZIoLkUu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4MZIoLkUu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4MZIoLkUu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4MZIoLkUu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4MZIoLkUu .offcanvas-body .mbr-text,
  .cid-u4MZIoLkUu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4MZIoLkUu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4MZIoLkUu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4MZIoLkUu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u4MZIoLkUu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4MZIoLkUu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4MZIoLkUu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4MZIoLkUu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4MZIoLkUu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4MZIoLkUu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4MZIoLkUu .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-u4MZIoLkUu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4MZIoLkUu 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-u4MZIoLkUu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4MZIoLkUu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u4MZIoLkUu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4MZIoLkUu .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u4MZIoLkUu .nav-item {
    margin: 0 !important;
  }
}
.cid-u4MZIoLkUu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u4MZIoLkUu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4MZIoLkUu .nav-item .nav-link:hover::before,
.cid-u4MZIoLkUu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u4MZIoLkUu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4MZIoLkUu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4MZIoLkUu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4MZIoLkUu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4MZIoLkUu .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-u4MZIoLkUu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4MZIoLkUu .offcanvas_box {
    display: none;
  }
}
.cid-u4MZIoLkUu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4MZIoLkUu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4MZIoLkUu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4MZIoLkUu .container {
  display: flex;
  margin: auto;
}
.cid-u4MZIoLkUu .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-u4MZIoLkUu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4MZIoLkUu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4MZIoLkUu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4MZIoLkUu .navbar-nav {
    margin: 0;
  }
}
.cid-u4MZIoLkUu .dropdown-menu,
.cid-u4MZIoLkUu .navbar.opened {
  background-color: false !important;
}
.cid-u4MZIoLkUu .nav-item:focus,
.cid-u4MZIoLkUu .nav-link:focus {
  outline: none;
}
.cid-u4MZIoLkUu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4MZIoLkUu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4MZIoLkUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4MZIoLkUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4MZIoLkUu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4MZIoLkUu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4MZIoLkUu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4MZIoLkUu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4MZIoLkUu .navbar.opened {
  transition: all 0.3s;
}
.cid-u4MZIoLkUu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4MZIoLkUu .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u4MZIoLkUu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4MZIoLkUu .navbar.collapsed {
  justify-content: center;
}
.cid-u4MZIoLkUu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4MZIoLkUu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4MZIoLkUu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4MZIoLkUu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4MZIoLkUu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4MZIoLkUu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4MZIoLkUu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4MZIoLkUu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4MZIoLkUu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u4MZIoLkUu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4MZIoLkUu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4MZIoLkUu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4MZIoLkUu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4MZIoLkUu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4MZIoLkUu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4MZIoLkUu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4MZIoLkUu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4MZIoLkUu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4MZIoLkUu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4MZIoLkUu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4MZIoLkUu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4MZIoLkUu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4MZIoLkUu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4MZIoLkUu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4MZIoLkUu .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-u4MZIoLkUu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u4MZIoLkUu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4MZIoLkUu .dropdown-item.active,
.cid-u4MZIoLkUu .dropdown-item:active {
  background-color: transparent;
}
.cid-u4MZIoLkUu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u4MZIoLkUu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4MZIoLkUu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4MZIoLkUu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4MZIoLkUu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4MZIoLkUu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4MZIoLkUu 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: #ff5753;
}
.cid-u4MZIoLkUu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4MZIoLkUu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4MZIoLkUu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4MZIoLkUu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4MZIoLkUu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4MZIoLkUu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4MZIoLkUu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4MZIoLkUu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4MZIoLkUu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4MZIoLkUu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4MZIoLkUu .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-u4MZIoLkUu .navbar {
    height: 70px;
  }
  .cid-u4MZIoLkUu .navbar.opened {
    height: auto;
  }
  .cid-u4MZIoLkUu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4MZIoLkUu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u4MZIoLkUu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u4MZIoLkUu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u4MZIoLkUu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u4MZIoLkUu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u4MZIoLkUu .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u4MZIoLkUu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4MZIoLkUu .text_widget {
  margin-bottom: 32px;
}
.cid-u4MZIoLkUu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4MZIoLkUu .text_widget a:hover,
.cid-u4MZIoLkUu .text_widget a:focus {
  opacity: .8;
}
.cid-u4MZIoLkUu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u4MZIoLkUu .navbar-caption {
  color: #000000;
}
.cid-u4MZIoLkUu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u4MZIoLkUu .mbr-section-subtitle,
.cid-u4MZIoLkUu .text_widget,
.cid-u4MZIoLkUu .mbr-section-btn {
  text-align: center;
}
.cid-u4MZIoLkUu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u4N2LX4M7T {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wmlinkedin-1558x338.jpg");
}
.cid-u4N2LX4M7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4N2LX4M7T .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-u4N2LX4M7T .container {
    padding: 0 22px;
  }
}
.cid-u4N2LX4M7T .content-wrapper {
  padding-bottom: 10%;
}
.cid-u4N2LX4M7T .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u4N2LX4M7T .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4N2LX4M7T .mbr-section-title {
  color: #ffffff;
}
.cid-u4N2LX4M7T .mbr-text {
  color: #ffffff;
}
.cid-u4MZW0oV8v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f4f3f4;
}
.cid-u4MZW0oV8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4MZW0oV8v .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-u4MZW0oV8v .container {
    padding: 0 22px;
  }
}
.cid-u4MZW0oV8v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4MZW0oV8v .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-u4MZIpW84f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u4MZIpW84f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4MZIpW84f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4MZIpW84f .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u4MZIpW84f .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u4MZIpW84f .container {
    padding: 0 22px;
  }
}
.cid-u4MZIpW84f .row {
  justify-content: space-between;
}
.cid-u4MZIpW84f .content-wrapper {
  margin-bottom: 32px;
}
.cid-u4MZIpW84f .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u4MZIpW84f .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u4MZIpW84f .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u4MZIpW84f .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u4MZIpW84f .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u4MZIpW84f .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u4MZIpW84f .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u4MZIpW84f .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u4MZIpW84f .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u4MZIpW84f .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u4MZIpW84f .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u4MZIpW84f .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u4MZIpW84f .copy-wrapper {
    display: block;
  }
}
.cid-u4MZIpW84f .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u4MZIpW84f .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u4MZIpW84f .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u4MZIpW84f .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u4MZIpW84f .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u4MZIpW84f .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u4MZIpW84f .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u4MZIpW84f .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u4MZIpW84f .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u4MZIpW84f .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4MZIpW84f .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u4MZIpW84f .mbr-section-title {
  color: #ff5753;
}
.cid-u4MZIpW84f .mbr-text {
  color: #ffffff;
}
.cid-u4MZIpW84f .list {
  color: #635d60;
}
.cid-u4MZIpW84f .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u4MZIpW84f .mbr-copy,
.cid-u4MZIpW84f .social-wrapper {
  text-align: center;
}
.cid-u4MZIpW84f .mbr-section-title,
.cid-u4MZIpW84f .mbr-section-btn {
  color: #ffffff;
}
.cid-u4MZIpW84f .list,
.cid-u4MZIpW84f .item-wrap {
  color: #eb312c;
}
.cid-u2RPQWn7yu {
  background-color: transparent;
}
.cid-u2RPQWn7yu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2RPQWn7yu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2RPQWn7yu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2RPQWn7yu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2RPQWn7yu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2RPQWn7yu .menu_box .navbar.opened,
  .cid-u2RPQWn7yu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2RPQWn7yu .navbar-dropdown {
  position: relative !important;
}
.cid-u2RPQWn7yu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2RPQWn7yu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2RPQWn7yu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2RPQWn7yu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2RPQWn7yu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2RPQWn7yu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u2RPQWn7yu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2RPQWn7yu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2RPQWn7yu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2RPQWn7yu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2RPQWn7yu .offcanvas-body .mbr-text,
  .cid-u2RPQWn7yu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2RPQWn7yu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2RPQWn7yu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2RPQWn7yu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2RPQWn7yu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2RPQWn7yu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2RPQWn7yu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2RPQWn7yu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2RPQWn7yu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2RPQWn7yu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2RPQWn7yu .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-u2RPQWn7yu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2RPQWn7yu 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-u2RPQWn7yu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2RPQWn7yu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u2RPQWn7yu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2RPQWn7yu .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u2RPQWn7yu .nav-item {
    margin: 0 !important;
  }
}
.cid-u2RPQWn7yu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2RPQWn7yu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2RPQWn7yu .nav-item .nav-link:hover::before,
.cid-u2RPQWn7yu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2RPQWn7yu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2RPQWn7yu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2RPQWn7yu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2RPQWn7yu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2RPQWn7yu .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-u2RPQWn7yu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2RPQWn7yu .offcanvas_box {
    display: none;
  }
}
.cid-u2RPQWn7yu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2RPQWn7yu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2RPQWn7yu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2RPQWn7yu .container {
  display: flex;
  margin: auto;
}
.cid-u2RPQWn7yu .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-u2RPQWn7yu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2RPQWn7yu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2RPQWn7yu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2RPQWn7yu .navbar-nav {
    margin: 0;
  }
}
.cid-u2RPQWn7yu .dropdown-menu,
.cid-u2RPQWn7yu .navbar.opened {
  background-color: false !important;
}
.cid-u2RPQWn7yu .nav-item:focus,
.cid-u2RPQWn7yu .nav-link:focus {
  outline: none;
}
.cid-u2RPQWn7yu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2RPQWn7yu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2RPQWn7yu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2RPQWn7yu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2RPQWn7yu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2RPQWn7yu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2RPQWn7yu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2RPQWn7yu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2RPQWn7yu .navbar.opened {
  transition: all 0.3s;
}
.cid-u2RPQWn7yu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2RPQWn7yu .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2RPQWn7yu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2RPQWn7yu .navbar.collapsed {
  justify-content: center;
}
.cid-u2RPQWn7yu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2RPQWn7yu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2RPQWn7yu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2RPQWn7yu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2RPQWn7yu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2RPQWn7yu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2RPQWn7yu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2RPQWn7yu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2RPQWn7yu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2RPQWn7yu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2RPQWn7yu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2RPQWn7yu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2RPQWn7yu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2RPQWn7yu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2RPQWn7yu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2RPQWn7yu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2RPQWn7yu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2RPQWn7yu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2RPQWn7yu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2RPQWn7yu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2RPQWn7yu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2RPQWn7yu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2RPQWn7yu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2RPQWn7yu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2RPQWn7yu .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-u2RPQWn7yu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u2RPQWn7yu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2RPQWn7yu .dropdown-item.active,
.cid-u2RPQWn7yu .dropdown-item:active {
  background-color: transparent;
}
.cid-u2RPQWn7yu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2RPQWn7yu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2RPQWn7yu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2RPQWn7yu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2RPQWn7yu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2RPQWn7yu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2RPQWn7yu 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: #ff5753;
}
.cid-u2RPQWn7yu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2RPQWn7yu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2RPQWn7yu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2RPQWn7yu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2RPQWn7yu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2RPQWn7yu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2RPQWn7yu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2RPQWn7yu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2RPQWn7yu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2RPQWn7yu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2RPQWn7yu .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-u2RPQWn7yu .navbar {
    height: 70px;
  }
  .cid-u2RPQWn7yu .navbar.opened {
    height: auto;
  }
  .cid-u2RPQWn7yu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RPQWn7yu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2RPQWn7yu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u2RPQWn7yu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2RPQWn7yu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2RPQWn7yu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u2RPQWn7yu .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-u2RPQWn7yu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2RPQWn7yu .text_widget {
  margin-bottom: 32px;
}
.cid-u2RPQWn7yu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2RPQWn7yu .text_widget a:hover,
.cid-u2RPQWn7yu .text_widget a:focus {
  opacity: .8;
}
.cid-u2RPQWn7yu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2RPQWn7yu .navbar-caption {
  color: #000000;
}
.cid-u2RPQWn7yu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2RPQWn7yu .mbr-section-subtitle,
.cid-u2RPQWn7yu .text_widget,
.cid-u2RPQWn7yu .mbr-section-btn {
  text-align: center;
}
.cid-u2RPQWn7yu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNJ3fZCsYr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNJ3fZCsYr .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uNJ3fZCsYr .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uNJ3fZCsYr .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uNJ3fZCsYr .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uNJ3fZCsYr .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uNJ3fZCsYr .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uNJ3fZCsYr .shadow:hover .mbr-iconfont,
.cid-uNJ3fZCsYr .shadow:hover .number,
.cid-uNJ3fZCsYr .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-uNJ3fZCsYr .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uNJ3fZCsYr .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-uNJ3fZCsYr .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-uNJ3fZCsYr H3 {
  color: #14142b;
  text-align: center;
}
.cid-uNJ3fZCsYr img {
  width: auto;
  height: 70px;
}
.cid-uNJ3fZCsYr .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uNJ3fZCsYr .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uNJ3fZCsYr .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-uNJ3fZCsYr .margin {
  margin-right: 14px;
}
.cid-uNJ3fZCsYr .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uNJ3fZCsYr .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-uNJ3fZCsYr .title-block {
    flex-direction: column;
  }
  .cid-uNJ3fZCsYr .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uNJ3fZCsYr .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uNJ3fZCsYr .item.features-image {
  margin-top: 30px;
}
.cid-uNJ3fZCsYr .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uNJ3fZCsYr .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uNJ3fZCsYr .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-upXPY4pPWL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upXPY4pPWL .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-upXPY4pPWL .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-upXPY4pPWL .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-upXPY4pPWL .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-upXPY4pPWL .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-upXPY4pPWL .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-upXPY4pPWL .shadow:hover .mbr-iconfont,
.cid-upXPY4pPWL .shadow:hover .number,
.cid-upXPY4pPWL .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-upXPY4pPWL .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-upXPY4pPWL .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-upXPY4pPWL .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-upXPY4pPWL H3 {
  color: #14142b;
  text-align: center;
}
.cid-upXPY4pPWL img {
  width: auto;
  height: 70px;
}
.cid-upXPY4pPWL .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-upXPY4pPWL .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-upXPY4pPWL .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-upXPY4pPWL .margin {
  margin-right: 14px;
}
.cid-upXPY4pPWL .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-upXPY4pPWL .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-upXPY4pPWL .title-block {
    flex-direction: column;
  }
  .cid-upXPY4pPWL .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-upXPY4pPWL .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-upXPY4pPWL .item.features-image {
  margin-top: 30px;
}
.cid-upXPY4pPWL .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-upXPY4pPWL .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-upXPY4pPWL .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uwd0KdFpRt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uwd0KdFpRt .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uwd0KdFpRt .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uwd0KdFpRt .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uwd0KdFpRt .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uwd0KdFpRt .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uwd0KdFpRt .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uwd0KdFpRt .shadow:hover .mbr-iconfont,
.cid-uwd0KdFpRt .shadow:hover .number,
.cid-uwd0KdFpRt .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-uwd0KdFpRt .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uwd0KdFpRt .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-uwd0KdFpRt .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-uwd0KdFpRt H3 {
  color: #14142b;
  text-align: center;
}
.cid-uwd0KdFpRt img {
  width: auto;
  height: 70px;
}
.cid-uwd0KdFpRt .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uwd0KdFpRt .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uwd0KdFpRt .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-uwd0KdFpRt .margin {
  margin-right: 14px;
}
.cid-uwd0KdFpRt .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uwd0KdFpRt .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-uwd0KdFpRt .title-block {
    flex-direction: column;
  }
  .cid-uwd0KdFpRt .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uwd0KdFpRt .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uwd0KdFpRt .item.features-image {
  margin-top: 30px;
}
.cid-uwd0KdFpRt .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uwd0KdFpRt .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uwd0KdFpRt .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-ulZF078pqs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulZF078pqs .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-ulZF078pqs .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-ulZF078pqs .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-ulZF078pqs .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-ulZF078pqs .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-ulZF078pqs .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-ulZF078pqs .shadow:hover .mbr-iconfont,
.cid-ulZF078pqs .shadow:hover .number,
.cid-ulZF078pqs .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-ulZF078pqs .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-ulZF078pqs .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-ulZF078pqs .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-ulZF078pqs H3 {
  color: #14142b;
  text-align: center;
}
.cid-ulZF078pqs img {
  width: auto;
  height: 70px;
}
.cid-ulZF078pqs .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-ulZF078pqs .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-ulZF078pqs .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-ulZF078pqs .margin {
  margin-right: 14px;
}
.cid-ulZF078pqs .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-ulZF078pqs .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-ulZF078pqs .title-block {
    flex-direction: column;
  }
  .cid-ulZF078pqs .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ulZF078pqs .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-ulZF078pqs .item.features-image {
  margin-top: 30px;
}
.cid-ulZF078pqs .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-ulZF078pqs .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-ulZF078pqs .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-ucd87j2lYA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucd87j2lYA .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-ucd87j2lYA .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-ucd87j2lYA .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-ucd87j2lYA .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-ucd87j2lYA .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-ucd87j2lYA .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-ucd87j2lYA .shadow:hover .mbr-iconfont,
.cid-ucd87j2lYA .shadow:hover .number,
.cid-ucd87j2lYA .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-ucd87j2lYA .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-ucd87j2lYA .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-ucd87j2lYA .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-ucd87j2lYA H3 {
  color: #14142b;
  text-align: center;
}
.cid-ucd87j2lYA img {
  width: auto;
  height: 70px;
}
.cid-ucd87j2lYA .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-ucd87j2lYA .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-ucd87j2lYA .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-ucd87j2lYA .margin {
  margin-right: 14px;
}
.cid-ucd87j2lYA .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-ucd87j2lYA .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-ucd87j2lYA .title-block {
    flex-direction: column;
  }
  .cid-ucd87j2lYA .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucd87j2lYA .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-ucd87j2lYA .item.features-image {
  margin-top: 30px;
}
.cid-ucd87j2lYA .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-ucd87j2lYA .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-ucd87j2lYA .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-u2RQ1P5gNt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2RQ1P5gNt .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-u2RQ1P5gNt .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-u2RQ1P5gNt .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-u2RQ1P5gNt .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-u2RQ1P5gNt .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-u2RQ1P5gNt .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-u2RQ1P5gNt .shadow:hover .mbr-iconfont,
.cid-u2RQ1P5gNt .shadow:hover .number,
.cid-u2RQ1P5gNt .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-u2RQ1P5gNt .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-u2RQ1P5gNt .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-u2RQ1P5gNt .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-u2RQ1P5gNt H3 {
  color: #14142b;
  text-align: center;
}
.cid-u2RQ1P5gNt img {
  width: auto;
  height: 70px;
}
.cid-u2RQ1P5gNt .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-u2RQ1P5gNt .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-u2RQ1P5gNt .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-u2RQ1P5gNt .margin {
  margin-right: 14px;
}
.cid-u2RQ1P5gNt .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-u2RQ1P5gNt .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-u2RQ1P5gNt .title-block {
    flex-direction: column;
  }
  .cid-u2RQ1P5gNt .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-u2RQ1P5gNt .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-u2RQ1P5gNt .item.features-image {
  margin-top: 30px;
}
.cid-u2RQ1P5gNt .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-u2RQ1P5gNt .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-u2RQ1P5gNt .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-u2SgCjr25W {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2SgCjr25W .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-u2SgCjr25W .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-u2SgCjr25W .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-u2SgCjr25W .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-u2SgCjr25W .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-u2SgCjr25W .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-u2SgCjr25W .shadow:hover .mbr-iconfont,
.cid-u2SgCjr25W .shadow:hover .number,
.cid-u2SgCjr25W .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-u2SgCjr25W .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-u2SgCjr25W .card-title {
  margin-bottom: 18px;
  color: #eb312c;
  transition: 0.35s;
}
.cid-u2SgCjr25W .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-u2SgCjr25W H3 {
  color: #14142b;
  text-align: center;
}
.cid-u2SgCjr25W img {
  width: auto;
  height: 70px;
}
.cid-u2SgCjr25W .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-u2SgCjr25W .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-u2SgCjr25W .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-u2SgCjr25W .margin {
  margin-right: 14px;
}
.cid-u2SgCjr25W .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-u2SgCjr25W .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-u2SgCjr25W .title-block {
    flex-direction: column;
  }
  .cid-u2SgCjr25W .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-u2SgCjr25W .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-u2SgCjr25W .item.features-image {
  margin-top: 30px;
}
.cid-u2SgCjr25W .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-u2SgCjr25W .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-u2SgCjr25W .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-u2Y4W4EBTQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2Y4W4EBTQ .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-u2Y4W4EBTQ .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-u2Y4W4EBTQ .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-u2Y4W4EBTQ .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-u2Y4W4EBTQ .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-u2Y4W4EBTQ .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-u2Y4W4EBTQ .shadow:hover .mbr-iconfont,
.cid-u2Y4W4EBTQ .shadow:hover .number,
.cid-u2Y4W4EBTQ .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-u2Y4W4EBTQ .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-u2Y4W4EBTQ .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-u2Y4W4EBTQ .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-u2Y4W4EBTQ H3 {
  color: #14142b;
  text-align: center;
}
.cid-u2Y4W4EBTQ img {
  width: auto;
  height: 70px;
}
.cid-u2Y4W4EBTQ .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-u2Y4W4EBTQ .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-u2Y4W4EBTQ .link-title {
  display: inline-block;
  color: #ffffff;
}
.cid-u2Y4W4EBTQ .margin {
  margin-right: 14px;
}
.cid-u2Y4W4EBTQ .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-u2Y4W4EBTQ .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-u2Y4W4EBTQ .title-block {
    flex-direction: column;
  }
  .cid-u2Y4W4EBTQ .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-u2Y4W4EBTQ .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-u2Y4W4EBTQ .item.features-image {
  margin-top: 30px;
}
.cid-u2Y4W4EBTQ .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-u2Y4W4EBTQ .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-u2Y4W4EBTQ .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-u2RPQWOlNC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2RPQWOlNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RPQWOlNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RPQWOlNC .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u2RPQWOlNC .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2RPQWOlNC .container {
    padding: 0 22px;
  }
}
.cid-u2RPQWOlNC .row {
  justify-content: space-between;
}
.cid-u2RPQWOlNC .content-wrapper {
  margin-bottom: 32px;
}
.cid-u2RPQWOlNC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2RPQWOlNC .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u2RPQWOlNC .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2RPQWOlNC .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u2RPQWOlNC .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2RPQWOlNC .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2RPQWOlNC .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2RPQWOlNC .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-u2RPQWOlNC .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2RPQWOlNC .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2RPQWOlNC .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u2RPQWOlNC .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2RPQWOlNC .copy-wrapper {
    display: block;
  }
}
.cid-u2RPQWOlNC .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2RPQWOlNC .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u2RPQWOlNC .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2RPQWOlNC .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-u2RPQWOlNC .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u2RPQWOlNC .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u2RPQWOlNC .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u2RPQWOlNC .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-u2RPQWOlNC .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u2RPQWOlNC .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2RPQWOlNC .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-u2RPQWOlNC .mbr-section-title {
  color: #ff5753;
}
.cid-u2RPQWOlNC .mbr-text {
  color: #ffffff;
}
.cid-u2RPQWOlNC .list {
  color: #635d60;
}
.cid-u2RPQWOlNC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u2RPQWOlNC .mbr-copy,
.cid-u2RPQWOlNC .social-wrapper {
  text-align: center;
}
.cid-u2RPQWOlNC .mbr-section-title,
.cid-u2RPQWOlNC .mbr-section-btn {
  color: #ffffff;
}
.cid-u2RPQWOlNC .list,
.cid-u2RPQWOlNC .item-wrap {
  color: #eb312c;
}
.cid-uqflqz1k16 {
  background-color: transparent;
}
.cid-uqflqz1k16 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqflqz1k16 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqflqz1k16 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqflqz1k16 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqflqz1k16 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqflqz1k16 .menu_box .navbar.opened,
  .cid-uqflqz1k16 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqflqz1k16 .navbar-dropdown {
  position: relative !important;
}
.cid-uqflqz1k16 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uqflqz1k16 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqflqz1k16 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqflqz1k16 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uqflqz1k16 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uqflqz1k16 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uqflqz1k16 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqflqz1k16 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqflqz1k16 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqflqz1k16 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqflqz1k16 .offcanvas-body .mbr-text,
  .cid-uqflqz1k16 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uqflqz1k16 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uqflqz1k16 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqflqz1k16 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uqflqz1k16 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqflqz1k16 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqflqz1k16 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqflqz1k16 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqflqz1k16 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqflqz1k16 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqflqz1k16 .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-uqflqz1k16 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqflqz1k16 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-uqflqz1k16 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uqflqz1k16 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uqflqz1k16 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqflqz1k16 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uqflqz1k16 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqflqz1k16 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uqflqz1k16 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqflqz1k16 .nav-item .nav-link:hover::before,
.cid-uqflqz1k16 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uqflqz1k16 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqflqz1k16 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqflqz1k16 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqflqz1k16 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqflqz1k16 .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-uqflqz1k16 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqflqz1k16 .offcanvas_box {
    display: none;
  }
}
.cid-uqflqz1k16 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqflqz1k16 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqflqz1k16 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqflqz1k16 .container {
  display: flex;
  margin: auto;
}
.cid-uqflqz1k16 .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-uqflqz1k16 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqflqz1k16 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uqflqz1k16 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uqflqz1k16 .navbar-nav {
    margin: 0;
  }
}
.cid-uqflqz1k16 .dropdown-menu,
.cid-uqflqz1k16 .navbar.opened {
  background-color: false !important;
}
.cid-uqflqz1k16 .nav-item:focus,
.cid-uqflqz1k16 .nav-link:focus {
  outline: none;
}
.cid-uqflqz1k16 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqflqz1k16 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqflqz1k16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqflqz1k16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqflqz1k16 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqflqz1k16 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqflqz1k16 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uqflqz1k16 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqflqz1k16 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqflqz1k16 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqflqz1k16 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uqflqz1k16 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uqflqz1k16 .navbar.collapsed {
  justify-content: center;
}
.cid-uqflqz1k16 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqflqz1k16 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqflqz1k16 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqflqz1k16 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqflqz1k16 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqflqz1k16 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqflqz1k16 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqflqz1k16 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqflqz1k16 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqflqz1k16 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqflqz1k16 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqflqz1k16 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqflqz1k16 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqflqz1k16 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqflqz1k16 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqflqz1k16 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqflqz1k16 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqflqz1k16 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqflqz1k16 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqflqz1k16 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqflqz1k16 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqflqz1k16 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqflqz1k16 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqflqz1k16 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqflqz1k16 .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-uqflqz1k16 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uqflqz1k16 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqflqz1k16 .dropdown-item.active,
.cid-uqflqz1k16 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqflqz1k16 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uqflqz1k16 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqflqz1k16 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqflqz1k16 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqflqz1k16 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqflqz1k16 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqflqz1k16 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: #ff5753;
}
.cid-uqflqz1k16 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqflqz1k16 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqflqz1k16 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqflqz1k16 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqflqz1k16 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqflqz1k16 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqflqz1k16 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqflqz1k16 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqflqz1k16 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqflqz1k16 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqflqz1k16 .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-uqflqz1k16 .navbar {
    height: 70px;
  }
  .cid-uqflqz1k16 .navbar.opened {
    height: auto;
  }
  .cid-uqflqz1k16 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqflqz1k16 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uqflqz1k16 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uqflqz1k16 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uqflqz1k16 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uqflqz1k16 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uqflqz1k16 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-uqflqz1k16 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqflqz1k16 .text_widget {
  margin-bottom: 32px;
}
.cid-uqflqz1k16 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqflqz1k16 .text_widget a:hover,
.cid-uqflqz1k16 .text_widget a:focus {
  opacity: .8;
}
.cid-uqflqz1k16 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqflqz1k16 .navbar-caption {
  color: #000000;
}
.cid-uqflqz1k16 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uqflqz1k16 .mbr-section-subtitle,
.cid-uqflqz1k16 .text_widget,
.cid-uqflqz1k16 .mbr-section-btn {
  text-align: center;
}
.cid-uqflqz1k16 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqflqzzuqz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f3f4;
}
.cid-uqflqzzuqz .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uqflqzzuqz .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-uqflqzzuqz .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uqflqzzuqz .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uqflqzzuqz ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uqflqzzuqz li::marker {
  color: #fedb01;
  width: 10px;
}
.cid-uqflqzzuqz li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uqflqzzuqz img {
  width: 90%;
}
.cid-uqflqzzuqz .gray {
  background-color: #eb312c;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uqflqzzuqz .b {
  max-width: 598px;
}
.cid-uqflqzzuqz .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uqflqzzuqz .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uqflqzzuqz .t {
    padding-top: 90px;
  }
  .cid-uqflqzzuqz .b {
    max-width: initial;
  }
  .cid-uqflqzzuqz .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uqflqzzuqz .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uqflqzzuqz .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uqflqzzuqz .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uqflqzzuqz .btn {
  margin-top: 20px;
}
.cid-uqflqzzuqz .row {
  flex-direction: row-reverse;
}
.cid-uqflqzzuqz .t {
  max-width: 542px;
}
.cid-uqflqzzuqz .mbr-text,
.cid-uqflqzzuqz .button-align,
.cid-uqflqzzuqz .list {
  color: #222222;
}
.cid-uqflqzXJ1L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2e7f8;
}
.cid-uqflqzXJ1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqflqzXJ1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqflqzXJ1L .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uqflqzXJ1L .container {
    padding: 10px 8px;
  }
}
.cid-uqflqzXJ1L .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uqflqzXJ1L .row {
    padding: 50px 2px 34px;
  }
}
.cid-uqflqzXJ1L .card {
  padding: 0 8px;
}
.cid-uqflqzXJ1L .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uqflqzXJ1L .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqflqzXJ1L .card {
    margin-bottom: 16px;
  }
}
.cid-uqflqzXJ1L .card .item {
  margin-bottom: 16px;
}
.cid-uqflqzXJ1L .card .item:last-child {
  margin-bottom: 0;
}
.cid-uqflqzXJ1L .card .item .item-wrapper {
  background-color: #eeeeee;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uqflqzXJ1L .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uqflqzXJ1L .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uqflqzXJ1L .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-uqflqzXJ1L .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-uqflqzXJ1L .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-uqflqzXJ1L .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-uqflqzXJ1L .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uqflqzXJ1L .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqflqzXJ1L .card-text {
  color: #222222;
}
.cid-uqflqzXJ1L .card-name {
  color: #222222;
}
.cid-uqflqzXJ1L .card-role {
  color: #222222;
}
.cid-uqflqAuzdU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
.cid-uqflqAuzdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqflqAuzdU .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-uqflqAuzdU .container {
    padding: 0 22px;
  }
}
.cid-uqflqAuzdU .row {
  justify-content: space-between;
}
.cid-uqflqAuzdU .row .card {
  justify-content: center;
}
.cid-uqflqAuzdU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uqflqAuzdU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uqflqAuzdU .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uqflqAuzdU .image-wrapper {
  position: relative;
}
.cid-uqflqAuzdU .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uqflqAuzdU .image-wrapper img {
    height: 350px;
  }
}
.cid-uqflqAuzdU .mbr-section-title {
  color: #000000;
}
.cid-uqflqAuzdU .mbr-desc {
  color: #000000;
}
.cid-uqflqAuzdU .mbr-text {
  color: #000000;
}
.cid-uqflqARBrj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uqflqARBrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqflqARBrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqflqARBrj .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqflqARBrj .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uqflqARBrj .container {
    padding: 0 22px;
  }
}
.cid-uqflqARBrj .row {
  justify-content: space-between;
}
.cid-uqflqARBrj .content-wrapper {
  margin-bottom: 32px;
}
.cid-uqflqARBrj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uqflqARBrj .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uqflqARBrj .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqflqARBrj .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uqflqARBrj .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uqflqARBrj .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uqflqARBrj .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uqflqARBrj .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uqflqARBrj .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqflqARBrj .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uqflqARBrj .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uqflqARBrj .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uqflqARBrj .copy-wrapper {
    display: block;
  }
}
.cid-uqflqARBrj .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqflqARBrj .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqflqARBrj .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqflqARBrj .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uqflqARBrj .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uqflqARBrj .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uqflqARBrj .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uqflqARBrj .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-uqflqARBrj .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uqflqARBrj .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqflqARBrj .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uqflqARBrj .mbr-section-title {
  color: #ff5753;
}
.cid-uqflqARBrj .mbr-text {
  color: #ffffff;
}
.cid-uqflqARBrj .list {
  color: #635d60;
}
.cid-uqflqARBrj .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uqflqARBrj .mbr-copy,
.cid-uqflqARBrj .social-wrapper {
  text-align: center;
}
.cid-uqflqARBrj .mbr-section-title,
.cid-uqflqARBrj .mbr-section-btn {
  color: #ffffff;
}
.cid-uqflqARBrj .list,
.cid-uqflqARBrj .item-wrap {
  color: #eb312c;
}
.cid-uVJZpE1rs6 {
  background-color: transparent;
}
.cid-uVJZpE1rs6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uVJZpE1rs6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVJZpE1rs6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVJZpE1rs6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVJZpE1rs6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVJZpE1rs6 .menu_box .navbar.opened,
  .cid-uVJZpE1rs6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVJZpE1rs6 .navbar-dropdown {
  position: relative !important;
}
.cid-uVJZpE1rs6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uVJZpE1rs6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVJZpE1rs6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVJZpE1rs6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVJZpE1rs6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVJZpE1rs6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uVJZpE1rs6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVJZpE1rs6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVJZpE1rs6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVJZpE1rs6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVJZpE1rs6 .offcanvas-body .mbr-text,
  .cid-uVJZpE1rs6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uVJZpE1rs6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uVJZpE1rs6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVJZpE1rs6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVJZpE1rs6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVJZpE1rs6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVJZpE1rs6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVJZpE1rs6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVJZpE1rs6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVJZpE1rs6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVJZpE1rs6 .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-uVJZpE1rs6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVJZpE1rs6 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-uVJZpE1rs6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uVJZpE1rs6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uVJZpE1rs6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVJZpE1rs6 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uVJZpE1rs6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uVJZpE1rs6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uVJZpE1rs6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVJZpE1rs6 .nav-item .nav-link:hover::before,
.cid-uVJZpE1rs6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uVJZpE1rs6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVJZpE1rs6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVJZpE1rs6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVJZpE1rs6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVJZpE1rs6 .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-uVJZpE1rs6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVJZpE1rs6 .offcanvas_box {
    display: none;
  }
}
.cid-uVJZpE1rs6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVJZpE1rs6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVJZpE1rs6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVJZpE1rs6 .container {
  display: flex;
  margin: auto;
}
.cid-uVJZpE1rs6 .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-uVJZpE1rs6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVJZpE1rs6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVJZpE1rs6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVJZpE1rs6 .navbar-nav {
    margin: 0;
  }
}
.cid-uVJZpE1rs6 .dropdown-menu,
.cid-uVJZpE1rs6 .navbar.opened {
  background-color: false !important;
}
.cid-uVJZpE1rs6 .nav-item:focus,
.cid-uVJZpE1rs6 .nav-link:focus {
  outline: none;
}
.cid-uVJZpE1rs6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVJZpE1rs6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVJZpE1rs6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVJZpE1rs6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVJZpE1rs6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVJZpE1rs6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVJZpE1rs6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVJZpE1rs6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVJZpE1rs6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVJZpE1rs6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVJZpE1rs6 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uVJZpE1rs6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uVJZpE1rs6 .navbar.collapsed {
  justify-content: center;
}
.cid-uVJZpE1rs6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVJZpE1rs6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVJZpE1rs6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVJZpE1rs6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVJZpE1rs6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVJZpE1rs6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVJZpE1rs6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVJZpE1rs6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVJZpE1rs6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uVJZpE1rs6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVJZpE1rs6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVJZpE1rs6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVJZpE1rs6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVJZpE1rs6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVJZpE1rs6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVJZpE1rs6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVJZpE1rs6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVJZpE1rs6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVJZpE1rs6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVJZpE1rs6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVJZpE1rs6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVJZpE1rs6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVJZpE1rs6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVJZpE1rs6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVJZpE1rs6 .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-uVJZpE1rs6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVJZpE1rs6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVJZpE1rs6 .dropdown-item.active,
.cid-uVJZpE1rs6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVJZpE1rs6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uVJZpE1rs6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVJZpE1rs6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVJZpE1rs6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVJZpE1rs6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVJZpE1rs6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVJZpE1rs6 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: #ff5753;
}
.cid-uVJZpE1rs6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVJZpE1rs6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVJZpE1rs6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVJZpE1rs6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVJZpE1rs6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVJZpE1rs6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVJZpE1rs6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVJZpE1rs6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVJZpE1rs6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVJZpE1rs6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVJZpE1rs6 .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-uVJZpE1rs6 .navbar {
    height: 70px;
  }
  .cid-uVJZpE1rs6 .navbar.opened {
    height: auto;
  }
  .cid-uVJZpE1rs6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVJZpE1rs6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uVJZpE1rs6 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uVJZpE1rs6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVJZpE1rs6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uVJZpE1rs6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uVJZpE1rs6 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-uVJZpE1rs6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVJZpE1rs6 .text_widget {
  margin-bottom: 32px;
}
.cid-uVJZpE1rs6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVJZpE1rs6 .text_widget a:hover,
.cid-uVJZpE1rs6 .text_widget a:focus {
  opacity: .8;
}
.cid-uVJZpE1rs6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVJZpE1rs6 .navbar-caption {
  color: #000000;
}
.cid-uVJZpE1rs6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVJZpE1rs6 .mbr-section-subtitle,
.cid-uVJZpE1rs6 .text_widget,
.cid-uVJZpE1rs6 .mbr-section-btn {
  text-align: center;
}
.cid-uVJZpE1rs6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVJZpEpFnu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f3f4;
}
.cid-uVJZpEpFnu .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uVJZpEpFnu .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-uVJZpEpFnu .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uVJZpEpFnu .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uVJZpEpFnu ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uVJZpEpFnu li::marker {
  color: #fedb01;
  width: 10px;
}
.cid-uVJZpEpFnu li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uVJZpEpFnu img {
  width: 90%;
}
.cid-uVJZpEpFnu .gray {
  background-color: #eb312c;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uVJZpEpFnu .b {
  max-width: 598px;
}
.cid-uVJZpEpFnu .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uVJZpEpFnu .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uVJZpEpFnu .t {
    padding-top: 90px;
  }
  .cid-uVJZpEpFnu .b {
    max-width: initial;
  }
  .cid-uVJZpEpFnu .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uVJZpEpFnu .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uVJZpEpFnu .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uVJZpEpFnu .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uVJZpEpFnu .btn {
  margin-top: 20px;
}
.cid-uVJZpEpFnu .row {
  flex-direction: row-reverse;
}
.cid-uVJZpEpFnu .t {
  max-width: 542px;
}
.cid-uVJZpEpFnu .mbr-text,
.cid-uVJZpEpFnu .button-align,
.cid-uVJZpEpFnu .list {
  color: #222222;
}
.cid-uVJZpECO7N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2e7f8;
}
.cid-uVJZpECO7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJZpECO7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVJZpECO7N .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uVJZpECO7N .container {
    padding: 10px 8px;
  }
}
.cid-uVJZpECO7N .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uVJZpECO7N .row {
    padding: 50px 2px 34px;
  }
}
.cid-uVJZpECO7N .card {
  padding: 0 8px;
}
.cid-uVJZpECO7N .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uVJZpECO7N .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVJZpECO7N .card {
    margin-bottom: 16px;
  }
}
.cid-uVJZpECO7N .card .item {
  margin-bottom: 16px;
}
.cid-uVJZpECO7N .card .item:last-child {
  margin-bottom: 0;
}
.cid-uVJZpECO7N .card .item .item-wrapper {
  background-color: #eeeeee;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uVJZpECO7N .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uVJZpECO7N .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uVJZpECO7N .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-uVJZpECO7N .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-uVJZpECO7N .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-uVJZpECO7N .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-uVJZpECO7N .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uVJZpECO7N .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uVJZpECO7N .card-text {
  color: #222222;
}
.cid-uVJZpECO7N .card-name {
  color: #222222;
}
.cid-uVJZpECO7N .card-role {
  color: #000000;
}
.cid-uVJZpEWoAZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
.cid-uVJZpEWoAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJZpEWoAZ .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-uVJZpEWoAZ .container {
    padding: 0 22px;
  }
}
.cid-uVJZpEWoAZ .row {
  justify-content: space-between;
}
.cid-uVJZpEWoAZ .row .card {
  justify-content: center;
}
.cid-uVJZpEWoAZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVJZpEWoAZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uVJZpEWoAZ .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uVJZpEWoAZ .image-wrapper {
  position: relative;
}
.cid-uVJZpEWoAZ .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uVJZpEWoAZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uVJZpEWoAZ .mbr-section-title {
  color: #000000;
}
.cid-uVJZpEWoAZ .mbr-desc {
  color: #000000;
}
.cid-uVJZpEWoAZ .mbr-text {
  color: #635d60;
}
.cid-uVJZpF8YvH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVJZpF8YvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJZpF8YvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVJZpF8YvH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uVJZpF8YvH .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uVJZpF8YvH .container {
    padding: 0 22px;
  }
}
.cid-uVJZpF8YvH .row {
  justify-content: space-between;
}
.cid-uVJZpF8YvH .content-wrapper {
  margin-bottom: 32px;
}
.cid-uVJZpF8YvH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVJZpF8YvH .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVJZpF8YvH .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVJZpF8YvH .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uVJZpF8YvH .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVJZpF8YvH .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVJZpF8YvH .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uVJZpF8YvH .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uVJZpF8YvH .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVJZpF8YvH .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uVJZpF8YvH .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVJZpF8YvH .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uVJZpF8YvH .copy-wrapper {
    display: block;
  }
}
.cid-uVJZpF8YvH .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVJZpF8YvH .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVJZpF8YvH .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVJZpF8YvH .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uVJZpF8YvH .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uVJZpF8YvH .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVJZpF8YvH .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVJZpF8YvH .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-uVJZpF8YvH .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVJZpF8YvH .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVJZpF8YvH .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uVJZpF8YvH .mbr-section-title {
  color: #ff5753;
}
.cid-uVJZpF8YvH .mbr-text {
  color: #ffffff;
}
.cid-uVJZpF8YvH .list {
  color: #635d60;
}
.cid-uVJZpF8YvH .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uVJZpF8YvH .mbr-copy,
.cid-uVJZpF8YvH .social-wrapper {
  text-align: center;
}
.cid-uVJZpF8YvH .mbr-section-title,
.cid-uVJZpF8YvH .mbr-section-btn {
  color: #ffffff;
}
.cid-uVJZpF8YvH .list,
.cid-uVJZpF8YvH .item-wrap {
  color: #eb312c;
}
.cid-uVK1Gy9nOS {
  background-color: transparent;
}
.cid-uVK1Gy9nOS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uVK1Gy9nOS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVK1Gy9nOS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVK1Gy9nOS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVK1Gy9nOS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVK1Gy9nOS .menu_box .navbar.opened,
  .cid-uVK1Gy9nOS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVK1Gy9nOS .navbar-dropdown {
  position: relative !important;
}
.cid-uVK1Gy9nOS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uVK1Gy9nOS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVK1Gy9nOS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVK1Gy9nOS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVK1Gy9nOS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVK1Gy9nOS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uVK1Gy9nOS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVK1Gy9nOS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVK1Gy9nOS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVK1Gy9nOS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVK1Gy9nOS .offcanvas-body .mbr-text,
  .cid-uVK1Gy9nOS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uVK1Gy9nOS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uVK1Gy9nOS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVK1Gy9nOS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVK1Gy9nOS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVK1Gy9nOS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVK1Gy9nOS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVK1Gy9nOS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVK1Gy9nOS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVK1Gy9nOS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVK1Gy9nOS .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-uVK1Gy9nOS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVK1Gy9nOS 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-uVK1Gy9nOS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uVK1Gy9nOS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uVK1Gy9nOS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVK1Gy9nOS .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uVK1Gy9nOS .nav-item {
    margin: 0 !important;
  }
}
.cid-uVK1Gy9nOS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uVK1Gy9nOS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVK1Gy9nOS .nav-item .nav-link:hover::before,
.cid-uVK1Gy9nOS .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uVK1Gy9nOS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVK1Gy9nOS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVK1Gy9nOS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVK1Gy9nOS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVK1Gy9nOS .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-uVK1Gy9nOS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVK1Gy9nOS .offcanvas_box {
    display: none;
  }
}
.cid-uVK1Gy9nOS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVK1Gy9nOS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVK1Gy9nOS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVK1Gy9nOS .container {
  display: flex;
  margin: auto;
}
.cid-uVK1Gy9nOS .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-uVK1Gy9nOS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVK1Gy9nOS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVK1Gy9nOS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVK1Gy9nOS .navbar-nav {
    margin: 0;
  }
}
.cid-uVK1Gy9nOS .dropdown-menu,
.cid-uVK1Gy9nOS .navbar.opened {
  background-color: false !important;
}
.cid-uVK1Gy9nOS .nav-item:focus,
.cid-uVK1Gy9nOS .nav-link:focus {
  outline: none;
}
.cid-uVK1Gy9nOS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVK1Gy9nOS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVK1Gy9nOS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVK1Gy9nOS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVK1Gy9nOS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVK1Gy9nOS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVK1Gy9nOS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVK1Gy9nOS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVK1Gy9nOS .navbar.opened {
  transition: all 0.3s;
}
.cid-uVK1Gy9nOS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVK1Gy9nOS .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uVK1Gy9nOS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uVK1Gy9nOS .navbar.collapsed {
  justify-content: center;
}
.cid-uVK1Gy9nOS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVK1Gy9nOS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVK1Gy9nOS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVK1Gy9nOS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVK1Gy9nOS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVK1Gy9nOS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVK1Gy9nOS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVK1Gy9nOS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVK1Gy9nOS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uVK1Gy9nOS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVK1Gy9nOS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVK1Gy9nOS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVK1Gy9nOS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVK1Gy9nOS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVK1Gy9nOS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVK1Gy9nOS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVK1Gy9nOS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVK1Gy9nOS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVK1Gy9nOS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVK1Gy9nOS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVK1Gy9nOS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVK1Gy9nOS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVK1Gy9nOS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVK1Gy9nOS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVK1Gy9nOS .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-uVK1Gy9nOS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVK1Gy9nOS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVK1Gy9nOS .dropdown-item.active,
.cid-uVK1Gy9nOS .dropdown-item:active {
  background-color: transparent;
}
.cid-uVK1Gy9nOS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uVK1Gy9nOS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVK1Gy9nOS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVK1Gy9nOS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVK1Gy9nOS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVK1Gy9nOS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVK1Gy9nOS 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: #ff5753;
}
.cid-uVK1Gy9nOS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVK1Gy9nOS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVK1Gy9nOS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVK1Gy9nOS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVK1Gy9nOS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVK1Gy9nOS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVK1Gy9nOS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVK1Gy9nOS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVK1Gy9nOS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVK1Gy9nOS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVK1Gy9nOS .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-uVK1Gy9nOS .navbar {
    height: 70px;
  }
  .cid-uVK1Gy9nOS .navbar.opened {
    height: auto;
  }
  .cid-uVK1Gy9nOS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVK1Gy9nOS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uVK1Gy9nOS .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uVK1Gy9nOS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVK1Gy9nOS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uVK1Gy9nOS .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uVK1Gy9nOS .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-uVK1Gy9nOS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVK1Gy9nOS .text_widget {
  margin-bottom: 32px;
}
.cid-uVK1Gy9nOS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVK1Gy9nOS .text_widget a:hover,
.cid-uVK1Gy9nOS .text_widget a:focus {
  opacity: .8;
}
.cid-uVK1Gy9nOS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVK1Gy9nOS .navbar-caption {
  color: #000000;
}
.cid-uVK1Gy9nOS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVK1Gy9nOS .mbr-section-subtitle,
.cid-uVK1Gy9nOS .text_widget,
.cid-uVK1Gy9nOS .mbr-section-btn {
  text-align: center;
}
.cid-uVK1Gy9nOS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVK1Gyx7CI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pic-background-slider-small-432x154.png");
}
.cid-uVK1Gyx7CI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVK1Gyx7CI .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-uVK1Gyx7CI .container {
    padding: 0 22px;
  }
}
.cid-uVK1Gyx7CI .content-wrapper {
  padding-bottom: 10%;
}
.cid-uVK1Gyx7CI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVK1Gyx7CI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVK1Gyx7CI .mbr-section-title {
  color: #ffffff;
}
.cid-uVK1Gyx7CI .mbr-text {
  color: #ffffff;
}
.cid-uVK1GyKI8V {
  background-color: #f4f3f4;
}
.cid-uVK1GyKI8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVK1GyKI8V .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-uVK1GyKI8V .container {
    padding: 0 22px;
  }
}
.cid-uVK1GyKI8V .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-uVK1GyKI8V .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-uVK1GyKI8V .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #eb312c;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-uVK1GyKI8V .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-uVK1GyKI8V .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVK1GyKI8V .image-wrapper {
  margin-bottom: 12px;
}
.cid-uVK1GyKI8V .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVK1GyKI8V .image-wrapper img {
    height: 350px;
  }
}
.cid-uVK1GyKI8V .image-wrap {
  margin-bottom: 12px;
}
.cid-uVK1GyKI8V .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uVK1GyKI8V .image-wrap img {
    height: 350px;
  }
}
.cid-uVK1GyKI8V .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-uVK1GyKI8V .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uVK1GyKI8V .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uVK1GyKI8V .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVK1GyKI8V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVK1GyKI8V .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uVK1GyKI8V .mbr-text {
  color: #000000;
}
.cid-uVK1GyKI8V .mbr-text,
.cid-uVK1GyKI8V .mbr-section-btn {
  text-align: left;
}
.cid-uVK1GyZPQn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVK1GyZPQn img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-uVK1GyZPQn .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-uVK1GyZPQn .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-uVK1GyZPQn .brand:hover {
  transform: translate(0px, -4px);
}
.cid-uVK1GyZPQn .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uVK1GyZPQn .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uVK1GyZPQn .row-main {
    flex-direction: column;
  }
  .cid-uVK1GyZPQn .col-auto {
    margin-bottom: 10px;
  }
  .cid-uVK1GyZPQn .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-uVK1GzeHAf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVK1GzeHAf .item:focus,
.cid-uVK1GzeHAf span:focus {
  outline: none;
}
.cid-uVK1GzeHAf .item-wrapper {
  position: relative;
}
.cid-uVK1GzeHAf .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uVK1GzeHAf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uVK1GzeHAf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uVK1GzeHAf .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uVK1GzeHAf .embla__slide {
    min-width: 375px;
  }
}
.cid-uVK1GzeHAf .embla__button--next,
.cid-uVK1GzeHAf .embla__button--prev {
  display: flex;
}
.cid-uVK1GzeHAf .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVK1GzeHAf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVK1GzeHAf .embla__button:hover {
  background: #ffffff;
  color: #fff;
  transform: scale(1.05);
}
.cid-uVK1GzeHAf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVK1GzeHAf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVK1GzeHAf .embla__button {
    top: auto;
  }
}
.cid-uVK1GzeHAf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVK1GzeHAf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVK1GzeHAf .embla {
  position: relative;
  width: 100%;
}
.cid-uVK1GzeHAf .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uVK1GzeHAf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVK1GzeHAf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVK1GzeHAf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVK1GzeHAf .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-uVK1GzeHAf .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uVK1GzeHAf .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-uVK1GzeHAf .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVK1GzeHAf .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVK1GzeHAf .shadow:hover .number,
.cid-uVK1GzeHAf .shadow:hover .card-title {
  color: #ffffff !important;
}
.cid-uVK1GzeHAf .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-uVK1GzeHAf .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-uVK1GzeHAf .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-uVK1GzeHAf .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uVK1GzeHAf H3 {
  color: #1d1d1f;
}
.cid-uVK1GzeHAf .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-uVK1GzeHAf .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uVK1GzeHAf .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uVK1GzeHAf .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uVK1GzeHAf .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uVK1GzeHAf .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uVK1GzeHAf .people {
  align-items: center;
}
.cid-uVK1GzeHAf img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVK1GzeHAf .row.title-block {
    flex-direction: column;
  }
  .cid-uVK1GzeHAf .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uVK1GzeHAf .mbr-section-title {
    text-align: center;
  }
}
.cid-uVK1GzeHAf .card-subtitle,
.cid-uVK1GzeHAf .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-uVK1GzeHAf .people {
    flex-direction: column;
  }
  .cid-uVK1GzeHAf .card-text,
  .cid-uVK1GzeHAf .align,
  .cid-uVK1GzeHAf .iconfont-wrapper {
    text-align: center;
  }
  .cid-uVK1GzeHAf img {
    margin-bottom: 20px !important;
  }
}
.cid-uVK1GzeHAf .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-uVK1GzeHAf .button-align {
    margin-top: 20px;
  }
}
.cid-uVK1GzeHAf .btn {
  margin-top: 20px;
}
.cid-uVK1GzeHAf a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVK1GzeHAf .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uVK1GzeHAf .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uVK1GzH8oW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVK1GzH8oW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVK1GzH8oW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVK1GzH8oW .container-fluid {
  padding: 0;
}
.cid-uVK1GzH8oW .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uVK1GzH8oW .row {
    padding: 0 12px;
  }
}
.cid-uVK1GzH8oW .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #ebeced;
}
.cid-uVK1GzH8oW .title-wrapper {
  width: 100%;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uVK1GzH8oW .title-wrapper {
    padding: 29px 12px 29px;
  }
}
.cid-uVK1GzH8oW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  letter-spacing: .5rem;
}
.cid-uVK1GzH8oW .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVK1GzH8oW .image-wrapper {
    padding: 0 12px;
  }
}
.cid-uVK1GzH8oW .image-wrapper .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVK1GzH8oW .image-wrapper .img {
    height: 300px;
  }
}
.cid-uVK1GzH8oW .mbr-section-title {
  color: #1c314e;
  text-align: center;
}
.cid-uVK1GzZKRP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f3f4;
}
.cid-uVK1GzZKRP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uVK1GzZKRP .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uVK1GzZKRP .container {
    padding: 0 22px;
  }
}
.cid-uVK1GzZKRP .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVK1GzZKRP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVK1GzZKRP .image-wrapper img {
  height: 415px;
  object-fit: cover;
}
.cid-uVK1GzZKRP .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uVK1GzZKRP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uVK1GzZKRP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-uVK1GzZKRP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVK1GzZKRP .embla__slide .slide-content .item-content .item-date {
  margin-bottom: 16px;
}
.cid-uVK1GzZKRP .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uVK1GzZKRP .embla__button--next,
.cid-uVK1GzZKRP .embla__button--prev {
  display: flex;
}
.cid-uVK1GzZKRP .embla__button {
  top: -4.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uVK1GzZKRP .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uVK1GzZKRP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVK1GzZKRP .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uVK1GzZKRP .embla__button.embla__button--prev {
  right: 5rem;
}
.cid-uVK1GzZKRP .embla__button.embla__button--next {
  right: 0;
}
.cid-uVK1GzZKRP .embla {
  position: relative;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-uVK1GzZKRP .embla {
    padding-bottom: 2rem;
  }
}
.cid-uVK1GzZKRP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVK1GzZKRP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVK1GzZKRP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVK1GzZKRP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVK1GzZKRP .mbr-section-title {
  color: #000000;
}
.cid-uVK1GzZKRP .item-date {
  color: #000000;
}
.cid-uVK1GzZKRP .item-desc {
  color: #000000;
  text-align: left;
}
.cid-uVK1GAkiz8 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #eeeeee;
}
.cid-uVK1GAkiz8 .mbr-media {
  position: relative;
}
.cid-uVK1GAkiz8 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uVK1GAkiz8 a:hover {
  background-image: none !important;
}
.cid-uVK1GAkiz8 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uVK1GAkiz8 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uVK1GAkiz8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uVK1GAkiz8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uVK1GAkiz8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uVK1GAkiz8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVK1GAkiz8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVK1GAkiz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVK1GAkiz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVK1GAkiz8 .content-head {
  max-width: 800px;
}
.cid-uVK1GAkiz8 .mbr-section-title {
  color: #291f1e;
}
.cid-uVK1GANmhw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVK1GANmhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVK1GANmhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVK1GANmhw .card-wrapper {
  padding: 100px 120px;
  background-color: #f2f1f3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uVK1GANmhw .card-wrapper {
    padding: 100px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVK1GANmhw .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uVK1GANmhw .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uVK1GANmhw .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uVK1GANmhw .card-wrapper .content-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVK1GANmhw .card-wrapper .content-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVK1GANmhw .card-wrapper .content-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 52px;
  color: #19171c;
}
.cid-uVK1GANmhw .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVK1GANmhw .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVK1GANmhw .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVK1GANmhw .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVK1GANmhw .card-wrapper .image-wrapper {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uVK1GANmhw .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uVK1GANmhw .card-wrapper .image-wrapper img {
  height: 300px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uVK1GANmhw .card-wrapper .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uVK1GANmhw .mbr-section-title {
  color: #19171c;
}
.cid-uVK1GANmhw .mbr-text,
.cid-uVK1GANmhw .text-wrapper {
  color: #19171c;
}
.cid-uVK1GB5RQl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVK1GB5RQl img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uVK1GB5RQl img {
    width: 100%;
  }
}
.cid-uVK1GB5RQl .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVK1GB5RQl .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-uVK1GB5RQl .icon1 {
  color: #eb312c;
}
.cid-uVK1GB5RQl .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVK1GB5RQl .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uVK1GB5RQl .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-uVK1GB5RQl .card-text {
  color: #777777;
}
.cid-uVK1GB5RQl .mbr-section-subtitle {
  color: #777777;
}
.cid-uVK1GB5RQl .mbr-text,
.cid-uVK1GB5RQl .mbr-section-btn {
  color: #777777;
}
.cid-uVK1GBoHrZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-uVK1GBoHrZ .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uVK1GBoHrZ img {
  width: 100%;
  border-radius: 10px;
}
.cid-uVK1GBoHrZ .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uVK1GBoHrZ .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVK1GBoHrZ .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uVK1GBoHrZ img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uVK1GBoHrZ .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uVK1GBoHrZ img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uVK1GBoHrZ img {
    width: 100%;
  }
}
.cid-uVK1GBoHrZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uVK1GBoHrZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uVK1GBoHrZ .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb312c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uVK1GBoHrZ .mbr-text,
.cid-uVK1GBoHrZ .mbr-section-btn {
  color: #464646;
}
.cid-uVK1GBoHrZ .mbr-section-subtitle {
  color: #777777;
}
.cid-uVK1GBHb76 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVK1GBHb76 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uVK1GBHb76 img {
    width: 100%;
  }
}
.cid-uVK1GBHb76 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVK1GBHb76 .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-uVK1GBHb76 .icon1 {
  color: #eb312c;
}
.cid-uVK1GBHb76 .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVK1GBHb76 .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uVK1GBHb76 .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-uVK1GBHb76 .card-text {
  color: #777777;
}
.cid-uVK1GBHb76 .mbr-section-subtitle {
  color: #777777;
}
.cid-uVK1GBHb76 .mbr-text,
.cid-uVK1GBHb76 .mbr-section-btn {
  color: #777777;
}
.cid-uVK1GCba3w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
@media (max-width: 992px) {
  .cid-uVK1GCba3w .container {
    padding: 0 22px;
  }
}
.cid-uVK1GCba3w .row {
  justify-content: space-between;
}
.cid-uVK1GCba3w .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uVK1GCba3w .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uVK1GCba3w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 880px;
  max-width: 880px;
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-uVK1GCba3w .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVK1GCba3w .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uVK1GCba3w .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  background-color: #292325;
  border-radius: 16px !important;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-uVK1GCba3w .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVK1GCba3w .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uVK1GCba3w .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVK1GCba3w .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uVK1GCba3w .embla__slide .slide-content .item-wrapper .item-content {
  padding: 16px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVK1GCba3w .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0;
  }
}
.cid-uVK1GCba3w .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uVK1GCba3w .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uVK1GCba3w .embla__button--next,
.cid-uVK1GCba3w .embla__button--prev {
  display: flex;
}
.cid-uVK1GCba3w .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-uVK1GCba3w .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uVK1GCba3w .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uVK1GCba3w .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uVK1GCba3w .embla__button.embla__button--next {
  right: 0;
}
.cid-uVK1GCba3w .embla {
  position: relative;
  width: 100%;
}
.cid-uVK1GCba3w .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVK1GCba3w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVK1GCba3w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVK1GCba3w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVK1GCba3w .mbr-section-title {
  color: #000000;
}
.cid-uVK1GCba3w .item-title {
  color: #ffffff;
}
.cid-uVK1GCba3w .item-text {
  color: #d4d3d3;
}
.cid-uVK1GCCIkY {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uVK1GCCIkY img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  left: auto;
  right: -200px;
}
.cid-uVK1GCCIkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVK1GCCIkY .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-uVK1GCCIkY .container {
    padding: 0 22px;
  }
}
.cid-uVK1GCCIkY .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-uVK1GCCIkY .row .card,
.cid-uVK1GCCIkY .row .item {
  padding: 0 6px;
}
.cid-uVK1GCCIkY .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVK1GCCIkY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVK1GCCIkY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-uVK1GCCIkY .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uVK1GCCIkY .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #eb312c;
}
.cid-uVK1GCCIkY .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uVK1GCCIkY .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVK1GCCIkY .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uVK1GCCIkY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVK1GCCIkY .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uVK1GCCIkY .mbr-section-title {
  color: #000000;
}
.cid-uVK1GCCIkY .mbr-desc {
  color: #000000;
}
.cid-uVK1GCCIkY .card-title {
  color: #000000;
}
.cid-uVK1GCCIkY .card-text {
  color: #8a8588;
}
.cid-uVK1GD23Ij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVK1GD23Ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVK1GD23Ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVK1GD23Ij .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uVK1GD23Ij .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uVK1GD23Ij .container {
    padding: 0 22px;
  }
}
.cid-uVK1GD23Ij .row {
  justify-content: space-between;
}
.cid-uVK1GD23Ij .content-wrapper {
  margin-bottom: 32px;
}
.cid-uVK1GD23Ij .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVK1GD23Ij .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVK1GD23Ij .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVK1GD23Ij .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uVK1GD23Ij .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVK1GD23Ij .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVK1GD23Ij .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uVK1GD23Ij .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uVK1GD23Ij .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVK1GD23Ij .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uVK1GD23Ij .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVK1GD23Ij .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uVK1GD23Ij .copy-wrapper {
    display: block;
  }
}
.cid-uVK1GD23Ij .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVK1GD23Ij .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVK1GD23Ij .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVK1GD23Ij .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uVK1GD23Ij .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uVK1GD23Ij .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVK1GD23Ij .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVK1GD23Ij .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eb312c;
}
.cid-uVK1GD23Ij .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVK1GD23Ij .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVK1GD23Ij .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uVK1GD23Ij .mbr-section-title {
  color: #ff5753;
}
.cid-uVK1GD23Ij .mbr-text {
  color: #ffffff;
}
.cid-uVK1GD23Ij .list {
  color: #635d60;
}
.cid-uVK1GD23Ij .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uVK1GD23Ij .mbr-copy,
.cid-uVK1GD23Ij .social-wrapper {
  text-align: center;
}
.cid-uVK1GD23Ij .mbr-section-title,
.cid-uVK1GD23Ij .mbr-section-btn {
  color: #ffffff;
}
.cid-uVK1GD23Ij .list,
.cid-uVK1GD23Ij .item-wrap {
  color: #eb312c;
}
