.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: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 8.6rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 10.75rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.8125rem;
}
/* ---- 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: 6.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.02rem;
    font-size: calc( 3.66rem + (8.6 - 3.66) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.66rem + (8.6 - 3.66) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #000000 !important;
}
.bg-success {
  background-color: #27232c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #9a9a9a !important;
}
.bg-danger {
  background-color: #454545 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #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: #27232c !important;
  border-color: #27232c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #5f5f5f !important;
  border-color: #5f5f5f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5f5f5f !important;
  border-color: #5f5f5f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #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: #27232c;
  color: #27232c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27232c !important;
  border-color: #27232c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9a9a9a;
  color: #9a9a9a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6f6f6f !important;
  background-color: transparent !important;
  border-color: #6f6f6f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #454545;
  color: #454545;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1a1a1a !important;
  background-color: transparent !important;
  border-color: #1a1a1a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #27232c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #9a9a9a !important;
}
.text-danger {
  color: #454545 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #676767 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #121212 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #9a9a9a;
}
.alert-danger {
  background-color: #454545;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dad6de;
}
.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: #dadada;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b8b8b8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.8125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.8125rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 48px;
  border-radius: 0 !important;
  font-weight: 600 !important;
  transition: all 0.5s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 0 -100px 100px #9a9a9a;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #000000 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 0 -100px 100px #ffffff;
}
.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;
  position: relative;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #27232c;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #9a9a9a;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #454545;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-uoiX0ddk9l .navbar-dropdown {
  position: relative !important;
}
.cid-uoiX0ddk9l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoiX0ddk9l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoiX0ddk9l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoiX0ddk9l .dropdown-item:hover,
.cid-uoiX0ddk9l .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uoiX0ddk9l .dropdown-item:hover span {
  color: white;
}
.cid-uoiX0ddk9l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoiX0ddk9l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoiX0ddk9l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoiX0ddk9l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoiX0ddk9l .nav-link {
  position: relative;
}
.cid-uoiX0ddk9l .container {
  display: flex;
  margin: auto;
}
.cid-uoiX0ddk9l .dropdown-menu,
.cid-uoiX0ddk9l .navbar.opened {
  background: #ffffff !important;
}
.cid-uoiX0ddk9l .nav-item:focus,
.cid-uoiX0ddk9l .nav-link:focus {
  outline: none;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoiX0ddk9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoiX0ddk9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoiX0ddk9l .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uoiX0ddk9l .navbar.opened {
  transition: all 0.3s;
}
.cid-uoiX0ddk9l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoiX0ddk9l .navbar .navbar-logo img {
  width: auto;
}
.cid-uoiX0ddk9l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoiX0ddk9l .navbar.collapsed {
  justify-content: center;
}
.cid-uoiX0ddk9l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoiX0ddk9l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoiX0ddk9l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoiX0ddk9l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoiX0ddk9l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoiX0ddk9l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoiX0ddk9l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoiX0ddk9l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoiX0ddk9l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoiX0ddk9l .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uoiX0ddk9l .navbar.navbar-short {
  min-height: auto;
}
.cid-uoiX0ddk9l .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uoiX0ddk9l .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uoiX0ddk9l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uoiX0ddk9l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uoiX0ddk9l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoiX0ddk9l .dropdown-item.active,
.cid-uoiX0ddk9l .dropdown-item:active {
  background-color: transparent;
}
.cid-uoiX0ddk9l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoiX0ddk9l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoiX0ddk9l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoiX0ddk9l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoiX0ddk9l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoiX0ddk9l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoiX0ddk9l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoiX0ddk9l button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uoiX0ddk9l button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  transition: .2s transform;
}
.cid-uoiX0ddk9l button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-uoiX0ddk9l button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uoiX0ddk9l button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uoiX0ddk9l button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uoiX0ddk9l nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uoiX0ddk9l .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoiX0ddk9l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoiX0ddk9l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoiX0ddk9l .navbar {
    height: 70px;
  }
  .cid-uoiX0ddk9l .navbar.opened {
    height: auto;
  }
  .cid-uoiX0ddk9l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoiX0ddk9l .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uoiX0ddk9l .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uoiX0ddk9l .social-list {
    justify-content: flex-start;
  }
}
.cid-uoiX0ddk9l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uoiX0ddk9l .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uoiX0ddk9l .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uoiX0ddk9l .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uoiX0ddk9l .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uoiX0ddk9l .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uoiX0ddk9l .navbar-buttons .btn {
  margin: 0;
}
.cid-uoiX0ddk9l .navbar-collapse {
  width: 80%;
}
.cid-uoiX0ddk9l .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
.cid-uoiX0ddk9l .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  column-gap: 0;
  align-items: center;
}
.cid-uoiX0ddk9l .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  width: auto;
}
.cid-uoiX0ddk9l .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
.cid-uoiX0ddk9l .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uoiX0ddk9l .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: center !important;
}
.cid-uoiX0ddk9l .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-uoiX0ddk9l .navbar-collapse .nav-link {
  justify-content: center !important;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 0 10px !important;
  font-size: 90px !important;
  line-height: 1 !important;
  transition: .3s  all;
}
@media (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
.cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
.cid-uoiX0ddk9l .navbar-buttons {
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uoiX0ddk9l .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uoiX0ddk9l .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uoiX0ddk9l .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uoiX0ddk9l .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uoiX0ddk9l .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uoiX0ddk9l .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uoiX0ddk9l .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uoiX0ddk9l .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
    color: #000000 !important;
  }
  .cid-uoiX0ddk9l .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uoiX0ddk9l .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uooTfZyoUs {
  background-color: #ffffff;
}
.cid-uooTfZyoUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooTfZyoUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooTfZyoUs .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uooTfZyoUs .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uooTfZyoUs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uooTfZyoUs .container {
    padding: 0 20px;
  }
}
.cid-uooTfZyoUs .row {
  justify-content: space-between;
}
.cid-uooTfZyoUs .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uooTfZyoUs .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uooTfZyoUs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uooTfZyoUs .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uooTfZyoUs .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uooTfZyoUs .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uooTfZyoUs .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uooTfZyoUs .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uooTfZyoUs .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uooTfZyoUs .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uooTfZyoUs .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uooTfZyoUs .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uooTfZyoUs .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uooTfZyoUs .image-wrapper img {
    height: 450px;
  }
}
.cid-uooTfZyoUs .mbr-section-title {
  color: #000000;
}
.cid-uooTfZyoUs .mbr-link {
  color: #000000;
}
.cid-uooTfZyoUs .mbr-desc {
  color: #000000;
}
.cid-uooTfZyoUs .mbr-text {
  color: #9a9a9a;
}
.cid-uojeN7k33e {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uojeN7k33e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uojeN7k33e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uojeN7k33e .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uojeN7k33e .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uojeN7k33e .container {
    padding: 0 30px;
  }
}
.cid-uojeN7k33e .card {
  justify-content: center;
}
.cid-uojeN7k33e .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uojeN7k33e .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uojeN7k33e .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uojeN7k33e .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uojeN7k33e .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #000000;
  padding-left: 20px;
  height: fit-content;
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uojeN7k33e .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uojeN7k33e .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uojeN7k33e .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uojeN7k33e .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uojeN7k33e .mbr-section-title {
  color: #254b45;
}
.cid-uojeN7k33e .mbr-text {
  color: #000000;
}
.cid-uojeN7k33e .mbr-section-title,
.cid-uojeN7k33e .tabs-wrap {
  color: #000000;
}
.cid-uom8dVW7H5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uom8dVW7H5 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uom8dVW7H5 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uom8dVW7H5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uom8dVW7H5 .container {
    padding: 0 20px;
  }
}
.cid-uom8dVW7H5 .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uom8dVW7H5 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uom8dVW7H5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-uom8dVW7H5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uom8dVW7H5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uom8dVW7H5 .embla__slide .slide-content a {
  width: 100%;
  display: inline-block;
}
.cid-uom8dVW7H5 .embla__slide .slide-content a:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uom8dVW7H5 .embla__slide .slide-content a:focus .item-wrapper .item-img .mbr-iconfont {
  transform: scale(1);
}
.cid-uom8dVW7H5 .embla__slide .slide-content a .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uom8dVW7H5 .embla__slide .slide-content a .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #000000;
  background-color: #fff555;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cid-uom8dVW7H5 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 780px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uom8dVW7H5 .embla__slide .slide-content a .item-wrapper .item-img img {
    min-height: 400px;
  }
}
.cid-uom8dVW7H5 .embla__slide .slide-content a .item-content {
  position: relative;
  z-index: 1;
}
.cid-uom8dVW7H5 .embla__slide .slide-content a .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uom8dVW7H5 .embla__slide .slide-content a .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uom8dVW7H5 .embla__button--next,
.cid-uom8dVW7H5 .embla__button--prev {
  display: flex;
}
.cid-uom8dVW7H5 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uom8dVW7H5 .embla__button:hover {
  opacity: .5 !important;
}
.cid-uom8dVW7H5 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uom8dVW7H5 .embla__button.embla__button--next {
  right: 0;
}
.cid-uom8dVW7H5 .embla {
  position: relative;
  width: 100%;
}
.cid-uom8dVW7H5 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uom8dVW7H5 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uom8dVW7H5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uom8dVW7H5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uom8dVW7H5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uom8dVW7H5 .item-title {
  color: #000000;
}
.cid-uom8dVW7H5 .item-desc {
  color: #9a9a9a;
}
.cid-uojAGQsik0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uojAGQsik0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uojAGQsik0 .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-uojAGQsik0 .container {
    padding: 0 20px;
  }
}
.cid-uojAGQsik0 .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uojAGQsik0 .row .card {
  padding: 0 10px;
}
.cid-uojAGQsik0 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uojAGQsik0 .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uojAGQsik0 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uojAGQsik0 .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uojAGQsik0 .item {
    margin-bottom: 40px;
  }
}
.cid-uojAGQsik0 .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uojAGQsik0 .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uojAGQsik0 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uojAGQsik0 .mbr-section-title {
  color: #000000;
}
.cid-uojAGQsik0 .card-number {
  color: #000000;
}
.cid-uojAGQsik0 .card-title {
  color: #000000;
}
.cid-uojAGQsik0 .card-text {
  color: #9a9a9a;
}
.cid-uous5LQqHG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uous5LQqHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uous5LQqHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uous5LQqHG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uous5LQqHG .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uous5LQqHG .container {
    padding: 0 15px;
  }
}
.cid-uous5LQqHG .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uous5LQqHG .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uous5LQqHG .content-wrapper {
    padding-right: 0;
  }
}
.cid-uous5LQqHG .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uous5LQqHG .content-wrap {
    display: block;
  }
}
.cid-uous5LQqHG .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uous5LQqHG .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uous5LQqHG .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uous5LQqHG .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uous5LQqHG .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uous5LQqHG .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uous5LQqHG .mbr-section-title {
  color: #000000;
}
.cid-uous5LQqHG .mbr-desc,
.cid-uous5LQqHG .desc-wrapper {
  color: #3f1819;
}
.cid-uous5LQqHG .mbr-text {
  color: #9a9a9a;
}
.cid-uolIO8krJ8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uolIO8krJ8 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uolIO8krJ8 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uolIO8krJ8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uolIO8krJ8 .container {
    padding: 0 20px;
  }
}
.cid-uolIO8krJ8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uolIO8krJ8 .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uolIO8krJ8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uolIO8krJ8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uolIO8krJ8 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uolIO8krJ8 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uolIO8krJ8 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uolIO8krJ8 .embla__button--next,
.cid-uolIO8krJ8 .embla__button--prev {
  display: flex;
}
.cid-uolIO8krJ8 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uolIO8krJ8 .embla__button:hover {
  opacity: .5 !important;
}
.cid-uolIO8krJ8 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uolIO8krJ8 .embla__button.embla__button--next {
  right: 0;
}
.cid-uolIO8krJ8 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uolIO8krJ8 .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #dfe6ea;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uolIO8krJ8 .embla::before {
    display: none;
  }
}
.cid-uolIO8krJ8 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uolIO8krJ8 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uolIO8krJ8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uolIO8krJ8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uolIO8krJ8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uousuYBUKS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uousuYBUKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uousuYBUKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uousuYBUKS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uousuYBUKS .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uousuYBUKS .container {
    padding: 0 15px;
  }
}
.cid-uousuYBUKS .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uousuYBUKS .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uousuYBUKS .content-wrapper {
    padding-right: 0;
  }
}
.cid-uousuYBUKS .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uousuYBUKS .content-wrap {
    display: block;
  }
}
.cid-uousuYBUKS .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uousuYBUKS .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uousuYBUKS .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uousuYBUKS .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uousuYBUKS .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uousuYBUKS .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uousuYBUKS .mbr-section-title {
  color: #000000;
}
.cid-uousuYBUKS .mbr-desc,
.cid-uousuYBUKS .desc-wrapper {
  color: #3f1819;
}
.cid-uousuYBUKS .mbr-text {
  color: #9a9a9a;
}
.cid-uolMNblobv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uolMNblobv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolMNblobv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uolMNblobv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uolMNblobv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uolMNblobv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uolMNblobv .container {
    padding: 0 20px;
  }
}
.cid-uolMNblobv .row {
  position: relative;
  margin: 0 -20px;
}
.cid-uolMNblobv .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
.cid-uolMNblobv .item .item-wrapper .item-img {
  height: 1000px;
  position: relative;
  padding: 30px 38px;
}
@media (max-width: 992px) {
  .cid-uolMNblobv .item .item-wrapper .item-img {
    padding: 24px 30px;
    height: 450px;
  }
}
.cid-uolMNblobv .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem !important;
  object-fit: cover;
}
.cid-uolMNblobv .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uolMNblobv .item .item-wrapper .item-img .item-content {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uolMNblobv .item .item-wrapper .item-img .item-content .item-title {
  position: sticky;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}
.cid-uolMNblobv .item-title {
  color: #ffffff;
}
.cid-uousFoGghZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uousFoGghZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uousFoGghZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uousFoGghZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uousFoGghZ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uousFoGghZ .container {
    padding: 0 15px;
  }
}
.cid-uousFoGghZ .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uousFoGghZ .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uousFoGghZ .content-wrapper {
    padding-right: 0;
  }
}
.cid-uousFoGghZ .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uousFoGghZ .content-wrap {
    display: block;
  }
}
.cid-uousFoGghZ .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uousFoGghZ .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uousFoGghZ .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uousFoGghZ .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uousFoGghZ .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uousFoGghZ .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uousFoGghZ .mbr-section-title {
  color: #000000;
}
.cid-uousFoGghZ .mbr-desc,
.cid-uousFoGghZ .desc-wrapper {
  color: #3f1819;
}
.cid-uousFoGghZ .mbr-text {
  color: #9a9a9a;
}
.cid-uolOH7gtLL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uolOH7gtLL .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uolOH7gtLL .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uolOH7gtLL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uolOH7gtLL .container {
    padding: 0 20px;
  }
}
.cid-uolOH7gtLL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uolOH7gtLL .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uolOH7gtLL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uolOH7gtLL .embla__slide .slide-content {
  width: 100%;
}
.cid-uolOH7gtLL .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uolOH7gtLL .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uolOH7gtLL .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uolOH7gtLL .embla__button--next,
.cid-uolOH7gtLL .embla__button--prev {
  display: flex;
}
.cid-uolOH7gtLL .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uolOH7gtLL .embla__button:hover {
  opacity: .5 !important;
}
.cid-uolOH7gtLL .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uolOH7gtLL .embla__button.embla__button--next {
  right: 0;
}
.cid-uolOH7gtLL .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uolOH7gtLL .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #dfe6ea;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uolOH7gtLL .embla::before {
    display: none;
  }
}
.cid-uolOH7gtLL .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uolOH7gtLL .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uolOH7gtLL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uolOH7gtLL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uolOH7gtLL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uolQzbQ5YF {
  background-color: #ffffff;
}
.cid-uolQzbQ5YF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolQzbQ5YF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uolQzbQ5YF .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uolQzbQ5YF .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uolQzbQ5YF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uolQzbQ5YF .container {
    padding: 0 20px;
  }
}
.cid-uolQzbQ5YF .row {
  justify-content: space-between;
}
.cid-uolQzbQ5YF .tab-content {
  margin-bottom: 64px;
}
.cid-uolQzbQ5YF .tab-content .tab-pane .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uolQzbQ5YF .tab-content .tab-pane .content-wrapper .image-wrapper {
    padding: 24px;
    min-height: 500px;
  }
}
.cid-uolQzbQ5YF .tab-content .tab-pane .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uolQzbQ5YF .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 1.2rem;
  background-color: #000000;
  padding: 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uolQzbQ5YF .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
    padding: 24px;
  }
}
.cid-uolQzbQ5YF .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .card-title {
  margin-bottom: 24px;
}
.cid-uolQzbQ5YF .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .text-wrap .card-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
.cid-uolQzbQ5YF .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uolQzbQ5YF .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uolQzbQ5YF .tabs-wrapper .nav.nav-tabs {
  display: inline-block;
  border: none;
  width: 100%;
}
.cid-uolQzbQ5YF .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0;
}
.cid-uolQzbQ5YF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 24px;
  color: #acb3b7;
  padding: 0 0 8px 0;
  border-radius: 0 !important;
  background-color: transparent;
  transition: all .3s ease;
  border: none !important;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uolQzbQ5YF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 16px;
  }
}
.cid-uolQzbQ5YF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #acb3b7;
  transition: all .3s ease;
}
.cid-uolQzbQ5YF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #000000;
  transition: all 1s ease;
}
.cid-uolQzbQ5YF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
}
.cid-uolQzbQ5YF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uolQzbQ5YF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-uolQzbQ5YF .mbr-desc {
  color: #000000;
}
.cid-uolQzbQ5YF .card-title {
  color: #000000;
}
.cid-uolQzbQ5YF .card-text {
  color: #9a9a9a;
}
.cid-uolQzbQ5YF .card-text,
.cid-uolQzbQ5YF .text-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uombPwF7SZ {
  background-color: #ffffff;
}
.cid-uombPwF7SZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uombPwF7SZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uombPwF7SZ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uombPwF7SZ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uombPwF7SZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uombPwF7SZ .container {
    padding: 0 20px;
  }
}
.cid-uombPwF7SZ .row {
  justify-content: space-between;
}
.cid-uombPwF7SZ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uombPwF7SZ .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uombPwF7SZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uombPwF7SZ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uombPwF7SZ .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uombPwF7SZ .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uombPwF7SZ .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uombPwF7SZ .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uombPwF7SZ .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uombPwF7SZ .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uombPwF7SZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uombPwF7SZ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uombPwF7SZ .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uombPwF7SZ .image-wrapper img {
    height: 450px;
  }
}
.cid-uombPwF7SZ .mbr-section-title {
  color: #000000;
}
.cid-uombPwF7SZ .mbr-link {
  color: #000000;
}
.cid-uombPwF7SZ .mbr-desc {
  color: #000000;
}
.cid-uombPwF7SZ .mbr-text {
  color: #9a9a9a;
}
.cid-uombT6iAa5 {
  background-color: #ffffff;
}
.cid-uombT6iAa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uombT6iAa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uombT6iAa5 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uombT6iAa5 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uombT6iAa5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uombT6iAa5 .container {
    padding: 0 20px;
  }
}
.cid-uombT6iAa5 .row {
  justify-content: space-between;
}
.cid-uombT6iAa5 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uombT6iAa5 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uombT6iAa5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uombT6iAa5 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uombT6iAa5 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uombT6iAa5 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uombT6iAa5 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uombT6iAa5 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uombT6iAa5 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uombT6iAa5 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uombT6iAa5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uombT6iAa5 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uombT6iAa5 .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uombT6iAa5 .image-wrapper img {
    height: 450px;
  }
}
.cid-uombT6iAa5 .mbr-section-title {
  color: #000000;
}
.cid-uombT6iAa5 .mbr-link {
  color: #000000;
}
.cid-uombT6iAa5 .mbr-desc {
  color: #000000;
}
.cid-uombT6iAa5 .mbr-text {
  color: #9a9a9a;
}
.cid-upm4U6QGpj {
  background-color: #ffffff;
}
.cid-upm4U6QGpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upm4U6QGpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upm4U6QGpj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upm4U6QGpj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upm4U6QGpj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upm4U6QGpj .container {
    padding: 0 20px;
  }
}
.cid-upm4U6QGpj .row {
  justify-content: space-between;
}
.cid-upm4U6QGpj .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upm4U6QGpj .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upm4U6QGpj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upm4U6QGpj .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upm4U6QGpj .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-upm4U6QGpj .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-upm4U6QGpj .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upm4U6QGpj .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upm4U6QGpj .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upm4U6QGpj .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upm4U6QGpj .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upm4U6QGpj .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-upm4U6QGpj .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-upm4U6QGpj .image-wrapper img {
    height: 450px;
  }
}
.cid-upm4U6QGpj .mbr-section-title {
  color: #000000;
}
.cid-upm4U6QGpj .mbr-link {
  color: #000000;
}
.cid-upm4U6QGpj .mbr-desc {
  color: #000000;
}
.cid-upm4U6QGpj .mbr-text {
  color: #9a9a9a;
}
.cid-upm5mqCs5Z {
  background-color: #ffffff;
}
.cid-upm5mqCs5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-upm5mqCs5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upm5mqCs5Z .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upm5mqCs5Z .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upm5mqCs5Z .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upm5mqCs5Z .container {
    padding: 0 20px;
  }
}
.cid-upm5mqCs5Z .row {
  justify-content: space-between;
}
.cid-upm5mqCs5Z .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upm5mqCs5Z .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upm5mqCs5Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upm5mqCs5Z .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upm5mqCs5Z .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-upm5mqCs5Z .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-upm5mqCs5Z .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upm5mqCs5Z .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upm5mqCs5Z .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upm5mqCs5Z .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upm5mqCs5Z .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upm5mqCs5Z .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-upm5mqCs5Z .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-upm5mqCs5Z .image-wrapper img {
    height: 450px;
  }
}
.cid-upm5mqCs5Z .mbr-section-title {
  color: #000000;
}
.cid-upm5mqCs5Z .mbr-link {
  color: #000000;
}
.cid-upm5mqCs5Z .mbr-desc {
  color: #000000;
}
.cid-upm5mqCs5Z .mbr-text {
  color: #9a9a9a;
}
.cid-upm67C8Zy7 {
  background-color: #ffffff;
}
.cid-upm67C8Zy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upm67C8Zy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upm67C8Zy7 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upm67C8Zy7 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upm67C8Zy7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upm67C8Zy7 .container {
    padding: 0 20px;
  }
}
.cid-upm67C8Zy7 .row {
  justify-content: space-between;
}
.cid-upm67C8Zy7 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upm67C8Zy7 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upm67C8Zy7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upm67C8Zy7 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upm67C8Zy7 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-upm67C8Zy7 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-upm67C8Zy7 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upm67C8Zy7 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upm67C8Zy7 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upm67C8Zy7 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upm67C8Zy7 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upm67C8Zy7 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-upm67C8Zy7 .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-upm67C8Zy7 .image-wrapper img {
    height: 450px;
  }
}
.cid-upm67C8Zy7 .mbr-section-title {
  color: #000000;
}
.cid-upm67C8Zy7 .mbr-link {
  color: #000000;
}
.cid-upm67C8Zy7 .mbr-desc {
  color: #000000;
}
.cid-upm67C8Zy7 .mbr-text {
  color: #9a9a9a;
}
.cid-uomcMObC2R {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uomcMObC2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomcMObC2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomcMObC2R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uomcMObC2R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uomcMObC2R .container {
    padding: 0 24px;
  }
}
.cid-uomcMObC2R .row {
  justify-content: center;
}
.cid-uomcMObC2R .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uomcMObC2R .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uomcMObC2R .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-uomcMObC2R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uomcMObC2R .mbr-section-title {
  color: #141414;
}
.cid-uomcMObC2R .mbr-text {
  color: #141414;
}
.cid-uolSc5lYxV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uolSc5lYxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolSc5lYxV .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-uolSc5lYxV .container {
    padding: 0 30px;
  }
}
.cid-uolSc5lYxV .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uolSc5lYxV .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uolSc5lYxV .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uolSc5lYxV .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uolSc5lYxV .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #454545 50%, #f7f7f7 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uolSc5lYxV .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uolSc5lYxV .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #000000;
  position: relative;
}
.cid-uolSc5lYxV .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uolSc5lYxV .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uolSc5lYxV .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uolSc5lYxV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uolSc5lYxV .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uolSc5lYxV .mbr-section-title {
  color: #bee0d6;
}
.cid-uolSc5lYxV .mbr-section-title,
.cid-uolSc5lYxV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upOYqWhyHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOYqWhyHn .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upOYqWhyHn .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upOYqWhyHn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upOYqWhyHn .container {
    padding: 0 20px;
  }
}
.cid-upOYqWhyHn .mbr-desc {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upOYqWhyHn .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-upOYqWhyHn .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upOYqWhyHn .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upOYqWhyHn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-upOYqWhyHn .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-upOYqWhyHn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upOYqWhyHn .embla__slide .slide-content {
  width: 100%;
}
.cid-upOYqWhyHn .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-upOYqWhyHn .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-upOYqWhyHn .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-upOYqWhyHn .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-upOYqWhyHn .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-upOYqWhyHn .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .cid-upOYqWhyHn .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-upOYqWhyHn .embla__button--next,
.cid-upOYqWhyHn .embla__button--prev {
  display: flex;
}
.cid-upOYqWhyHn .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-upOYqWhyHn .embla__button {
    display: none;
  }
}
.cid-upOYqWhyHn .embla__button:hover {
  opacity: .5 !important;
}
.cid-upOYqWhyHn .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-upOYqWhyHn .embla__button.embla__button--next {
  right: 0;
}
.cid-upOYqWhyHn .embla {
  position: relative;
  width: 100%;
}
.cid-upOYqWhyHn .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-upOYqWhyHn .embla__viewport {
    overflow: hidden ;
  }
}
.cid-upOYqWhyHn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upOYqWhyHn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upOYqWhyHn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upOYqWhyHn .item-title {
  color: #000000;
}
.cid-uolWxP94wN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uolWxP94wN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolWxP94wN .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-uolWxP94wN .container {
    padding: 0 20px;
  }
}
.cid-uolWxP94wN .row {
  justify-content: center;
}
.cid-uolWxP94wN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uolWxP94wN .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uolWxP94wN .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uolWxP94wN .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uolWxP94wN .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uolWxP94wN .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uolWxP94wN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uolWxP94wN .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uolWxP94wN .nav-wrapper .list .item-wrap:hover,
.cid-uolWxP94wN .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uolWxP94wN .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uolWxP94wN .mbr-text {
  color: #000000;
}
.cid-uolWxP94wN .mbr-list-title {
  color: #000000;
}
.cid-uolWxP94wN .list {
  color: #9a9a9a;
}
.cid-uolWxP94wN .list,
.cid-uolWxP94wN .item-wrap,
.cid-uolWxP94wN .contacts-wrapper {
  color: #9a9a9a;
}
.cid-upunYE0TED .navbar-dropdown {
  position: relative !important;
}
.cid-upunYE0TED .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upunYE0TED .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upunYE0TED .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upunYE0TED .dropdown-item:hover,
.cid-upunYE0TED .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-upunYE0TED .dropdown-item:hover span {
  color: white;
}
.cid-upunYE0TED .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upunYE0TED .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upunYE0TED .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upunYE0TED .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upunYE0TED .nav-link {
  position: relative;
}
.cid-upunYE0TED .container {
  display: flex;
  margin: auto;
}
.cid-upunYE0TED .dropdown-menu,
.cid-upunYE0TED .navbar.opened {
  background: #ffffff !important;
}
.cid-upunYE0TED .nav-item:focus,
.cid-upunYE0TED .nav-link:focus {
  outline: none;
}
.cid-upunYE0TED .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upunYE0TED .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upunYE0TED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upunYE0TED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upunYE0TED .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upunYE0TED .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upunYE0TED .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-upunYE0TED .navbar.opened {
  transition: all 0.3s;
}
.cid-upunYE0TED .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upunYE0TED .navbar .navbar-logo img {
  width: auto;
}
.cid-upunYE0TED .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upunYE0TED .navbar.collapsed {
  justify-content: center;
}
.cid-upunYE0TED .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upunYE0TED .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upunYE0TED .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upunYE0TED .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upunYE0TED .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upunYE0TED .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upunYE0TED .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upunYE0TED .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upunYE0TED .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upunYE0TED .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upunYE0TED .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upunYE0TED .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upunYE0TED .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upunYE0TED .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upunYE0TED .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upunYE0TED .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upunYE0TED .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-upunYE0TED .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-upunYE0TED .navbar.navbar-short {
  min-height: auto;
}
.cid-upunYE0TED .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-upunYE0TED .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-upunYE0TED .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-upunYE0TED .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upunYE0TED .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upunYE0TED .dropdown-item.active,
.cid-upunYE0TED .dropdown-item:active {
  background-color: transparent;
}
.cid-upunYE0TED .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upunYE0TED .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upunYE0TED .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upunYE0TED .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upunYE0TED .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upunYE0TED .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upunYE0TED ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upunYE0TED button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-upunYE0TED button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  transition: .2s transform;
}
.cid-upunYE0TED button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-upunYE0TED button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-upunYE0TED button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-upunYE0TED button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-upunYE0TED nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-upunYE0TED .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upunYE0TED a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upunYE0TED .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upunYE0TED .navbar {
    height: 70px;
  }
  .cid-upunYE0TED .navbar.opened {
    height: auto;
  }
  .cid-upunYE0TED .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upunYE0TED .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-upunYE0TED .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-upunYE0TED .social-list {
    justify-content: flex-start;
  }
}
.cid-upunYE0TED .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-upunYE0TED .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-upunYE0TED .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-upunYE0TED .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-upunYE0TED .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-upunYE0TED .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-upunYE0TED .navbar-buttons .btn {
  margin: 0;
}
.cid-upunYE0TED .navbar-collapse {
  width: 80%;
}
.cid-upunYE0TED .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
.cid-upunYE0TED .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  column-gap: 0;
  align-items: center;
}
.cid-upunYE0TED .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  width: auto;
}
.cid-upunYE0TED .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
.cid-upunYE0TED .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-upunYE0TED .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: center !important;
}
.cid-upunYE0TED .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-upunYE0TED .navbar-collapse .nav-link {
  justify-content: center !important;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 0 10px !important;
  font-size: 90px !important;
  line-height: 1 !important;
  transition: .3s  all;
}
@media (min-width: 768px) {
  .cid-upunYE0TED .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
.cid-upunYE0TED .navbar-collapse .nav-link:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-upunYE0TED .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
.cid-upunYE0TED .navbar-buttons {
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-upunYE0TED .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-upunYE0TED .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-upunYE0TED .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-upunYE0TED .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-upunYE0TED .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-upunYE0TED .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-upunYE0TED .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-upunYE0TED .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-upunYE0TED .navbar-collapse .nav-link:hover {
    color: #000000 !important;
  }
  .cid-upunYE0TED .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upunYE0TED .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upunYE0TED .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-upunYE0TED .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-upunYF9TFa {
  background-color: #ffffff;
}
.cid-upunYF9TFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYF9TFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYF9TFa .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upunYF9TFa .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upunYF9TFa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upunYF9TFa .container {
    padding: 0 20px;
  }
}
.cid-upunYF9TFa .row {
  justify-content: space-between;
}
.cid-upunYF9TFa .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYF9TFa .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upunYF9TFa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYF9TFa .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upunYF9TFa .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-upunYF9TFa .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-upunYF9TFa .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upunYF9TFa .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upunYF9TFa .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upunYF9TFa .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upunYF9TFa .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upunYF9TFa .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-upunYF9TFa .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-upunYF9TFa .image-wrapper img {
    height: 450px;
  }
}
.cid-upunYF9TFa .mbr-section-title {
  color: #000000;
}
.cid-upunYF9TFa .mbr-link {
  color: #000000;
}
.cid-upunYF9TFa .mbr-desc {
  color: #000000;
}
.cid-upunYF9TFa .mbr-text {
  color: #9a9a9a;
}
.cid-upunYFxPrw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-upunYFxPrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYFxPrw .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-upunYFxPrw .container {
    padding: 0 30px;
  }
}
.cid-upunYFxPrw .card {
  justify-content: center;
}
.cid-upunYFxPrw .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-upunYFxPrw .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-upunYFxPrw .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-upunYFxPrw .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-upunYFxPrw .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #000000;
  padding-left: 20px;
  height: fit-content;
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-upunYFxPrw .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-upunYFxPrw .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-upunYFxPrw .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-upunYFxPrw .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-upunYFxPrw .mbr-section-title {
  color: #254b45;
}
.cid-upunYFxPrw .mbr-text {
  color: #000000;
}
.cid-upunYFxPrw .mbr-section-title,
.cid-upunYFxPrw .tabs-wrap {
  color: #000000;
}
.cid-upunYFPmCY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upunYFPmCY .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upunYFPmCY .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upunYFPmCY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upunYFPmCY .container {
    padding: 0 20px;
  }
}
.cid-upunYFPmCY .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upunYFPmCY .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upunYFPmCY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-upunYFPmCY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upunYFPmCY .embla__slide .slide-content {
  width: 100%;
}
.cid-upunYFPmCY .embla__slide .slide-content a {
  width: 100%;
  display: inline-block;
}
.cid-upunYFPmCY .embla__slide .slide-content a:hover .item-wrapper .item-img .mbr-iconfont,
.cid-upunYFPmCY .embla__slide .slide-content a:focus .item-wrapper .item-img .mbr-iconfont {
  transform: scale(1);
}
.cid-upunYFPmCY .embla__slide .slide-content a .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-upunYFPmCY .embla__slide .slide-content a .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #000000;
  background-color: #fff555;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cid-upunYFPmCY .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 780px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upunYFPmCY .embla__slide .slide-content a .item-wrapper .item-img img {
    min-height: 400px;
  }
}
.cid-upunYFPmCY .embla__slide .slide-content a .item-content {
  position: relative;
  z-index: 1;
}
.cid-upunYFPmCY .embla__slide .slide-content a .item-content .card-title {
  margin-bottom: 8px;
}
.cid-upunYFPmCY .embla__slide .slide-content a .item-content .item-desc {
  margin-bottom: 0;
}
.cid-upunYFPmCY .embla__button--next,
.cid-upunYFPmCY .embla__button--prev {
  display: flex;
}
.cid-upunYFPmCY .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-upunYFPmCY .embla__button:hover {
  opacity: .5 !important;
}
.cid-upunYFPmCY .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-upunYFPmCY .embla__button.embla__button--next {
  right: 0;
}
.cid-upunYFPmCY .embla {
  position: relative;
  width: 100%;
}
.cid-upunYFPmCY .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-upunYFPmCY .embla__viewport {
    overflow: hidden ;
  }
}
.cid-upunYFPmCY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upunYFPmCY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upunYFPmCY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upunYFPmCY .item-title {
  color: #000000;
}
.cid-upunYFPmCY .item-desc {
  color: #9a9a9a;
}
.cid-upzRxWDjry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upzRxWDjry .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzRxWDjry .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-upzRxWDjry .container {
    padding: 0 20px;
  }
}
.cid-upzRxWDjry .card {
  justify-content: flex-end;
}
.cid-upzRxWDjry .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-upzRxWDjry .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upzRxWDjry .link-wrapper {
  display: block;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-upzRxWDjry .link-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upzRxWDjry .link-wrapper:hover .mbr-link::before,
.cid-upzRxWDjry .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upzRxWDjry .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upzRxWDjry .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upzRxWDjry .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
  padding: 40px 0;
}
.cid-upzRxWDjry .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
.cid-upzRxWDjry .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-upzRxWDjry .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-upzRxWDjry .items-wrapper .item .item-wrapper .item-img {
  width: 210px;
}
@media (max-width: 992px) {
  .cid-upzRxWDjry .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-upzRxWDjry .items-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 210px;
  height: 150px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-upzRxWDjry .items-wrapper .item .item-wrapper .item-content {
  width: 65%;
  display: flex;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-upzRxWDjry .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.cid-upzRxWDjry .items-wrapper .item .item-wrapper .item-content .card-number {
  min-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upzRxWDjry .items-wrapper .item .item-wrapper .item-content .card-number {
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-upzRxWDjry .items-wrapper .item .item-wrapper .item-content .item-wrap .card-title {
  margin-bottom: 0;
}
.cid-upzRxWDjry .items-wrapper .item .item-wrapper .item-content .item-wrap .card-text {
  margin: 24px 0 0 0;
}
.cid-upzRxWDjry .mbr-section-title {
  color: #000000;
}
.cid-upzRxWDjry .mbr-link,
.cid-upzRxWDjry .link-wrapper {
  color: #000000;
  text-align: right;
}
.cid-upzRxWDjry .card-title {
  color: #000000;
}
.cid-upzRxWDjry .card-text {
  color: #9a9a9a;
}
.cid-upzRxWDjry .card-number {
  color: #000000;
}
.cid-upA0iyvZea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upA0iyvZea .mbr-fallback-image.disabled {
  display: none;
}
.cid-upA0iyvZea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upA0iyvZea .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upA0iyvZea .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upA0iyvZea .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upA0iyvZea .container {
    padding: 0 20px;
  }
}
.cid-upA0iyvZea .row {
  justify-content: center;
}
.cid-upA0iyvZea .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upA0iyvZea .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-upA0iyvZea .item {
    margin-bottom: 40px;
  }
}
.cid-upA0iyvZea .item:hover .item-wrapper,
.cid-upA0iyvZea .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-upA0iyvZea .item:hover .item-wrapper .item-img img,
.cid-upA0iyvZea .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-upA0iyvZea .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-upA0iyvZea .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-upA0iyvZea .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-upA0iyvZea .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upA0iyvZea .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-upA0iyvZea .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-upA0iyvZea .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-upA0iyvZea .item a {
  display: block;
  height: 100%;
}
.cid-upA0iyvZea .mbr-desc {
  color: #000000;
}
.cid-upA0iyvZea .card-title {
  color: #000000;
}
.cid-upA0iyvZea .card-date {
  color: #9a9a9a;
}
.cid-upunYHpdUX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upunYHpdUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYHpdUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYHpdUX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upunYHpdUX .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-upunYHpdUX .container {
    padding: 0 15px;
  }
}
.cid-upunYHpdUX .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-upunYHpdUX .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-upunYHpdUX .content-wrapper {
    padding-right: 0;
  }
}
.cid-upunYHpdUX .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upunYHpdUX .content-wrap {
    display: block;
  }
}
.cid-upunYHpdUX .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upunYHpdUX .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-upunYHpdUX .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upunYHpdUX .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-upunYHpdUX .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-upunYHpdUX .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-upunYHpdUX .mbr-section-title {
  color: #000000;
}
.cid-upunYHpdUX .mbr-desc,
.cid-upunYHpdUX .desc-wrapper {
  color: #3f1819;
}
.cid-upunYHpdUX .mbr-text {
  color: #9a9a9a;
}
.cid-upunYHIpwF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upunYHIpwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYHIpwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYHIpwF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-upunYHIpwF .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-upunYHIpwF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upunYHIpwF .container {
    padding: 0 20px;
  }
}
.cid-upunYHIpwF .row {
  position: relative;
  margin: 0 -20px;
}
.cid-upunYHIpwF .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
.cid-upunYHIpwF .item .item-wrapper .item-img {
  height: 1000px;
  position: relative;
  padding: 30px 38px;
}
@media (max-width: 992px) {
  .cid-upunYHIpwF .item .item-wrapper .item-img {
    padding: 24px 30px;
    height: 450px;
  }
}
.cid-upunYHIpwF .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem !important;
  object-fit: cover;
}
.cid-upunYHIpwF .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upunYHIpwF .item .item-wrapper .item-img .item-content {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-upunYHIpwF .item .item-wrapper .item-img .item-content .item-title {
  position: sticky;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}
.cid-upunYHIpwF .item-title {
  color: #ffffff;
}
.cid-upunYIuyNY {
  background-color: #ffffff;
}
.cid-upunYIuyNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYIuyNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYIuyNY .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upunYIuyNY .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upunYIuyNY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upunYIuyNY .container {
    padding: 0 20px;
  }
}
.cid-upunYIuyNY .row {
  justify-content: space-between;
}
.cid-upunYIuyNY .tab-content {
  margin-bottom: 64px;
}
.cid-upunYIuyNY .tab-content .tab-pane .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-upunYIuyNY .tab-content .tab-pane .content-wrapper .image-wrapper {
    padding: 24px;
    min-height: 500px;
  }
}
.cid-upunYIuyNY .tab-content .tab-pane .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-upunYIuyNY .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 1.2rem;
  background-color: #000000;
  padding: 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-upunYIuyNY .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
    padding: 24px;
  }
}
.cid-upunYIuyNY .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .card-title {
  margin-bottom: 24px;
}
.cid-upunYIuyNY .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .text-wrap .card-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
.cid-upunYIuyNY .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-upunYIuyNY .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-upunYIuyNY .tabs-wrapper .nav.nav-tabs {
  display: inline-block;
  border: none;
  width: 100%;
}
.cid-upunYIuyNY .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0;
}
.cid-upunYIuyNY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 24px;
  color: #acb3b7;
  padding: 0 0 8px 0;
  border-radius: 0 !important;
  background-color: transparent;
  transition: all .3s ease;
  border: none !important;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-upunYIuyNY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 16px;
  }
}
.cid-upunYIuyNY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #acb3b7;
  transition: all .3s ease;
}
.cid-upunYIuyNY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #000000;
  transition: all 1s ease;
}
.cid-upunYIuyNY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
}
.cid-upunYIuyNY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-upunYIuyNY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-upunYIuyNY .mbr-desc {
  color: #000000;
}
.cid-upunYIuyNY .card-title {
  color: #000000;
}
.cid-upunYIuyNY .card-text {
  color: #9a9a9a;
}
.cid-upunYIuyNY .card-text,
.cid-upunYIuyNY .text-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-upunYIuyNY .mbr-desc,
.cid-upunYIuyNY .nav-item {
  color: #000000;
}
.cid-upunYIO1Aa {
  background-color: #ffffff;
}
.cid-upunYIO1Aa .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYIO1Aa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYIO1Aa .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upunYIO1Aa .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upunYIO1Aa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upunYIO1Aa .container {
    padding: 0 20px;
  }
}
.cid-upunYIO1Aa .row {
  justify-content: space-between;
}
.cid-upunYIO1Aa .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYIO1Aa .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upunYIO1Aa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYIO1Aa .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upunYIO1Aa .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-upunYIO1Aa .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-upunYIO1Aa .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upunYIO1Aa .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upunYIO1Aa .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upunYIO1Aa .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upunYIO1Aa .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upunYIO1Aa .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-upunYIO1Aa .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-upunYIO1Aa .image-wrapper img {
    height: 450px;
  }
}
.cid-upunYIO1Aa .mbr-section-title {
  color: #000000;
}
.cid-upunYIO1Aa .mbr-link {
  color: #000000;
}
.cid-upunYIO1Aa .mbr-desc {
  color: #000000;
}
.cid-upunYIO1Aa .mbr-text {
  color: #9a9a9a;
}
.cid-upunYJ2z7h {
  background-color: #ffffff;
}
.cid-upunYJ2z7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYJ2z7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYJ2z7h .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upunYJ2z7h .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upunYJ2z7h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upunYJ2z7h .container {
    padding: 0 20px;
  }
}
.cid-upunYJ2z7h .row {
  justify-content: space-between;
}
.cid-upunYJ2z7h .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYJ2z7h .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upunYJ2z7h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYJ2z7h .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upunYJ2z7h .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-upunYJ2z7h .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-upunYJ2z7h .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upunYJ2z7h .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upunYJ2z7h .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upunYJ2z7h .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upunYJ2z7h .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upunYJ2z7h .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-upunYJ2z7h .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-upunYJ2z7h .image-wrapper img {
    height: 450px;
  }
}
.cid-upunYJ2z7h .mbr-section-title {
  color: #000000;
}
.cid-upunYJ2z7h .mbr-link {
  color: #000000;
}
.cid-upunYJ2z7h .mbr-desc {
  color: #000000;
}
.cid-upunYJ2z7h .mbr-text {
  color: #9a9a9a;
}
.cid-upunYJJ48c {
  background-color: #ffffff;
}
.cid-upunYJJ48c .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYJJ48c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYJJ48c .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upunYJJ48c .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upunYJJ48c .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upunYJJ48c .container {
    padding: 0 20px;
  }
}
.cid-upunYJJ48c .row {
  justify-content: space-between;
}
.cid-upunYJJ48c .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYJJ48c .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upunYJJ48c .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYJJ48c .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upunYJJ48c .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-upunYJJ48c .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-upunYJJ48c .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upunYJJ48c .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upunYJJ48c .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upunYJJ48c .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upunYJJ48c .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upunYJJ48c .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-upunYJJ48c .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-upunYJJ48c .image-wrapper img {
    height: 450px;
  }
}
.cid-upunYJJ48c .mbr-section-title {
  color: #000000;
}
.cid-upunYJJ48c .mbr-link {
  color: #000000;
}
.cid-upunYJJ48c .mbr-desc {
  color: #000000;
}
.cid-upunYJJ48c .mbr-text {
  color: #9a9a9a;
}
.cid-upunYJwiQv {
  background-color: #ffffff;
}
.cid-upunYJwiQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYJwiQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYJwiQv .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upunYJwiQv .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upunYJwiQv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upunYJwiQv .container {
    padding: 0 20px;
  }
}
.cid-upunYJwiQv .row {
  justify-content: space-between;
}
.cid-upunYJwiQv .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYJwiQv .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upunYJwiQv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYJwiQv .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upunYJwiQv .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-upunYJwiQv .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-upunYJwiQv .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upunYJwiQv .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upunYJwiQv .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upunYJwiQv .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upunYJwiQv .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upunYJwiQv .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-upunYJwiQv .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-upunYJwiQv .image-wrapper img {
    height: 450px;
  }
}
.cid-upunYJwiQv .mbr-section-title {
  color: #000000;
}
.cid-upunYJwiQv .mbr-link {
  color: #000000;
}
.cid-upunYJwiQv .mbr-desc {
  color: #000000;
}
.cid-upunYJwiQv .mbr-text {
  color: #9a9a9a;
}
.cid-upunYJidoA {
  background-color: #ffffff;
}
.cid-upunYJidoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYJidoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYJidoA .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upunYJidoA .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upunYJidoA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upunYJidoA .container {
    padding: 0 20px;
  }
}
.cid-upunYJidoA .row {
  justify-content: space-between;
}
.cid-upunYJidoA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYJidoA .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upunYJidoA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYJidoA .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upunYJidoA .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-upunYJidoA .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-upunYJidoA .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-upunYJidoA .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-upunYJidoA .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upunYJidoA .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upunYJidoA .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upunYJidoA .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-upunYJidoA .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-upunYJidoA .image-wrapper img {
    height: 450px;
  }
}
.cid-upunYJidoA .mbr-section-title {
  color: #000000;
}
.cid-upunYJidoA .mbr-link {
  color: #000000;
}
.cid-upunYJidoA .mbr-desc {
  color: #000000;
}
.cid-upunYJidoA .mbr-text {
  color: #9a9a9a;
}
.cid-upunYJYkly {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upunYJYkly .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYJYkly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upunYJYkly .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-upunYJYkly .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upunYJYkly .container {
    padding: 0 24px;
  }
}
.cid-upunYJYkly .row {
  justify-content: center;
}
.cid-upunYJYkly .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upunYJYkly .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-upunYJYkly .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-upunYJYkly .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upunYJYkly .mbr-section-title {
  color: #141414;
}
.cid-upunYJYkly .mbr-text {
  color: #141414;
}
.cid-upA0UNTuu6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upA0UNTuu6 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upA0UNTuu6 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upA0UNTuu6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upA0UNTuu6 .container {
    padding: 0 20px;
  }
}
.cid-upA0UNTuu6 .mbr-desc {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upA0UNTuu6 .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-upA0UNTuu6 .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upA0UNTuu6 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upA0UNTuu6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-upA0UNTuu6 .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-upA0UNTuu6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upA0UNTuu6 .embla__slide .slide-content {
  width: 100%;
}
.cid-upA0UNTuu6 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-upA0UNTuu6 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-upA0UNTuu6 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-upA0UNTuu6 .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-upA0UNTuu6 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-upA0UNTuu6 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .cid-upA0UNTuu6 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-upA0UNTuu6 .embla__button--next,
.cid-upA0UNTuu6 .embla__button--prev {
  display: flex;
}
.cid-upA0UNTuu6 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-upA0UNTuu6 .embla__button:hover {
  opacity: .5 !important;
}
.cid-upA0UNTuu6 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-upA0UNTuu6 .embla__button.embla__button--next {
  right: 0;
}
.cid-upA0UNTuu6 .embla {
  position: relative;
  width: 100%;
}
.cid-upA0UNTuu6 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-upA0UNTuu6 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-upA0UNTuu6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upA0UNTuu6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upA0UNTuu6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upA0UNTuu6 .item-title {
  color: #000000;
}
.cid-upunYKcfmC {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-upunYKcfmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYKcfmC .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-upunYKcfmC .container {
    padding: 0 30px;
  }
}
.cid-upunYKcfmC .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-upunYKcfmC .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-upunYKcfmC .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upunYKcfmC .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-upunYKcfmC .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #454545 50%, #f7f7f7 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-upunYKcfmC .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-upunYKcfmC .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #000000;
  position: relative;
}
.cid-upunYKcfmC .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-upunYKcfmC .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-upunYKcfmC .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-upunYKcfmC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upunYKcfmC .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upunYKcfmC .mbr-section-title {
  color: #bee0d6;
}
.cid-upunYKcfmC .mbr-section-title,
.cid-upunYKcfmC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upP20fa4rT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upP20fa4rT .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upP20fa4rT .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upP20fa4rT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upP20fa4rT .container {
    padding: 0 20px;
  }
}
.cid-upP20fa4rT .mbr-desc {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upP20fa4rT .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-upP20fa4rT .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upP20fa4rT .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upP20fa4rT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-upP20fa4rT .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-upP20fa4rT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upP20fa4rT .embla__slide .slide-content {
  width: 100%;
}
.cid-upP20fa4rT .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-upP20fa4rT .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-upP20fa4rT .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-upP20fa4rT .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-upP20fa4rT .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-upP20fa4rT .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .cid-upP20fa4rT .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-upP20fa4rT .embla__button--next,
.cid-upP20fa4rT .embla__button--prev {
  display: flex;
}
.cid-upP20fa4rT .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-upP20fa4rT .embla__button {
    display: none;
  }
}
.cid-upP20fa4rT .embla__button:hover {
  opacity: .5 !important;
}
.cid-upP20fa4rT .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-upP20fa4rT .embla__button.embla__button--next {
  right: 0;
}
.cid-upP20fa4rT .embla {
  position: relative;
  width: 100%;
}
.cid-upP20fa4rT .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-upP20fa4rT .embla__viewport {
    overflow: hidden ;
  }
}
.cid-upP20fa4rT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upP20fa4rT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upP20fa4rT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upP20fa4rT .item-title {
  color: #000000;
}
.cid-upP20fa4rT .item-title,
.cid-upP20fa4rT .item-content {
  color: #000000;
}
.cid-upunYKoSqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upunYKoSqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-upunYKoSqk .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-upunYKoSqk .container {
    padding: 0 20px;
  }
}
.cid-upunYKoSqk .row {
  justify-content: center;
}
.cid-upunYKoSqk .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-upunYKoSqk .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-upunYKoSqk .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-upunYKoSqk .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-upunYKoSqk .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-upunYKoSqk .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-upunYKoSqk .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-upunYKoSqk .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-upunYKoSqk .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-upunYKoSqk .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-upunYKoSqk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upunYKoSqk .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-upunYKoSqk .nav-wrapper .list .item-wrap:hover,
.cid-upunYKoSqk .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-upunYKoSqk .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-upunYKoSqk .mbr-text {
  color: #000000;
}
.cid-upunYKoSqk .mbr-list-title {
  color: #000000;
}
.cid-upunYKoSqk .list {
  color: #9a9a9a;
}
.cid-upunYKoSqk .list,
.cid-upunYKoSqk .item-wrap,
.cid-upunYKoSqk .contacts-wrapper {
  color: #9a9a9a;
}
.cid-uoiX0ddk9l .navbar-dropdown {
  position: relative !important;
}
.cid-uoiX0ddk9l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoiX0ddk9l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoiX0ddk9l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoiX0ddk9l .dropdown-item:hover,
.cid-uoiX0ddk9l .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uoiX0ddk9l .dropdown-item:hover span {
  color: white;
}
.cid-uoiX0ddk9l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoiX0ddk9l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoiX0ddk9l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoiX0ddk9l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoiX0ddk9l .nav-link {
  position: relative;
}
.cid-uoiX0ddk9l .container {
  display: flex;
  margin: auto;
}
.cid-uoiX0ddk9l .dropdown-menu,
.cid-uoiX0ddk9l .navbar.opened {
  background: #ffffff !important;
}
.cid-uoiX0ddk9l .nav-item:focus,
.cid-uoiX0ddk9l .nav-link:focus {
  outline: none;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoiX0ddk9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoiX0ddk9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoiX0ddk9l .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uoiX0ddk9l .navbar.opened {
  transition: all 0.3s;
}
.cid-uoiX0ddk9l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoiX0ddk9l .navbar .navbar-logo img {
  width: auto;
}
.cid-uoiX0ddk9l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoiX0ddk9l .navbar.collapsed {
  justify-content: center;
}
.cid-uoiX0ddk9l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoiX0ddk9l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoiX0ddk9l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoiX0ddk9l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoiX0ddk9l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoiX0ddk9l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoiX0ddk9l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoiX0ddk9l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoiX0ddk9l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoiX0ddk9l .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uoiX0ddk9l .navbar.navbar-short {
  min-height: auto;
}
.cid-uoiX0ddk9l .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uoiX0ddk9l .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uoiX0ddk9l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uoiX0ddk9l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uoiX0ddk9l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoiX0ddk9l .dropdown-item.active,
.cid-uoiX0ddk9l .dropdown-item:active {
  background-color: transparent;
}
.cid-uoiX0ddk9l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoiX0ddk9l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoiX0ddk9l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoiX0ddk9l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoiX0ddk9l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoiX0ddk9l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoiX0ddk9l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoiX0ddk9l button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uoiX0ddk9l button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  transition: .2s transform;
}
.cid-uoiX0ddk9l button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-uoiX0ddk9l button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uoiX0ddk9l button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uoiX0ddk9l button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uoiX0ddk9l nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uoiX0ddk9l .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoiX0ddk9l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoiX0ddk9l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoiX0ddk9l .navbar {
    height: 70px;
  }
  .cid-uoiX0ddk9l .navbar.opened {
    height: auto;
  }
  .cid-uoiX0ddk9l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoiX0ddk9l .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uoiX0ddk9l .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uoiX0ddk9l .social-list {
    justify-content: flex-start;
  }
}
.cid-uoiX0ddk9l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uoiX0ddk9l .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uoiX0ddk9l .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uoiX0ddk9l .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uoiX0ddk9l .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uoiX0ddk9l .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uoiX0ddk9l .navbar-buttons .btn {
  margin: 0;
}
.cid-uoiX0ddk9l .navbar-collapse {
  width: 80%;
}
.cid-uoiX0ddk9l .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
.cid-uoiX0ddk9l .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  column-gap: 0;
  align-items: center;
}
.cid-uoiX0ddk9l .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  width: auto;
}
.cid-uoiX0ddk9l .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
.cid-uoiX0ddk9l .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uoiX0ddk9l .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: center !important;
}
.cid-uoiX0ddk9l .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-uoiX0ddk9l .navbar-collapse .nav-link {
  justify-content: center !important;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 0 10px !important;
  font-size: 90px !important;
  line-height: 1 !important;
  transition: .3s  all;
}
@media (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
.cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
.cid-uoiX0ddk9l .navbar-buttons {
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uoiX0ddk9l .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uoiX0ddk9l .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uoiX0ddk9l .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uoiX0ddk9l .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uoiX0ddk9l .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uoiX0ddk9l .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uoiX0ddk9l .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uoiX0ddk9l .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
    color: #000000 !important;
  }
  .cid-uoiX0ddk9l .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uoiX0ddk9l .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uolX4G2Y5R {
  background-color: #ffffff;
}
.cid-uolX4G2Y5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolX4G2Y5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uolX4G2Y5R .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uolX4G2Y5R .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uolX4G2Y5R .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uolX4G2Y5R .container {
    padding: 0 20px;
  }
}
.cid-uolX4G2Y5R .row {
  justify-content: space-between;
}
.cid-uolX4G2Y5R .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uolX4G2Y5R .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uolX4G2Y5R .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uolX4G2Y5R .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uolX4G2Y5R .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uolX4G2Y5R .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uolX4G2Y5R .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uolX4G2Y5R .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uolX4G2Y5R .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uolX4G2Y5R .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uolX4G2Y5R .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uolX4G2Y5R .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uolX4G2Y5R .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uolX4G2Y5R .image-wrapper img {
    height: 450px;
  }
}
.cid-uolX4G2Y5R .mbr-section-title {
  color: #000000;
}
.cid-uolX4G2Y5R .mbr-link {
  color: #000000;
}
.cid-uolX4G2Y5R .mbr-desc {
  color: #000000;
}
.cid-uolX4G2Y5R .mbr-text {
  color: #9a9a9a;
}
.cid-uoiGU9OI0f {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoiGU9OI0f img {
  width: 180px;
  margin: auto;
}
.cid-uoiGU9OI0f .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uoiGU9OI0f .card {
    max-width: 16.66%;
  }
}
.cid-uoiGU9OI0f .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uoiGU9OI0f .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-upLktl3H5g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upLktl3H5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLktl3H5g .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-upLktl3H5g .container {
    padding: 0 20px;
  }
}
.cid-upLktl3H5g .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-upLktl3H5g .row .card {
  padding: 0 10px;
}
.cid-upLktl3H5g .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-upLktl3H5g .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-upLktl3H5g .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-upLktl3H5g .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-upLktl3H5g .item {
    margin-bottom: 40px;
  }
}
.cid-upLktl3H5g .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-upLktl3H5g .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-upLktl3H5g .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-upLktl3H5g .mbr-section-title {
  color: #000000;
}
.cid-upLktl3H5g .card-number {
  color: #000000;
}
.cid-upLktl3H5g .card-title {
  color: #000000;
}
.cid-upLktl3H5g .card-text {
  color: #9a9a9a;
}
.cid-uoiLB0Pa6h {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uoiLB0Pa6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoiLB0Pa6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoiLB0Pa6h .timeline-element {
  position: relative;
}
.cid-uoiLB0Pa6h .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoiLB0Pa6h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoiLB0Pa6h .mbr-section-title,
.cid-uoiLB0Pa6h .mbr-section-subtitle,
.cid-uoiLB0Pa6h .timeline-date {
  text-align: center;
}
.cid-uoiLB0Pa6h .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #252525;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uoiLB0Pa6h .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uoiLB0Pa6h .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uoiLB0Pa6h .row:after {
  content: "";
  position: absolute;
  background-color: #252525;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uoiLB0Pa6h .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uoiLB0Pa6h .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoiLB0Pa6h .timeline-date-wrapper,
  .cid-uoiLB0Pa6h .timeline-text-wrapper,
  .cid-uoiLB0Pa6h .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uoiLB0Pa6h .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uoiLB0Pa6h .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoiLB0Pa6h .timeline-date-wrapper,
  .cid-uoiLB0Pa6h .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uoiLB0Pa6h .timeline-date-wrapper,
  .cid-uoiLB0Pa6h .timeline-text-wrapper,
  .cid-uoiLB0Pa6h .image-wrapper {
    padding: 2rem;
  }
}
.cid-uoiLB0Pa6h .mbr-timeline-date {
  color: #000000;
}
.cid-uoiLB0Pa6h .mbr-section-title {
  color: #000000;
}
.cid-uouLsKhecN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uouLsKhecN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouLsKhecN .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-uouLsKhecN .container {
    padding: 0 30px;
  }
}
.cid-uouLsKhecN .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uouLsKhecN .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uouLsKhecN .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uouLsKhecN .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uouLsKhecN .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #454545 50%, #f7f7f7 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uouLsKhecN .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uouLsKhecN .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #ffffff;
  position: relative;
}
.cid-uouLsKhecN .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uouLsKhecN .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uouLsKhecN .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uouLsKhecN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uouLsKhecN .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uouLsKhecN .mbr-section-title {
  color: #bee0d6;
}
.cid-uouLsKhecN .mbr-section-title,
.cid-uouLsKhecN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uq03HDtMGb {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uq03HDtMGb .carousel {
  z-index: 2;
  position: relative;
}
.cid-uq03HDtMGb .user {
  padding: 0 !important;
}
.cid-uq03HDtMGb .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-uq03HDtMGb .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uq03HDtMGb .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-uq03HDtMGb .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uq03HDtMGb .carousel-item.active,
.cid-uq03HDtMGb .carousel-item-next,
.cid-uq03HDtMGb .carousel-item-prev {
  display: flex;
}
.cid-uq03HDtMGb .user_name {
  margin: 0;
  color: #000000;
}
.cid-uq03HDtMGb .carousel-controls a {
  font-size: 2rem;
}
.cid-uq03HDtMGb .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: transparent;
  opacity: 0.5;
}
.cid-uq03HDtMGb .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uq03HDtMGb ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uq03HDtMGb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #000000;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uq03HDtMGb .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uq03HDtMGb .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uq03HDtMGb .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #000000;
  z-index: -1;
}
.cid-uq03HDtMGb .user_status {
  color: #000000;
}
.cid-uq03HDtMGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq03HDtMGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq03HDtMGb .user_text {
  color: #9a9a9a;
}
.cid-uoiMM7yWsj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uoiMM7yWsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoiMM7yWsj .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-uoiMM7yWsj .container {
    padding: 0 30px;
  }
}
.cid-uoiMM7yWsj .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uoiMM7yWsj .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uoiMM7yWsj .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoiMM7yWsj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uoiMM7yWsj .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #454545 50%, #f7f7f7 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uoiMM7yWsj .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uoiMM7yWsj .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #000000;
  position: relative;
}
.cid-uoiMM7yWsj .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uoiMM7yWsj .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uoiMM7yWsj .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uoiMM7yWsj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoiMM7yWsj .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoiMM7yWsj .mbr-section-title {
  color: #bee0d6;
}
.cid-uoiMM7yWsj .mbr-section-title,
.cid-uoiMM7yWsj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upP2FbifDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upP2FbifDC .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upP2FbifDC .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upP2FbifDC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upP2FbifDC .container {
    padding: 0 20px;
  }
}
.cid-upP2FbifDC .mbr-desc {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upP2FbifDC .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-upP2FbifDC .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upP2FbifDC .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upP2FbifDC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-upP2FbifDC .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-upP2FbifDC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upP2FbifDC .embla__slide .slide-content {
  width: 100%;
}
.cid-upP2FbifDC .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-upP2FbifDC .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-upP2FbifDC .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-upP2FbifDC .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-upP2FbifDC .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-upP2FbifDC .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .cid-upP2FbifDC .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-upP2FbifDC .embla__button--next,
.cid-upP2FbifDC .embla__button--prev {
  display: flex;
}
.cid-upP2FbifDC .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-upP2FbifDC .embla__button {
    display: none;
  }
}
.cid-upP2FbifDC .embla__button:hover {
  opacity: .5 !important;
}
.cid-upP2FbifDC .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-upP2FbifDC .embla__button.embla__button--next {
  right: 0;
}
.cid-upP2FbifDC .embla {
  position: relative;
  width: 100%;
}
.cid-upP2FbifDC .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-upP2FbifDC .embla__viewport {
    overflow: hidden ;
  }
}
.cid-upP2FbifDC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upP2FbifDC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upP2FbifDC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upP2FbifDC .item-title {
  color: #000000;
}
.cid-upP2FbifDC .item-title,
.cid-upP2FbifDC .item-content {
  color: #000000;
}
.cid-uolWxP94wN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uolWxP94wN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolWxP94wN .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-uolWxP94wN .container {
    padding: 0 20px;
  }
}
.cid-uolWxP94wN .row {
  justify-content: center;
}
.cid-uolWxP94wN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uolWxP94wN .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uolWxP94wN .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uolWxP94wN .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uolWxP94wN .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uolWxP94wN .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uolWxP94wN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uolWxP94wN .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uolWxP94wN .nav-wrapper .list .item-wrap:hover,
.cid-uolWxP94wN .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uolWxP94wN .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uolWxP94wN .mbr-text {
  color: #000000;
}
.cid-uolWxP94wN .mbr-list-title {
  color: #000000;
}
.cid-uolWxP94wN .list {
  color: #9a9a9a;
}
.cid-uolWxP94wN .list,
.cid-uolWxP94wN .item-wrap,
.cid-uolWxP94wN .contacts-wrapper {
  color: #9a9a9a;
}
.cid-uoiX0ddk9l .navbar-dropdown {
  position: relative !important;
}
.cid-uoiX0ddk9l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoiX0ddk9l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoiX0ddk9l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoiX0ddk9l .dropdown-item:hover,
.cid-uoiX0ddk9l .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uoiX0ddk9l .dropdown-item:hover span {
  color: white;
}
.cid-uoiX0ddk9l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoiX0ddk9l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoiX0ddk9l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoiX0ddk9l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoiX0ddk9l .nav-link {
  position: relative;
}
.cid-uoiX0ddk9l .container {
  display: flex;
  margin: auto;
}
.cid-uoiX0ddk9l .dropdown-menu,
.cid-uoiX0ddk9l .navbar.opened {
  background: #ffffff !important;
}
.cid-uoiX0ddk9l .nav-item:focus,
.cid-uoiX0ddk9l .nav-link:focus {
  outline: none;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoiX0ddk9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoiX0ddk9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoiX0ddk9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoiX0ddk9l .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uoiX0ddk9l .navbar.opened {
  transition: all 0.3s;
}
.cid-uoiX0ddk9l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoiX0ddk9l .navbar .navbar-logo img {
  width: auto;
}
.cid-uoiX0ddk9l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoiX0ddk9l .navbar.collapsed {
  justify-content: center;
}
.cid-uoiX0ddk9l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoiX0ddk9l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoiX0ddk9l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoiX0ddk9l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoiX0ddk9l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoiX0ddk9l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoiX0ddk9l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoiX0ddk9l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoiX0ddk9l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoiX0ddk9l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoiX0ddk9l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoiX0ddk9l .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uoiX0ddk9l .navbar.navbar-short {
  min-height: auto;
}
.cid-uoiX0ddk9l .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uoiX0ddk9l .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uoiX0ddk9l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uoiX0ddk9l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uoiX0ddk9l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoiX0ddk9l .dropdown-item.active,
.cid-uoiX0ddk9l .dropdown-item:active {
  background-color: transparent;
}
.cid-uoiX0ddk9l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoiX0ddk9l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoiX0ddk9l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoiX0ddk9l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoiX0ddk9l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoiX0ddk9l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoiX0ddk9l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoiX0ddk9l button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uoiX0ddk9l button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  transition: .2s transform;
}
.cid-uoiX0ddk9l button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-uoiX0ddk9l button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uoiX0ddk9l button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uoiX0ddk9l button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uoiX0ddk9l nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uoiX0ddk9l .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoiX0ddk9l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoiX0ddk9l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoiX0ddk9l .navbar {
    height: 70px;
  }
  .cid-uoiX0ddk9l .navbar.opened {
    height: auto;
  }
  .cid-uoiX0ddk9l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoiX0ddk9l .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uoiX0ddk9l .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uoiX0ddk9l .social-list {
    justify-content: flex-start;
  }
}
.cid-uoiX0ddk9l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uoiX0ddk9l .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uoiX0ddk9l .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uoiX0ddk9l .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uoiX0ddk9l .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uoiX0ddk9l .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uoiX0ddk9l .navbar-buttons .btn {
  margin: 0;
}
.cid-uoiX0ddk9l .navbar-collapse {
  width: 80%;
}
.cid-uoiX0ddk9l .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
.cid-uoiX0ddk9l .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  column-gap: 0;
  align-items: center;
}
.cid-uoiX0ddk9l .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  width: auto;
}
.cid-uoiX0ddk9l .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
.cid-uoiX0ddk9l .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uoiX0ddk9l .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: center !important;
}
.cid-uoiX0ddk9l .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-uoiX0ddk9l .navbar-collapse .nav-link {
  justify-content: center !important;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 0 10px !important;
  font-size: 90px !important;
  line-height: 1 !important;
  transition: .3s  all;
}
@media (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
.cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
.cid-uoiX0ddk9l .navbar-buttons {
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uoiX0ddk9l .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uoiX0ddk9l .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uoiX0ddk9l .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uoiX0ddk9l .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uoiX0ddk9l .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uoiX0ddk9l .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uoiX0ddk9l .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uoiX0ddk9l .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
    color: #000000 !important;
  }
  .cid-uoiX0ddk9l .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoiX0ddk9l .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uoiX0ddk9l .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uolW3103Zs {
  background-color: #ffffff;
}
.cid-uolW3103Zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolW3103Zs .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-uolW3103Zs .container {
    padding: 0 20px;
  }
}
.cid-uolW3103Zs .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uolW3103Zs .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uolW3103Zs .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uolW3103Zs .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uolW3103Zs .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uolW3103Zs .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uolW3103Zs .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uolW3103Zs .mbr-section-title {
  color: #000000;
}
.cid-uolW3103Zs .mbr-desc {
  color: #000000;
}
.cid-uolURD8gzy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uolURD8gzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolURD8gzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uolURD8gzy .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uolURD8gzy .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uolURD8gzy .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uolURD8gzy .container {
    padding: 0 20px;
  }
}
.cid-uolURD8gzy .row {
  justify-content: center;
}
.cid-uolURD8gzy .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uolURD8gzy .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uolURD8gzy .item {
    margin-bottom: 40px;
  }
}
.cid-uolURD8gzy .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uolURD8gzy .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uolURD8gzy .item:hover .item-wrapper .item-img img,
.cid-uolURD8gzy .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uolURD8gzy .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uolURD8gzy .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uolURD8gzy .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uolURD8gzy .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uolURD8gzy .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-uolURD8gzy .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #fbfbfb;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uolURD8gzy .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uolURD8gzy .item a {
  display: block;
}
.cid-uolURD8gzy .mbr-desc {
  color: #000000;
}
.cid-uolURD8gzy .card-title {
  color: #000000;
}
.cid-uouMjlsvGV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uouMjlsvGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouMjlsvGV .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-uouMjlsvGV .container {
    padding: 0 30px;
  }
}
.cid-uouMjlsvGV .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uouMjlsvGV .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uouMjlsvGV .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uouMjlsvGV .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uouMjlsvGV .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #454545 50%, #f7f7f7 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uouMjlsvGV .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uouMjlsvGV .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #ffffff;
  position: relative;
}
.cid-uouMjlsvGV .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uouMjlsvGV .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uouMjlsvGV .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uouMjlsvGV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uouMjlsvGV .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uouMjlsvGV .mbr-section-title {
  color: #bee0d6;
}
.cid-uouMjlsvGV .mbr-section-title,
.cid-uouMjlsvGV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uom5U1hMBz {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uom5U1hMBz .carousel {
  z-index: 2;
  position: relative;
}
.cid-uom5U1hMBz .user {
  padding: 0 !important;
}
.cid-uom5U1hMBz .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-uom5U1hMBz .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uom5U1hMBz .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-uom5U1hMBz .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uom5U1hMBz .carousel-item.active,
.cid-uom5U1hMBz .carousel-item-next,
.cid-uom5U1hMBz .carousel-item-prev {
  display: flex;
}
.cid-uom5U1hMBz .user_name {
  margin: 0;
  color: #000000;
}
.cid-uom5U1hMBz .carousel-controls a {
  font-size: 2rem;
}
.cid-uom5U1hMBz .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: transparent;
  opacity: 0.5;
}
.cid-uom5U1hMBz .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uom5U1hMBz ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uom5U1hMBz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #000000;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uom5U1hMBz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uom5U1hMBz .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uom5U1hMBz .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #000000;
  z-index: -1;
}
.cid-uom5U1hMBz .user_status {
  color: #000000;
}
.cid-uom5U1hMBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uom5U1hMBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uom5U1hMBz .user_text {
  color: #9a9a9a;
}
.cid-uoiNgq8W6z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uoiNgq8W6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoiNgq8W6z .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-uoiNgq8W6z .container {
    padding: 0 30px;
  }
}
.cid-uoiNgq8W6z .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uoiNgq8W6z .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uoiNgq8W6z .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoiNgq8W6z .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uoiNgq8W6z .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #454545 50%, #f7f7f7 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uoiNgq8W6z .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uoiNgq8W6z .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #000000;
  position: relative;
}
.cid-uoiNgq8W6z .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uoiNgq8W6z .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uoiNgq8W6z .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uoiNgq8W6z .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoiNgq8W6z .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoiNgq8W6z .mbr-section-title {
  color: #bee0d6;
}
.cid-uoiNgq8W6z .mbr-section-title,
.cid-uoiNgq8W6z .mbr-section-btn {
  text-align: center;
  color: #fbfbfb;
}
.cid-uolWxP94wN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uolWxP94wN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uolWxP94wN .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-uolWxP94wN .container {
    padding: 0 20px;
  }
}
.cid-uolWxP94wN .row {
  justify-content: center;
}
.cid-uolWxP94wN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uolWxP94wN .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uolWxP94wN .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uolWxP94wN .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uolWxP94wN .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uolWxP94wN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uolWxP94wN .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uolWxP94wN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uolWxP94wN .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uolWxP94wN .nav-wrapper .list .item-wrap:hover,
.cid-uolWxP94wN .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uolWxP94wN .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uolWxP94wN .mbr-text {
  color: #000000;
}
.cid-uolWxP94wN .mbr-list-title {
  color: #000000;
}
.cid-uolWxP94wN .list {
  color: #9a9a9a;
}
.cid-uolWxP94wN .list,
.cid-uolWxP94wN .item-wrap,
.cid-uolWxP94wN .contacts-wrapper {
  color: #9a9a9a;
}
