.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: Inter Tight;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #006bb5 !important;
}
.bg-warning {
  background-color: #006bb5 !important;
}
.bg-danger {
  background-color: #f59427 !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: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-info,
.btn-info:active {
  background-color: #006bb5 !important;
  border-color: #006bb5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0089e8 !important;
  border-color: #0089e8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0089e8 !important;
  border-color: #0089e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #006bb5 !important;
  border-color: #006bb5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #0089e8 !important;
  border-color: #0089e8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0089e8 !important;
  border-color: #0089e8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f59427 !important;
  border-color: #f59427 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f7ac58 !important;
  border-color: #f7ac58 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f7ac58 !important;
  border-color: #f7ac58 !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: #2e481a;
  color: #2e481a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #006bb5;
  color: #006bb5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00385e !important;
  background-color: transparent !important;
  border-color: #00385e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #006bb5 !important;
  border-color: #006bb5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.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: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #006bb5;
  color: #006bb5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00385e !important;
  background-color: transparent !important;
  border-color: #00385e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #006bb5 !important;
  border-color: #006bb5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f59427;
  color: #f59427;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bd6809 !important;
  background-color: transparent !important;
  border-color: #bd6809 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f59427 !important;
  border-color: #f59427 !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: #2e481a !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #006bb5 !important;
}
.text-warning {
  color: #006bb5 !important;
}
.text-danger {
  color: #f59427 !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: #002f4f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #002f4f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ae6008 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #006bb5;
}
.alert-warning {
  background-color: #006bb5;
}
.alert-danger {
  background-color: #f59427;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #36adff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #36adff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef5ea;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2e481a !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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN4SfJ53bP {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uN4SfJ53bP .carousel {
  width: 100%;
}
.cid-uN4SfJ53bP .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uN4SfJ53bP .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uN4SfJ53bP img,
.cid-uN4SfJ53bP .item-wrapper {
  border-radius: 0 !important;
}
.cid-uN4SfJ53bP .mbr-overlay {
  z-index: 1;
}
.cid-uN4SfJ53bP .carousel-caption {
  bottom: 40px;
}
.cid-uN4SfJ53bP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uN4SfJ53bP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uN4SfJ53bP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uN4SfJ53bP .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uN4SfJ53bP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uN4SfJ53bP .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uN4SfJ53bP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uN4SfJ53bP .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uN4SfJ53bP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uN4SfJ53bP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uN4SfJ53bP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uN4SfJ53bP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uN4SfJ53bP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uN4SfJ53bP .carousel-indicators li.active,
.cid-uN4SfJ53bP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uN4SfJ53bP .carousel-indicators li::after,
.cid-uN4SfJ53bP .carousel-indicators li::before {
  content: none;
}
.cid-uN4SfJ53bP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uN4SfJ53bP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uN4SfJ53bP .mbr-section-subtitle,
  .cid-uN4SfJ53bP .mbr-section-text,
  .cid-uN4SfJ53bP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uCHdbOYeAD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #006bb5;
}
.cid-uCHdbOYeAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHdbOYeAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHdbOYeAD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCHdbOYeAD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCHdbOYeAD .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
  padding-right: 2rem;
}
.cid-uCHdbOYeAD .content-head {
  max-width: 800px;
}
.cid-uCHdbOYeAD .card-text {
  color: #ffffff;
}
.cid-uCHi8jz2uC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uCHi8jz2uC .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-uCHi8jz2uC .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uCHi8jz2uC .head_info .mbr-subtitle {
  color: #2e481a;
  margin-bottom: 10px;
}
.cid-uCHi8jz2uC .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #006bb5;
}
.cid-uCHi8jz2uC .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #edefeb;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-uCHi8jz2uC .plan .plan-title {
  color: #000000;
  margin-bottom: 32px;
}
.cid-uCHi8jz2uC .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-uCHi8jz2uC .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #2e481a;
}
.cid-uCHi8jz2uC .plan .plan-price .mbr-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uCHi8jz2uC .plan .plan-list {
  margin-bottom: 15px;
}
.cid-uCHi8jz2uC .plan .plan-list .list-group {
  color: #006bb5;
}
.cid-uCHi8jz2uC .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-uCHi8jz2uC .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uCHi8jz2uC .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-uCHi8jz2uC .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-uCHi8jz2uC .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uCHi8jz2uC .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uCHi8jz2uC .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #3a341c !important;
}
.cid-uCHi8jz2uC .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-uCHi8jz2uC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHi8jz2uC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHi8jz2uC .head_info .mbr-section-title {
  color: #000000;
}
.cid-uCHi8jz2uC .plan .plan-title {
  color: #000000;
}
.cid-uCIxxTXAu5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/degrade-ideas-mesa-de-trabajo-1-2000x500.webp");
}
.cid-uCIxxTXAu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIxxTXAu5 .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-uCIxxTXAu5 .container {
    padding: 0 30px;
  }
}
.cid-uCIxxTXAu5 .row {
  justify-content: center;
}
.cid-uCIxxTXAu5 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uCIxxTXAu5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCIxxTXAu5 .mbr-desc {
  color: #ffffff;
}
.cid-uCIxxTXAu5 .mbr-text {
  color: #ffffff;
}
.cid-v1MmSdGqLm {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-v1MmSdGqLm img,
.cid-v1MmSdGqLm .item-img {
  width: 100%;
}
.cid-v1MmSdGqLm .item:focus,
.cid-v1MmSdGqLm span:focus {
  outline: none;
}
.cid-v1MmSdGqLm .item-wrapper {
  position: relative;
}
.cid-v1MmSdGqLm .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v1MmSdGqLm .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v1MmSdGqLm .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1MmSdGqLm .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v1MmSdGqLm .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1MmSdGqLm .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v1MmSdGqLm .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v1MmSdGqLm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1MmSdGqLm .mbr-section-title {
  color: #232323;
}
.cid-v1MmSdGqLm .mbr-text,
.cid-v1MmSdGqLm .mbr-section-btn {
  text-align: left;
}
.cid-v1MmSdGqLm .item-title {
  text-align: center;
}
.cid-v1MmSdGqLm .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1MmSdGqLm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1MmSdGqLm .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v1MmSdGqLm .embla__button--next,
.cid-v1MmSdGqLm .embla__button--prev {
  display: flex;
}
.cid-v1MmSdGqLm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1MmSdGqLm .embla__button {
    display: none;
  }
}
.cid-v1MmSdGqLm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1MmSdGqLm .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1MmSdGqLm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1MmSdGqLm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1MmSdGqLm .embla__button {
    top: auto;
  }
}
.cid-v1MmSdGqLm .embla {
  position: relative;
  width: 100%;
}
.cid-v1MmSdGqLm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1MmSdGqLm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1MmSdGqLm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1MmSdGqLm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1MmSdGqLm .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1MmSdGqLm .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v1MmSdGqLm .content-head {
  max-width: 800px;
}
.cid-uCHUDQdiyV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCHUDQdiyV img,
.cid-uCHUDQdiyV .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uCHUDQdiyV .item:focus,
.cid-uCHUDQdiyV span:focus {
  outline: none;
}
.cid-uCHUDQdiyV .item-wrapper {
  position: relative;
}
.cid-uCHUDQdiyV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCHUDQdiyV .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uCHUDQdiyV .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCHUDQdiyV .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uCHUDQdiyV .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uCHUDQdiyV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCHUDQdiyV .mbr-section-title {
  color: #000000;
}
.cid-uCHUDQdiyV .mbr-text,
.cid-uCHUDQdiyV .mbr-section-btn {
  text-align: center;
}
.cid-uCHUDQdiyV .item-title {
  text-align: center;
}
.cid-uCHUDQdiyV .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uCHUDQdiyV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCHUDQdiyV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCHUDQdiyV .embla__button--next,
.cid-uCHUDQdiyV .embla__button--prev {
  display: flex;
}
.cid-uCHUDQdiyV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uCHUDQdiyV .embla__button {
    display: none;
  }
}
.cid-uCHUDQdiyV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCHUDQdiyV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCHUDQdiyV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCHUDQdiyV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCHUDQdiyV .embla__button {
    top: auto;
  }
}
.cid-uCHUDQdiyV .embla {
  position: relative;
  width: 100%;
}
.cid-uCHUDQdiyV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCHUDQdiyV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCHUDQdiyV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCHUDQdiyV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCHLFMIUVU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uCHLFMIUVU .row {
  flex-direction: row-reverse;
}
.cid-uCHLFMIUVU p {
  margin: 0;
}
.cid-uCHLFMIUVU .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uCHLFMIUVU .mbr-section-title {
  text-align: center;
}
.cid-uCHLFMIUVU .mbr-section-subtitle {
  text-align: center;
}
.cid-uCHLFMIUVU .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCHLFMIUVU .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uCHLFMIUVU .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-uCHLFMIUVU .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uCHLFMIUVU .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uCHLFMIUVU .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-uCHLFMIUVU .google-map {
  height: 100%;
  position: relative;
}
.cid-uCHLFMIUVU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCHLFMIUVU .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCHLFMIUVU .google-map[data-state] {
  background: #f3edf7;
}
.cid-uCHLFMIUVU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCHLFMIUVU .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uDWJ9HWVWL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDWJ9HWVWL img,
.cid-uDWJ9HWVWL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDWJ9HWVWL .item:focus,
.cid-uDWJ9HWVWL span:focus {
  outline: none;
}
.cid-uDWJ9HWVWL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDWJ9HWVWL .item {
    margin-bottom: 1rem;
  }
}
.cid-uDWJ9HWVWL .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDWJ9HWVWL .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDWJ9HWVWL .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDWJ9HWVWL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDWJ9HWVWL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDWJ9HWVWL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDWJ9HWVWL .item-title {
  text-align: left;
}
.cid-uDWJ9HWVWL .item-subtitle {
  text-align: left;
}
.cid-uDWJ9HWVWL .mbr-text,
.cid-uDWJ9HWVWL .item .mbr-section-btn {
  text-align: left;
}
.cid-uDWJ9HWVWL .content-head {
  max-width: 800px;
}
.cid-uEvrcT6FpD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvrcT6FpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvrcT6FpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvrcT6FpD .mbr-text,
.cid-uEvrcT6FpD .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvrcT6FpD .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCNtPbFo8D {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nen-edit-5-2000x1545.webp");
}
.cid-uCNtPbFo8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNtPbFo8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCNtPbFo8D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCNtPbFo8D .row {
  flex-direction: row-reverse;
}
.cid-uCNtPbFo8D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCNtPbFo8D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCNtPbFo8D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCNtPbFo8D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCNtPbFo8D .mbr-text,
.cid-uCNtPbFo8D .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uEvtDGT3FH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvtDGT3FH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvtDGT3FH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvtDGT3FH .mbr-text,
.cid-uEvtDGT3FH .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvtDGT3FH .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCNmIAfCR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-uCNmIAfCR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNmIAfCR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNmIAfCR7 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uCNmIAfCR7 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uCNmIAfCR7 .container {
    padding: 0 25px;
  }
}
.cid-uCNmIAfCR7 .title-wrapper {
  padding: 100px 0;
}
.cid-uCNmIAfCR7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCNmIAfCR7 .mbr-section-title {
  color: #ffffff;
}
.cid-uCNmIAfCR7 .mbr-section-title,
.cid-uCNmIAfCR7 .mbr-section-btn {
  color: #006bb5;
}
.cid-uCN0wUeyQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCN0wUeyQg .item-wrapper {
  position: relative;
}
.cid-uCN0wUeyQg .features-image {
  padding-top: 45px;
}
.cid-uCN0wUeyQg .features-image:first-child {
  padding-top: 0px;
}
.cid-uCN0wUeyQg .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uCN0wUeyQg .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-uCN0wUeyQg .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-uCN0wUeyQg .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-uCN0wUeyQg .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-uCN0wUeyQg .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-uCN0wUeyQg .name {
  margin-top: 27px;
  color: #111213;
}
.cid-uCN0wUeyQg .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-uCN0wUeyQg .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin-bottom: 35px;
}
.cid-uCN0wUeyQg .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-uCN0wUeyQg .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-uCN0wUeyQg .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-uCN0wUeyQg .mbr-iconfont::before {
  font-size: 14px;
}
.cid-uCN0wUeyQg .tag1 {
  background-color: #3f37c9;
}
.cid-uCN0wUeyQg .tag2 {
  background-color: #006bb5;
}
.cid-uCN0wUeyQg .tag3 {
  background-color: #3f37c9;
}
.cid-uCN0wUeyQg .desc1,
.cid-uCN0wUeyQg .iconfont-wrapper {
  color: #ffffff;
}
.cid-uCN0wUeyQg .name,
.cid-uCN0wUeyQg .iconfont-wrapper,
.cid-uCN0wUeyQg .price {
  text-align: center;
}
.cid-uEvtqzD8Lh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvtqzD8Lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvtqzD8Lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvtqzD8Lh .mbr-text,
.cid-uEvtqzD8Lh .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvtqzD8Lh .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEGcUT4fqH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-7.webp");
}
.cid-uEGcUT4fqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGcUT4fqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEGcUT4fqH .row {
  justify-content: space-between;
}
.cid-uEGcUT4fqH .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uEGcUT4fqH .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uEGcUT4fqH .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uEGcUT4fqH .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEGcUT4fqH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEGcUT4fqH .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uEGcUT4fqH .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uEGcUT4fqH .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uEGcUT4fqH .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-uEGcUT4fqH .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uEGcUT4fqH .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uEGcUT4fqH .dragArea.row .form-group .form-control:hover,
.cid-uEGcUT4fqH .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uEGcUT4fqH .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uEGcUT4fqH .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uEGcUT4fqH .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uEGcUT4fqH .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uEGcUT4fqH .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uEGcUT4fqH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEGcUT4fqH .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uEGcUT4fqH .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uEGcUT4fqH .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uEGcUT4fqH .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uEGcUT4fqH .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #f59427;
}
.cid-uEGcUT4fqH .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEGcUT4fqH .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEGcUT4fqH .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-uEGcUT4fqH .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-uEGcUT4fqH .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uEGcUT4fqH .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uEGcUT4fqH .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uEGcUT4fqH .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #f59427;
}
.cid-uEGcUT4fqH .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffffff;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uEGcUT4fqH .mbr-section-title {
  color: #000000;
}
.cid-uEGcUT4fqH .mbr-text {
  color: #000000;
}
.cid-uEGcUT4fqH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uEGcUT4fqH .list {
  color: #000000;
}
.cid-uEGcUT4fqH .mbr-desc {
  color: #000000;
}
.cid-uEGcUT4fqH label {
  color: #000000;
}
.cid-uEGcUT4fqH .mbr-section-title,
.cid-uEGcUT4fqH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uEGcUT4fqH LABEL {
  color: #ffffff;
}
.cid-uEGcUT4fqH .list,
.cid-uEGcUT4fqH .item-wrap {
  color: #ffffff;
}
.cid-uEGcUT4fqH .mbr-desc,
.cid-uEGcUT4fqH .social-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCOc1d5N9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCOc1d5N9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOc1d5N9Q .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-uCOc1d5N9Q .container {
    padding: 0 30px;
  }
}
.cid-uCOc1d5N9Q .items-wrapper .item:first-child {
  position: relative;
}
.cid-uCOc1d5N9Q .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f59427;
  opacity: .9;
}
.cid-uCOc1d5N9Q .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uCOc1d5N9Q .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #006bb5;
}
.cid-uCOc1d5N9Q .items-wrapper .item:last-child {
  position: relative;
}
.cid-uCOc1d5N9Q .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #ffa600;
  opacity: .9;
}
.cid-uCOc1d5N9Q .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uCOc1d5N9Q .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uCOc1d5N9Q .item-title {
  color: #144031;
}
.cid-uCOc1d5N9Q .item-text {
  color: #000000;
}
.cid-uCOc1d5N9Q .item-title,
.cid-uCOc1d5N9Q .mbr-section-btn {
  color: #006bb5;
}
.cid-uEvsK6n5Aa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvsK6n5Aa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvsK6n5Aa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvsK6n5Aa .mbr-text,
.cid-uEvsK6n5Aa .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvsK6n5Aa .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE0DZfoLDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-uE0DZfoLDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0DZfoLDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0DZfoLDN .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uE0DZfoLDN .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uE0DZfoLDN .container {
    padding: 0 25px;
  }
}
.cid-uE0DZfoLDN .title-wrapper {
  padding: 100px 0;
}
.cid-uE0DZfoLDN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE0DZfoLDN .mbr-section-title {
  color: #ffffff;
}
.cid-uE0DZfoLDN .mbr-section-title,
.cid-uE0DZfoLDN .mbr-section-btn {
  color: #ffffff;
}
.cid-uE0GyRjyz9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE0GyRjyz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0GyRjyz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0GyRjyz9 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uE0GyRjyz9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uE0GyRjyz9 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uE0GyRjyz9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE0GyRjyz9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE0GyRjyz9 .mbr-section-title {
  color: #000000;
}
.cid-uE0GyRjyz9 .mbr-text,
.cid-uE0GyRjyz9 .mbr-section-btn {
  color: #000000;
}
.cid-uE0GyRjyz9 img {
  width: 100%;
  height: 100%;
}
.cid-uE1bSFMO8W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE1bSFMO8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1bSFMO8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1bSFMO8W .row-reverse {
  flex-direction: row-reverse;
}
.cid-uE1bSFMO8W .row {
  flex-direction: row-reverse;
}
.cid-uE1bSFMO8W .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uE1bSFMO8W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uE1bSFMO8W .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uE1bSFMO8W .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE1bSFMO8W .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE1bSFMO8W .mbr-section-title {
  color: #000000;
}
.cid-uE1bSFMO8W .mbr-text,
.cid-uE1bSFMO8W .mbr-section-btn {
  color: #000000;
}
.cid-uE1bSFMO8W img {
  width: 100%;
  height: 100%;
}
.cid-uE1c89LHls {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE1c89LHls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1c89LHls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1c89LHls .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uE1c89LHls .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uE1c89LHls .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uE1c89LHls .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE1c89LHls .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE1c89LHls .mbr-section-title {
  color: #000000;
}
.cid-uE1c89LHls .mbr-text,
.cid-uE1c89LHls .mbr-section-btn {
  color: #000000;
}
.cid-uE1c89LHls img {
  width: 100%;
  height: 100%;
}
.cid-uEvtIJaFFq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvtIJaFFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvtIJaFFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvtIJaFFq .mbr-text,
.cid-uEvtIJaFFq .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvtIJaFFq .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE1dr7folC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2.webp");
}
.cid-uE1dr7folC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1dr7folC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1dr7folC .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uE1dr7folC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uE1dr7folC .container {
    padding: 0 25px;
  }
}
.cid-uE1dr7folC .title-wrapper {
  padding: 100px 0;
}
.cid-uE1dr7folC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE1dr7folC .mbr-section-title {
  color: #ffffff;
}
.cid-uE1dr7folC .mbr-section-title,
.cid-uE1dr7folC .mbr-section-btn {
  color: #ffffff;
}
.cid-uE1dnUXW3D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE1dnUXW3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1dnUXW3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1dnUXW3D .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uE1dnUXW3D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uE1dnUXW3D .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uE1dnUXW3D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE1dnUXW3D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE1dnUXW3D .mbr-section-title {
  color: #000000;
}
.cid-uE1dnUXW3D .mbr-text,
.cid-uE1dnUXW3D .mbr-section-btn {
  color: #000000;
}
.cid-uE1dnUXW3D img {
  width: 100%;
  height: 100%;
}
.cid-uE1oI5W0Ly {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE1oI5W0Ly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1oI5W0Ly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1oI5W0Ly .row-reverse {
  flex-direction: row-reverse;
}
.cid-uE1oI5W0Ly .row {
  flex-direction: row-reverse;
}
.cid-uE1oI5W0Ly .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uE1oI5W0Ly .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uE1oI5W0Ly .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uE1oI5W0Ly .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE1oI5W0Ly .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE1oI5W0Ly .mbr-section-title {
  color: #000000;
}
.cid-uE1oI5W0Ly .mbr-text,
.cid-uE1oI5W0Ly .mbr-section-btn {
  color: #000000;
}
.cid-uE1oI5W0Ly img {
  width: 100%;
  height: 100%;
}
.cid-uE1LaSGxwc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE1LaSGxwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1LaSGxwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1LaSGxwc .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uE1LaSGxwc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uE1LaSGxwc .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uE1LaSGxwc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE1LaSGxwc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE1LaSGxwc .mbr-section-title {
  color: #000000;
}
.cid-uE1LaSGxwc .mbr-text,
.cid-uE1LaSGxwc .mbr-section-btn {
  color: #000000;
}
.cid-uE1LaSGxwc img {
  width: 100%;
  height: 100%;
}
.cid-uEvuRnZIRS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuRnZIRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuRnZIRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuRnZIRS .mbr-text,
.cid-uEvuRnZIRS .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuRnZIRS .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEpCjcWSDd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEpCjcWSDd::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffa600 -10%, transparent 80%);
}
.cid-uEpCjcWSDd::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #006bb5 -10%, transparent 80%);
}
.cid-uEpCjcWSDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpCjcWSDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEpCjcWSDd .container {
    padding: 0 16px;
  }
}
.cid-uEpCjcWSDd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEpCjcWSDd .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEpCjcWSDd .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEpCjcWSDd .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEpCjcWSDd .content-wrapper .mbr-section-title span {
  color: #006bb5;
}
.cid-uEpCjcWSDd .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEpCjcWSDd .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEpCjcWSDd .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEpCjcWSDd .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEpCjcWSDd .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEpCjcWSDd .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEpCjcWSDd .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpCjcWSDd .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEpCjcWSDd .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEpCjcWSDd .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEpCjcWSDd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEpCjcWSDd .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEpCjcWSDd .mbr-section-title {
  color: #000000;
}
.cid-uEpCjcWSDd .mbr-text,
.cid-uEpCjcWSDd .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEpCjcWSDd .item-title {
  color: #000000;
}
.cid-uEpCjcWSDd .item-text {
  color: #6f6f6f;
}
.cid-uEpCjcWSDd .mbr-section-title,
.cid-uEpCjcWSDd .mbr-section-btn {
  text-align: center;
}
.cid-uEq6HfxnfE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f3f3e9;
}
.cid-uEq6HfxnfE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uEq6HfxnfE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uEq6HfxnfE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEq6HfxnfE .container {
    padding: 0 20px;
  }
}
.cid-uEq6HfxnfE .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uEq6HfxnfE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq6HfxnfE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uEq6HfxnfE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEq6HfxnfE .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #ff5802;
}
.cid-uEq6HfxnfE .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #006bb5;
}
.cid-uEq6HfxnfE .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #f59427;
}
.cid-uEq6HfxnfE .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
  background-color: #1537ff;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
  opacity: .5;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .mbr-section-btn .btn {
  opacity: .5;
}
.cid-uEq6HfxnfE .embla__slide .slide-content .mbr-section-btn .btn:hover,
.cid-uEq6HfxnfE .embla__slide .slide-content .mbr-section-btn .btn:focus {
  opacity: 1;
}
.cid-uEq6HfxnfE .embla__button--next,
.cid-uEq6HfxnfE .embla__button--prev {
  display: flex;
}
.cid-uEq6HfxnfE .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #f59427 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uEq6HfxnfE .embla__button:hover {
  background-color: #006bb5 !important;
}
.cid-uEq6HfxnfE .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uEq6HfxnfE .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uEq6HfxnfE .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uEq6HfxnfE .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uEq6HfxnfE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEq6HfxnfE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEq6HfxnfE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEq6HfxnfE .mbr-section-title {
  color: #0f1d07;
}
.cid-uEq6HfxnfE .item-title {
  color: #ffffff;
}
.cid-uEq6HfxnfE .item-date {
  color: #0f1d07;
}
.cid-uEq6HfxnfE .item-text {
  color: #0f1d07;
}
.cid-uEvun2wPFA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvun2wPFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvun2wPFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvun2wPFA .mbr-text,
.cid-uEvun2wPFA .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvun2wPFA .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEqar0C1eG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEqar0C1eG::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffa600 -10%, transparent 80%);
}
.cid-uEqar0C1eG::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #006bb5 -10%, transparent 80%);
}
.cid-uEqar0C1eG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqar0C1eG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEqar0C1eG .container {
    padding: 0 16px;
  }
}
.cid-uEqar0C1eG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEqar0C1eG .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEqar0C1eG .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEqar0C1eG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEqar0C1eG .content-wrapper .mbr-section-title span {
  color: #006bb5;
}
.cid-uEqar0C1eG .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEqar0C1eG .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEqar0C1eG .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEqar0C1eG .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEqar0C1eG .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEqar0C1eG .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEqar0C1eG .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqar0C1eG .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEqar0C1eG .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEqar0C1eG .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEqar0C1eG .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEqar0C1eG .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEqar0C1eG .mbr-section-title {
  color: #000000;
}
.cid-uEqar0C1eG .mbr-text,
.cid-uEqar0C1eG .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEqar0C1eG .item-title {
  color: #000000;
}
.cid-uEqar0C1eG .item-text {
  color: #6f6f6f;
}
.cid-uEqar0C1eG .mbr-section-title,
.cid-uEqar0C1eG .mbr-section-btn {
  text-align: center;
}
.cid-uEqas3Sufx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f3f3e9;
}
.cid-uEqas3Sufx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uEqas3Sufx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uEqas3Sufx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEqas3Sufx .container {
    padding: 0 20px;
  }
}
.cid-uEqas3Sufx .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uEqas3Sufx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqas3Sufx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uEqas3Sufx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEqas3Sufx .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #ff5802;
}
.cid-uEqas3Sufx .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #006bb5;
}
.cid-uEqas3Sufx .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #f59427;
}
.cid-uEqas3Sufx .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
  background-color: #1537ff;
}
.cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
  opacity: .5;
}
.cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uEqas3Sufx .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uEqas3Sufx .embla__slide .slide-content .mbr-section-btn .btn {
  opacity: .5;
}
.cid-uEqas3Sufx .embla__slide .slide-content .mbr-section-btn .btn:hover,
.cid-uEqas3Sufx .embla__slide .slide-content .mbr-section-btn .btn:focus {
  opacity: 1;
}
.cid-uEqas3Sufx .embla__button--next,
.cid-uEqas3Sufx .embla__button--prev {
  display: flex;
}
.cid-uEqas3Sufx .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #06469d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uEqas3Sufx .embla__button:hover {
  background-color: #006bb5 !important;
}
.cid-uEqas3Sufx .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uEqas3Sufx .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uEqas3Sufx .embla {
  position: relative;
  width: 100%;
}
.cid-uEqas3Sufx .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uEqas3Sufx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEqas3Sufx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEqas3Sufx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEqas3Sufx .mbr-section-title {
  color: #0f1d07;
}
.cid-uEqas3Sufx .item-title {
  color: #ffffff;
}
.cid-uEqas3Sufx .item-date {
  color: #0f1d07;
}
.cid-uEqas3Sufx .item-text {
  color: #0f1d07;
}
.cid-uEvuqHTBfX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuqHTBfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuqHTBfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuqHTBfX .mbr-text,
.cid-uEvuqHTBfX .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuqHTBfX .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtKyq8LXd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtKyq8LXd::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtKyq8LXd::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtKyq8LXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtKyq8LXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtKyq8LXd .container {
    padding: 0 16px;
  }
}
.cid-uEtKyq8LXd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtKyq8LXd .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtKyq8LXd .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtKyq8LXd .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtKyq8LXd .content-wrapper .mbr-section-title span {
  color: #006bb5;
}
.cid-uEtKyq8LXd .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtKyq8LXd .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtKyq8LXd .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtKyq8LXd .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtKyq8LXd .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtKyq8LXd .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtKyq8LXd .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtKyq8LXd .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtKyq8LXd .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtKyq8LXd .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtKyq8LXd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtKyq8LXd .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtKyq8LXd .mbr-section-title {
  color: #000000;
}
.cid-uEtKyq8LXd .mbr-text,
.cid-uEtKyq8LXd .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtKyq8LXd .item-title {
  color: #000000;
}
.cid-uEtKyq8LXd .item-text {
  color: #6f6f6f;
}
.cid-uEtKyq8LXd .mbr-section-title,
.cid-uEtKyq8LXd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvuutur6F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuutur6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuutur6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuutur6F .mbr-text,
.cid-uEvuutur6F .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuutur6F .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtL5zIGO5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtL5zIGO5::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtL5zIGO5::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtL5zIGO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtL5zIGO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtL5zIGO5 .container {
    padding: 0 16px;
  }
}
.cid-uEtL5zIGO5 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtL5zIGO5 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtL5zIGO5 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtL5zIGO5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtL5zIGO5 .content-wrapper .mbr-section-title span {
  color: #006bb5;
}
.cid-uEtL5zIGO5 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtL5zIGO5 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtL5zIGO5 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtL5zIGO5 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtL5zIGO5 .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtL5zIGO5 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtL5zIGO5 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtL5zIGO5 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtL5zIGO5 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtL5zIGO5 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtL5zIGO5 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtL5zIGO5 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtL5zIGO5 .mbr-section-title {
  color: #000000;
}
.cid-uEtL5zIGO5 .mbr-text,
.cid-uEtL5zIGO5 .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtL5zIGO5 .item-title {
  color: #000000;
}
.cid-uEtL5zIGO5 .item-text {
  color: #6f6f6f;
}
.cid-uEtL5zIGO5 .mbr-section-title,
.cid-uEtL5zIGO5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvuxLaHXQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuxLaHXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuxLaHXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuxLaHXQ .mbr-text,
.cid-uEvuxLaHXQ .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuxLaHXQ .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtLoMtCJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtLoMtCJ9::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtLoMtCJ9::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtLoMtCJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtLoMtCJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtLoMtCJ9 .container {
    padding: 0 16px;
  }
}
.cid-uEtLoMtCJ9 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtLoMtCJ9 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtLoMtCJ9 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtLoMtCJ9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtLoMtCJ9 .content-wrapper .mbr-section-title span {
  color: #006bb5;
}
.cid-uEtLoMtCJ9 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtLoMtCJ9 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtLoMtCJ9 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtLoMtCJ9 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtLoMtCJ9 .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtLoMtCJ9 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtLoMtCJ9 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtLoMtCJ9 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtLoMtCJ9 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtLoMtCJ9 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtLoMtCJ9 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtLoMtCJ9 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtLoMtCJ9 .mbr-section-title {
  color: #000000;
}
.cid-uEtLoMtCJ9 .mbr-text,
.cid-uEtLoMtCJ9 .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtLoMtCJ9 .item-title {
  color: #000000;
}
.cid-uEtLoMtCJ9 .item-text {
  color: #6f6f6f;
}
.cid-uEtLoMtCJ9 .mbr-section-title,
.cid-uEtLoMtCJ9 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvuAAgF59 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuAAgF59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuAAgF59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuAAgF59 .mbr-text,
.cid-uEvuAAgF59 .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuAAgF59 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtLGwfIMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtLGwfIMt::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtLGwfIMt::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtLGwfIMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtLGwfIMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtLGwfIMt .container {
    padding: 0 16px;
  }
}
.cid-uEtLGwfIMt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtLGwfIMt .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtLGwfIMt .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtLGwfIMt .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtLGwfIMt .content-wrapper .mbr-section-title span {
  color: #006bb5;
}
.cid-uEtLGwfIMt .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtLGwfIMt .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtLGwfIMt .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtLGwfIMt .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtLGwfIMt .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtLGwfIMt .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtLGwfIMt .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtLGwfIMt .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtLGwfIMt .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtLGwfIMt .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtLGwfIMt .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtLGwfIMt .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtLGwfIMt .mbr-section-title {
  color: #000000;
}
.cid-uEtLGwfIMt .mbr-text,
.cid-uEtLGwfIMt .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtLGwfIMt .item-title {
  color: #000000;
}
.cid-uEtLGwfIMt .item-text {
  color: #6f6f6f;
}
.cid-uEtLGwfIMt .mbr-section-title,
.cid-uEtLGwfIMt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvuHztAhs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuHztAhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuHztAhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuHztAhs .mbr-text,
.cid-uEvuHztAhs .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuHztAhs .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtMMoWHcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtMMoWHcx::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtMMoWHcx::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtMMoWHcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtMMoWHcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtMMoWHcx .container {
    padding: 0 16px;
  }
}
.cid-uEtMMoWHcx .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtMMoWHcx .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtMMoWHcx .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtMMoWHcx .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtMMoWHcx .content-wrapper .mbr-section-title span {
  color: #006bb5;
}
.cid-uEtMMoWHcx .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtMMoWHcx .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtMMoWHcx .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtMMoWHcx .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtMMoWHcx .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtMMoWHcx .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtMMoWHcx .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtMMoWHcx .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtMMoWHcx .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtMMoWHcx .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtMMoWHcx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtMMoWHcx .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtMMoWHcx .mbr-section-title {
  color: #000000;
}
.cid-uEtMMoWHcx .mbr-text,
.cid-uEtMMoWHcx .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtMMoWHcx .item-title {
  color: #000000;
}
.cid-uEtMMoWHcx .item-text {
  color: #6f6f6f;
}
.cid-uEtMMoWHcx .mbr-section-title,
.cid-uEtMMoWHcx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvCvmtYNJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f3f3e9;
}
.cid-uEvCvmtYNJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uEvCvmtYNJ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uEvCvmtYNJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEvCvmtYNJ .container {
    padding: 0 20px;
  }
}
.cid-uEvCvmtYNJ .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uEvCvmtYNJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEvCvmtYNJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uEvCvmtYNJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEvCvmtYNJ .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #4fd741;
}
.cid-uEvCvmtYNJ .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #3799ea;
}
.cid-uEvCvmtYNJ .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #ffa600;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
  background-color: #7d41d1;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
  opacity: .5;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .mbr-section-btn .btn {
  opacity: .5;
}
.cid-uEvCvmtYNJ .embla__slide .slide-content .mbr-section-btn .btn:hover,
.cid-uEvCvmtYNJ .embla__slide .slide-content .mbr-section-btn .btn:focus {
  opacity: 1;
}
.cid-uEvCvmtYNJ .embla__button--next,
.cid-uEvCvmtYNJ .embla__button--prev {
  display: flex;
}
.cid-uEvCvmtYNJ .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #06469d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uEvCvmtYNJ .embla__button:hover {
  background-color: #006bb5 !important;
}
.cid-uEvCvmtYNJ .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uEvCvmtYNJ .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uEvCvmtYNJ .embla {
  position: relative;
  width: 100%;
}
.cid-uEvCvmtYNJ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uEvCvmtYNJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEvCvmtYNJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEvCvmtYNJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEvCvmtYNJ .mbr-section-title {
  color: #0f1d07;
}
.cid-uEvCvmtYNJ .item-title {
  color: #ffffff;
}
.cid-uEvCvmtYNJ .item-date {
  color: #0f1d07;
}
.cid-uEvCvmtYNJ .item-text {
  color: #0f1d07;
}
.cid-uEvuKN1v7r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuKN1v7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuKN1v7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuKN1v7r .mbr-text,
.cid-uEvuKN1v7r .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuKN1v7r .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtNAnVbKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtNAnVbKv::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f59427 -10%, transparent 80%);
}
.cid-uEtNAnVbKv::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtNAnVbKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtNAnVbKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtNAnVbKv .container {
    padding: 0 16px;
  }
}
.cid-uEtNAnVbKv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtNAnVbKv .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtNAnVbKv .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtNAnVbKv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtNAnVbKv .content-wrapper .mbr-section-title span {
  color: #006bb5;
}
.cid-uEtNAnVbKv .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtNAnVbKv .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtNAnVbKv .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtNAnVbKv .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtNAnVbKv .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtNAnVbKv .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtNAnVbKv .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtNAnVbKv .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtNAnVbKv .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtNAnVbKv .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtNAnVbKv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtNAnVbKv .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtNAnVbKv .mbr-section-title {
  color: #000000;
}
.cid-uEtNAnVbKv .mbr-text,
.cid-uEtNAnVbKv .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtNAnVbKv .item-title {
  color: #000000;
}
.cid-uEtNAnVbKv .item-text {
  color: #6f6f6f;
}
.cid-uEtNAnVbKv .mbr-section-title,
.cid-uEtNAnVbKv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvFlUcci7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f3f3e9;
}
.cid-uEvFlUcci7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uEvFlUcci7 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uEvFlUcci7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEvFlUcci7 .container {
    padding: 0 20px;
  }
}
.cid-uEvFlUcci7 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uEvFlUcci7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEvFlUcci7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uEvFlUcci7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEvFlUcci7 .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #ff5802;
}
.cid-uEvFlUcci7 .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #006bb5;
}
.cid-uEvFlUcci7 .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #f59427;
}
.cid-uEvFlUcci7 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
  background-color: #1537ff;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
  opacity: .5;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .mbr-section-btn .btn {
  opacity: .5;
}
.cid-uEvFlUcci7 .embla__slide .slide-content .mbr-section-btn .btn:hover,
.cid-uEvFlUcci7 .embla__slide .slide-content .mbr-section-btn .btn:focus {
  opacity: 1;
}
.cid-uEvFlUcci7 .embla__button--next,
.cid-uEvFlUcci7 .embla__button--prev {
  display: flex;
}
.cid-uEvFlUcci7 .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #f59427 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uEvFlUcci7 .embla__button:hover {
  background-color: #006bb5 !important;
}
.cid-uEvFlUcci7 .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uEvFlUcci7 .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uEvFlUcci7 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uEvFlUcci7 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uEvFlUcci7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEvFlUcci7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEvFlUcci7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEvFlUcci7 .mbr-section-title {
  color: #0f1d07;
}
.cid-uEvFlUcci7 .item-title {
  color: #ffffff;
}
.cid-uEvFlUcci7 .item-date {
  color: #0f1d07;
}
.cid-uEvFlUcci7 .item-text {
  color: #0f1d07;
}
.cid-uEvuOioxiJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuOioxiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuOioxiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuOioxiJ .mbr-text,
.cid-uEvuOioxiJ .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuOioxiJ .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtO30yUrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtO30yUrW::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtO30yUrW::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtO30yUrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtO30yUrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtO30yUrW .container {
    padding: 0 16px;
  }
}
.cid-uEtO30yUrW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtO30yUrW .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtO30yUrW .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtO30yUrW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtO30yUrW .content-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-uEtO30yUrW .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtO30yUrW .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtO30yUrW .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtO30yUrW .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtO30yUrW .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtO30yUrW .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtO30yUrW .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtO30yUrW .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtO30yUrW .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtO30yUrW .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtO30yUrW .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtO30yUrW .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtO30yUrW .mbr-section-title {
  color: #000000;
}
.cid-uEtO30yUrW .mbr-text,
.cid-uEtO30yUrW .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtO30yUrW .item-title {
  color: #000000;
}
.cid-uEtO30yUrW .item-text {
  color: #6f6f6f;
}
.cid-uEtO30yUrW .mbr-section-title,
.cid-uEtO30yUrW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvuVlXZw9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuVlXZw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuVlXZw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuVlXZw9 .mbr-text,
.cid-uEvuVlXZw9 .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuVlXZw9 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtPbjfH2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtPbjfH2v::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtPbjfH2v::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtPbjfH2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtPbjfH2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtPbjfH2v .container {
    padding: 0 16px;
  }
}
.cid-uEtPbjfH2v .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtPbjfH2v .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtPbjfH2v .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtPbjfH2v .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtPbjfH2v .content-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-uEtPbjfH2v .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtPbjfH2v .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtPbjfH2v .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtPbjfH2v .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtPbjfH2v .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtPbjfH2v .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtPbjfH2v .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtPbjfH2v .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtPbjfH2v .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtPbjfH2v .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtPbjfH2v .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtPbjfH2v .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtPbjfH2v .mbr-section-title {
  color: #000000;
}
.cid-uEtPbjfH2v .mbr-text,
.cid-uEtPbjfH2v .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtPbjfH2v .item-title {
  color: #000000;
}
.cid-uEtPbjfH2v .item-text {
  color: #6f6f6f;
}
.cid-uEtPbjfH2v .mbr-section-title,
.cid-uEtPbjfH2v .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvuX2W37A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuX2W37A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuX2W37A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuX2W37A .mbr-text,
.cid-uEvuX2W37A .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuX2W37A .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtPYq7pU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtPYq7pU6::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtPYq7pU6::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtPYq7pU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtPYq7pU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtPYq7pU6 .container {
    padding: 0 16px;
  }
}
.cid-uEtPYq7pU6 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtPYq7pU6 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtPYq7pU6 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtPYq7pU6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtPYq7pU6 .content-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-uEtPYq7pU6 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtPYq7pU6 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtPYq7pU6 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtPYq7pU6 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtPYq7pU6 .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtPYq7pU6 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtPYq7pU6 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtPYq7pU6 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtPYq7pU6 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtPYq7pU6 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtPYq7pU6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtPYq7pU6 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtPYq7pU6 .mbr-section-title {
  color: #000000;
}
.cid-uEtPYq7pU6 .mbr-text,
.cid-uEtPYq7pU6 .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtPYq7pU6 .item-title {
  color: #000000;
}
.cid-uEtPYq7pU6 .item-text {
  color: #6f6f6f;
}
.cid-uEtPYq7pU6 .mbr-section-title,
.cid-uEtPYq7pU6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvuZA620M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuZA620M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuZA620M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuZA620M .mbr-text,
.cid-uEvuZA620M .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuZA620M .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtRKSMVw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtRKSMVw4::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtRKSMVw4::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtRKSMVw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtRKSMVw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtRKSMVw4 .container {
    padding: 0 16px;
  }
}
.cid-uEtRKSMVw4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtRKSMVw4 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtRKSMVw4 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtRKSMVw4 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtRKSMVw4 .content-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-uEtRKSMVw4 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtRKSMVw4 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtRKSMVw4 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtRKSMVw4 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtRKSMVw4 .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtRKSMVw4 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtRKSMVw4 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtRKSMVw4 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtRKSMVw4 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtRKSMVw4 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtRKSMVw4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtRKSMVw4 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtRKSMVw4 .mbr-section-title {
  color: #000000;
}
.cid-uEtRKSMVw4 .mbr-text,
.cid-uEtRKSMVw4 .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtRKSMVw4 .item-title {
  color: #000000;
}
.cid-uEtRKSMVw4 .item-text {
  color: #6f6f6f;
}
.cid-uEtRKSMVw4 .mbr-section-title,
.cid-uEtRKSMVw4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvv1ROXvF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvv1ROXvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvv1ROXvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvv1ROXvF .mbr-text,
.cid-uEvv1ROXvF .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvv1ROXvF .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtSs21JFM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtSs21JFM::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtSs21JFM::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtSs21JFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtSs21JFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtSs21JFM .container {
    padding: 0 16px;
  }
}
.cid-uEtSs21JFM .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtSs21JFM .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtSs21JFM .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtSs21JFM .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtSs21JFM .content-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-uEtSs21JFM .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtSs21JFM .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtSs21JFM .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtSs21JFM .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtSs21JFM .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtSs21JFM .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtSs21JFM .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtSs21JFM .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtSs21JFM .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtSs21JFM .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtSs21JFM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtSs21JFM .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtSs21JFM .mbr-section-title {
  color: #000000;
}
.cid-uEtSs21JFM .mbr-text,
.cid-uEtSs21JFM .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtSs21JFM .item-title {
  color: #000000;
}
.cid-uEtSs21JFM .item-text {
  color: #6f6f6f;
}
.cid-uEtSs21JFM .mbr-section-title,
.cid-uEtSs21JFM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvv431IN8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvv431IN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvv431IN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvv431IN8 .mbr-text,
.cid-uEvv431IN8 .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvv431IN8 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtThkogHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtThkogHg::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtThkogHg::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtThkogHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtThkogHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtThkogHg .container {
    padding: 0 16px;
  }
}
.cid-uEtThkogHg .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtThkogHg .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtThkogHg .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtThkogHg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtThkogHg .content-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-uEtThkogHg .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtThkogHg .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtThkogHg .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtThkogHg .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtThkogHg .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtThkogHg .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtThkogHg .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtThkogHg .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtThkogHg .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtThkogHg .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtThkogHg .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtThkogHg .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtThkogHg .mbr-section-title {
  color: #000000;
}
.cid-uEtThkogHg .mbr-text,
.cid-uEtThkogHg .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtThkogHg .item-title {
  color: #000000;
}
.cid-uEtThkogHg .item-text {
  color: #6f6f6f;
}
.cid-uEtThkogHg .mbr-section-title,
.cid-uEtThkogHg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvv6oJFiR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvv6oJFiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvv6oJFiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvv6oJFiR .mbr-text,
.cid-uEvv6oJFiR .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvv6oJFiR .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEtV0OPamL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEtV0OPamL::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #006bb5 -10%, transparent 80%);
}
.cid-uEtV0OPamL::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffa600 -10%, transparent 80%);
}
.cid-uEtV0OPamL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtV0OPamL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEtV0OPamL .container {
    padding: 0 16px;
  }
}
.cid-uEtV0OPamL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEtV0OPamL .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEtV0OPamL .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEtV0OPamL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEtV0OPamL .content-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-uEtV0OPamL .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEtV0OPamL .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEtV0OPamL .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEtV0OPamL .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEtV0OPamL .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEtV0OPamL .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEtV0OPamL .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEtV0OPamL .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEtV0OPamL .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEtV0OPamL .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEtV0OPamL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEtV0OPamL .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEtV0OPamL .mbr-section-title {
  color: #000000;
}
.cid-uEtV0OPamL .mbr-text,
.cid-uEtV0OPamL .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEtV0OPamL .item-title {
  color: #000000;
}
.cid-uEtV0OPamL .item-text {
  color: #6f6f6f;
}
.cid-uEtV0OPamL .mbr-section-title,
.cid-uEtV0OPamL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEvv8OsFcp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvv8OsFcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvv8OsFcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvv8OsFcp .mbr-text,
.cid-uEvv8OsFcp .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvv8OsFcp .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-uCBY43CVC4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCBY43CVC4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCBY43CVC4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCBY43CVC4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCBY43CVC4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCBY43CVC4 .container {
    padding: 0 1rem;
  }
}
.cid-uCBY43CVC4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uCBY43CVC4 .nav-link {
  position: relative;
}
.cid-uCBY43CVC4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uCBY43CVC4 nav.navbar {
  position: fixed;
}
.cid-uCBY43CVC4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBY43CVC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBY43CVC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBY43CVC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBY43CVC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBY43CVC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBY43CVC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBY43CVC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBY43CVC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBY43CVC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBY43CVC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBY43CVC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBY43CVC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBY43CVC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBY43CVC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBY43CVC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCBY43CVC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBY43CVC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBY43CVC4 .dropdown-item:hover,
.cid-uCBY43CVC4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBY43CVC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBY43CVC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBY43CVC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBY43CVC4 .dropdown-menu,
.cid-uCBY43CVC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCBY43CVC4 .nav-item:focus,
.cid-uCBY43CVC4 .nav-link:focus {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBY43CVC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBY43CVC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBY43CVC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBY43CVC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBY43CVC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBY43CVC4 .dropdown-item.active,
.cid-uCBY43CVC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBY43CVC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBY43CVC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCBY43CVC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBY43CVC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBY43CVC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBY43CVC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBY43CVC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBY43CVC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBY43CVC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBY43CVC4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBY43CVC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBY43CVC4 .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-uCBY43CVC4 .navbar {
    height: 70px;
  }
  .cid-uCBY43CVC4 .navbar.opened {
    height: auto;
  }
  .cid-uCBY43CVC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEp52QmEfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uEp52QmEfT::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffa600 -10%, transparent 80%);
}
.cid-uEp52QmEfT::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #006bb5 -10%, transparent 80%);
}
.cid-uEp52QmEfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEp52QmEfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEp52QmEfT .container {
    padding: 0 16px;
  }
}
.cid-uEp52QmEfT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uEp52QmEfT .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uEp52QmEfT .content-wrapper {
  margin-bottom: 80px;
}
.cid-uEp52QmEfT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEp52QmEfT .content-wrapper .mbr-section-title span {
  color: #006bb5;
}
.cid-uEp52QmEfT .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uEp52QmEfT .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEp52QmEfT .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uEp52QmEfT .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uEp52QmEfT .item .item-wrapper {
  background-color: #edefeb;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uEp52QmEfT .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uEp52QmEfT .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEp52QmEfT .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uEp52QmEfT .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uEp52QmEfT .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #006bb5;
}
.cid-uEp52QmEfT .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEp52QmEfT .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uEp52QmEfT .mbr-section-title {
  color: #000000;
}
.cid-uEp52QmEfT .mbr-text,
.cid-uEp52QmEfT .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEp52QmEfT .item-title {
  color: #000000;
}
.cid-uEp52QmEfT .item-text {
  color: #6f6f6f;
}
.cid-uEp52QmEfT .mbr-section-title,
.cid-uEp52QmEfT .mbr-section-btn {
  text-align: center;
}
.cid-uE2rX3oCR8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f3f3e9;
}
.cid-uE2rX3oCR8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uE2rX3oCR8 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uE2rX3oCR8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uE2rX3oCR8 .container {
    padding: 0 20px;
  }
}
.cid-uE2rX3oCR8 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE2rX3oCR8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uE2rX3oCR8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uE2rX3oCR8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uE2rX3oCR8 .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #ff5802;
}
.cid-uE2rX3oCR8 .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #006bb5;
}
.cid-uE2rX3oCR8 .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #f59427;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
  background-color: #1537ff;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
  opacity: .5;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .mbr-section-btn .btn {
  opacity: .5;
}
.cid-uE2rX3oCR8 .embla__slide .slide-content .mbr-section-btn .btn:hover,
.cid-uE2rX3oCR8 .embla__slide .slide-content .mbr-section-btn .btn:focus {
  opacity: 1;
}
.cid-uE2rX3oCR8 .embla__button--next,
.cid-uE2rX3oCR8 .embla__button--prev {
  display: flex;
}
.cid-uE2rX3oCR8 .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #f59427 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uE2rX3oCR8 .embla__button:hover {
  background-color: #006bb5 !important;
}
.cid-uE2rX3oCR8 .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uE2rX3oCR8 .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uE2rX3oCR8 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uE2rX3oCR8 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uE2rX3oCR8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uE2rX3oCR8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uE2rX3oCR8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uE2rX3oCR8 .mbr-section-title {
  color: #0f1d07;
}
.cid-uE2rX3oCR8 .item-title {
  color: #ffffff;
}
.cid-uE2rX3oCR8 .item-date {
  color: #0f1d07;
}
.cid-uE2rX3oCR8 .item-text {
  color: #0f1d07;
}
.cid-uEvuj4qGdG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEvuj4qGdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvuj4qGdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvuj4qGdG .mbr-text,
.cid-uEvuj4qGdG .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uEvuj4qGdG .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uC9ISY26Gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9ISY26Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9ISY26Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9ISY26Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .container {
    padding: 0 30px;
  }
}
.cid-uC9ISY26Gx .row {
  justify-content: center;
}
.cid-uC9ISY26Gx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uC9ISY26Gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:hover::before,
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC9ISY26Gx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC9ISY26Gx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uC9ISY26Gx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC9ISY26Gx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uC9ISY26Gx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uC9ISY26Gx .mbr-section-title {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list {
  color: #bee0d6;
}
.cid-uC9ISY26Gx .mbr-address {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-copy {
  color: #ffffff;
}
.cid-uC9ISY26Gx .list,
.cid-uC9ISY26Gx .item-wrap,
.cid-uC9ISY26Gx .nav-wrapper {
  color: #ffffff;
}
.cid-uC9ISY26Gx .mbr-section-title,
.cid-uC9ISY26Gx .logo-wrapper {
  color: #ffffff;
}
.cid-tJGs7X2OSn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-tJGs7X2OSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGs7X2OSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGs7X2OSn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJGs7X2OSn .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-tJGs7X2OSn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJGs7X2OSn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJGs7X2OSn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJGs7X2OSn .header-menu li p {
  margin: 0;
}
.cid-tJGs7X2OSn .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-tJGs7X2OSn .header-menu-item {
  color: #ffffff;
}
.cid-tJGs7X2OSn .mbr-text,
.cid-tJGs7X2OSn .mbr-section-btn {
  color: #454745;
  text-align: center;
}
.cid-tJGD1DIY2H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/chloe-bolton-l-bxrw-bz9i-unsplash.webp");
}
.cid-tJGD1DIY2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGD1DIY2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGD1DIY2H .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 4rem;
  }
}
.cid-tJGD1DIY2H .card-title {
  color: #4552ff;
}
.cid-tJGEoKGifq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGEoKGifq img,
.cid-tJGEoKGifq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tJGEoKGifq .item:focus,
.cid-tJGEoKGifq span:focus {
  outline: none;
}
.cid-tJGEoKGifq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item {
    margin-bottom: 1rem;
  }
}
.cid-tJGEoKGifq .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tJGEoKGifq .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGEoKGifq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tJGEoKGifq .mbr-section-title {
  color: #9fe870;
  text-align: center;
}
.cid-tJGEoKGifq .item-title {
  text-align: left;
  color: #9fe870;
}
.cid-tJGEoKGifq .item-subtitle {
  text-align: center;
}
.cid-tJGEoKGifq .mbr-text,
.cid-tJGEoKGifq .item .mbr-section-btn {
  text-align: left;
}
.cid-tJGEoKGifq .mbr-section-subtitle,
.cid-tJGEoKGifq .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-tJGKiS9ad3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGKiS9ad3 img,
.cid-tJGKiS9ad3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tJGKiS9ad3 .item:focus,
.cid-tJGKiS9ad3 span:focus {
  outline: none;
}
.cid-tJGKiS9ad3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGKiS9ad3 .item {
    margin-bottom: 1rem;
  }
}
.cid-tJGKiS9ad3 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJGKiS9ad3 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tJGKiS9ad3 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGKiS9ad3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tJGKiS9ad3 .mbr-section-title {
  color: #9ef168;
  text-align: center;
}
.cid-tJGKiS9ad3 .item-title {
  text-align: left;
  color: #9fe870;
}
.cid-tJGKiS9ad3 .item-subtitle {
  text-align: left;
}
.cid-tJGKiS9ad3 .mbr-text,
.cid-tJGKiS9ad3 .item .mbr-section-btn {
  text-align: left;
}
.cid-tJGKiS9ad3 .mbr-section-subtitle,
.cid-tJGKiS9ad3 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-tJGQpvh1d5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efe8d8;
}
.cid-tJGQpvh1d5 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tJGQpvh1d5 input:hover {
  border: none !important;
}
.cid-tJGQpvh1d5 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJGQpvh1d5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJGQpvh1d5 .row {
  justify-content: center;
}
.cid-tJGQpvh1d5 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tJGQpvh1d5 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tJGQpvh1d5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tJGQpvh1d5 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tJGQpvh1d5 .justify-content-center {
  align-items: center;
}
.cid-tJGQpvh1d5 .mbr-section-title {
  text-align: center;
  color: #9ef168;
}
.cid-tJGQCkAyg1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGQCkAyg1 .item-subtitle {
  line-height: 1.2;
  color: #4552ff;
  text-align: left;
}
.cid-tJGQCkAyg1 img,
.cid-tJGQCkAyg1 .item-img {
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tJGQCkAyg1 .item:focus,
.cid-tJGQCkAyg1 span:focus {
  outline: none;
}
.cid-tJGQCkAyg1 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGQCkAyg1 .item {
    margin-top: 1rem;
  }
}
.cid-tJGQCkAyg1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGQCkAyg1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJGQCkAyg1 .mbr-section-title {
  color: #4552ff;
}
.cid-tJGQCkAyg1 .mbr-text,
.cid-tJGQCkAyg1 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tJGQCkAyg1 .item-title {
  color: #353535;
  text-align: center;
}
.cid-tL7oDZlVRK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 12px;
  }
}
.cid-tL7oDZlVRK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tL7oDZlVRK .social-row .soc-item {
  margin: 8px;
}
.cid-tL7oDZlVRK .social-row .soc-item a:hover .mbr-iconfont,
.cid-tL7oDZlVRK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tL7oDZlVRK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #f92c50;
  transition: all 0.3s ease-in-out;
}
.cid-tL7oDZlVRK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tL7oDZlVRK .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tL7oDZlVRK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tL7oDZlVRK .header-menu li p {
  margin: 0;
}
.cid-tL7oDZlVRK .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-tL7oDZlVRK .mbr-section-title {
  color: #ffffff;
}
.cid-uTjWZv4HBl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTjWZv4HBl .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uTjWZv4HBl .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uTjWZv4HBl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uTjWZv4HBl .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTjWZv4HBl .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uTjWZv4HBl .container {
    padding: 0 1rem;
  }
}
.cid-uTjWZv4HBl .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uTjWZv4HBl .nav-link {
  position: relative;
}
.cid-uTjWZv4HBl .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uTjWZv4HBl nav.navbar {
  position: fixed;
}
.cid-uTjWZv4HBl .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTjWZv4HBl .navbar.opened {
  transition: all 0.3s;
}
.cid-uTjWZv4HBl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTjWZv4HBl .navbar .navbar-logo img {
  width: auto;
}
.cid-uTjWZv4HBl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTjWZv4HBl .navbar.collapsed {
  justify-content: center;
}
.cid-uTjWZv4HBl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTjWZv4HBl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTjWZv4HBl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uTjWZv4HBl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTjWZv4HBl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTjWZv4HBl .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-uTjWZv4HBl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTjWZv4HBl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTjWZv4HBl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTjWZv4HBl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTjWZv4HBl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTjWZv4HBl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTjWZv4HBl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTjWZv4HBl .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-uTjWZv4HBl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTjWZv4HBl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTjWZv4HBl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTjWZv4HBl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTjWZv4HBl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTjWZv4HBl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTjWZv4HBl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTjWZv4HBl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTjWZv4HBl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTjWZv4HBl .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-uTjWZv4HBl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTjWZv4HBl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTjWZv4HBl .dropdown-item:hover,
.cid-uTjWZv4HBl .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uTjWZv4HBl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTjWZv4HBl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTjWZv4HBl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uTjWZv4HBl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTjWZv4HBl .dropdown-menu,
.cid-uTjWZv4HBl .navbar.opened {
  background: #ffffff !important;
}
.cid-uTjWZv4HBl .nav-item:focus,
.cid-uTjWZv4HBl .nav-link:focus {
  outline: none;
}
.cid-uTjWZv4HBl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTjWZv4HBl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTjWZv4HBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTjWZv4HBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTjWZv4HBl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTjWZv4HBl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTjWZv4HBl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTjWZv4HBl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTjWZv4HBl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTjWZv4HBl .dropdown-item.active,
.cid-uTjWZv4HBl .dropdown-item:active {
  background-color: transparent;
}
.cid-uTjWZv4HBl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTjWZv4HBl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTjWZv4HBl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTjWZv4HBl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTjWZv4HBl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTjWZv4HBl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTjWZv4HBl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTjWZv4HBl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTjWZv4HBl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTjWZv4HBl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTjWZv4HBl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTjWZv4HBl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTjWZv4HBl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTjWZv4HBl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTjWZv4HBl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTjWZv4HBl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTjWZv4HBl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTjWZv4HBl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTjWZv4HBl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTjWZv4HBl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTjWZv4HBl .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-uTjWZv4HBl .navbar {
    height: 70px;
  }
  .cid-uTjWZv4HBl .navbar.opened {
    height: auto;
  }
  .cid-uTjWZv4HBl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTjXyUZwRt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uTjXyUZwRt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTjXyUZwRt .item {
    margin-bottom: 1rem;
  }
}
.cid-uTjXyUZwRt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uTjXyUZwRt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uTjXyUZwRt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uTjXyUZwRt .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uTjXyUZwRt .carousel-control,
.cid-uTjXyUZwRt .close {
  background: #1b1b1b;
}
.cid-uTjXyUZwRt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uTjXyUZwRt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uTjXyUZwRt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uTjXyUZwRt .carousel-control-next span {
  margin-left: 5px;
}
.cid-uTjXyUZwRt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTjXyUZwRt .close::before {
  content: '\e91a';
}
.cid-uTjXyUZwRt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTjXyUZwRt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTjXyUZwRt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTjXyUZwRt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTjXyUZwRt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTjXyUZwRt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uTjXyUZwRt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTjXyUZwRt .carousel-indicators li.active,
.cid-uTjXyUZwRt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTjXyUZwRt .carousel-indicators li::after,
.cid-uTjXyUZwRt .carousel-indicators li::before {
  content: none;
}
.cid-uTjXyUZwRt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTjXyUZwRt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uTjXyUZwRt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTjXyUZwRt .carousel-indicators {
    display: none;
  }
}
.cid-uTjXyUZwRt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uTjXyUZwRt .carousel-inner > .active {
  display: block;
}
.cid-uTjXyUZwRt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTjXyUZwRt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTjXyUZwRt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uTjXyUZwRt .carousel-control,
  .cid-uTjXyUZwRt .carousel-indicators,
  .cid-uTjXyUZwRt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uTjXyUZwRt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uTjXyUZwRt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uTjXyUZwRt .carousel-indicators .active,
.cid-uTjXyUZwRt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uTjXyUZwRt .carousel-indicators .active {
  background: #fff;
}
.cid-uTjXyUZwRt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uTjXyUZwRt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uTjXyUZwRt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uTjXyUZwRt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uTjXyUZwRt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uTjXyUZwRt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uTjXyUZwRt .carousel {
  width: 100%;
}
.cid-uTjXyUZwRt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uTjXyUZwRt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uTjXyUZwRt .modal.fade .modal-dialog,
.cid-uTjXyUZwRt .modal.in .modal-dialog {
  transform: none;
}
.cid-uTjXyUZwRt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uTjXyUZwRt .content-head {
  max-width: 800px;
}
.cid-uTk35llrSC {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uTk35llrSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTk35llrSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTk35llrSC .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTk35llrSC .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTk35llrSC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTk35llrSC .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTk35llrSC .mbr-text,
.cid-uTk35llrSC .mbr-section-btn {
  text-align: center;
}
.cid-uTk3FQmzys {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uTk3FQmzys .justify-content-center {
  align-items: center;
}
.cid-uTk3FQmzys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTk3FQmzys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTk3FQmzys .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uTk3FQmzys .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTk3FQmzys .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uTk3FQmzys .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uTk3FQmzys .row {
  align-items: center;
}
.cid-uTk3FQmzys .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uTk3FQmzys .card-text {
    text-align: center;
  }
}
.cid-uTjWZwcoK9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uTjWZwcoK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTjWZwcoK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTjWZwcoK9 .mbr-text,
.cid-uTjWZwcoK9 .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uTjWZwcoK9 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uTjWZwpEQ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTjWZwpEQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTjWZwpEQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTjWZwpEQ9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTjWZwpEQ9 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTjWZwpEQ9 .container {
    padding: 0 30px;
  }
}
.cid-uTjWZwpEQ9 .row {
  justify-content: center;
}
.cid-uTjWZwpEQ9 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTjWZwpEQ9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTjWZwpEQ9 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTjWZwpEQ9 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTjWZwpEQ9 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uTjWZwpEQ9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTjWZwpEQ9 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTjWZwpEQ9 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTjWZwpEQ9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uTjWZwpEQ9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uTjWZwpEQ9 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTjWZwpEQ9 .nav-wrapper .list .item-wrap:hover,
.cid-uTjWZwpEQ9 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTjWZwpEQ9 .nav-wrapper .list .item-wrap:hover::before,
.cid-uTjWZwpEQ9 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uTjWZwpEQ9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTjWZwpEQ9 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTjWZwpEQ9 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTjWZwpEQ9 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTjWZwpEQ9 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTjWZwpEQ9 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uTjWZwpEQ9 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTjWZwpEQ9 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uTjWZwpEQ9 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uTjWZwpEQ9 .mbr-section-title {
  color: #bee0d6;
}
.cid-uTjWZwpEQ9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTjWZwpEQ9 .list {
  color: #bee0d6;
}
.cid-uTjWZwpEQ9 .mbr-address {
  color: #ffffff;
}
.cid-uTjWZwpEQ9 .mbr-copy {
  color: #ffffff;
}
.cid-uTjWZwpEQ9 .list,
.cid-uTjWZwpEQ9 .item-wrap,
.cid-uTjWZwpEQ9 .nav-wrapper {
  color: #ffffff;
}
.cid-uTjWZwpEQ9 .mbr-section-title,
.cid-uTjWZwpEQ9 .logo-wrapper {
  color: #ffffff;
}
.cid-uUVn3gGtcH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUVn3gGtcH .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uUVn3gGtcH .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uUVn3gGtcH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uUVn3gGtcH .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uUVn3gGtcH .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uUVn3gGtcH .container {
    padding: 0 1rem;
  }
}
.cid-uUVn3gGtcH .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uUVn3gGtcH .nav-link {
  position: relative;
}
.cid-uUVn3gGtcH .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uUVn3gGtcH nav.navbar {
  position: fixed;
}
.cid-uUVn3gGtcH .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uUVn3gGtcH .navbar.opened {
  transition: all 0.3s;
}
.cid-uUVn3gGtcH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUVn3gGtcH .navbar .navbar-logo img {
  width: auto;
}
.cid-uUVn3gGtcH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUVn3gGtcH .navbar.collapsed {
  justify-content: center;
}
.cid-uUVn3gGtcH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUVn3gGtcH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUVn3gGtcH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uUVn3gGtcH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUVn3gGtcH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUVn3gGtcH .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-uUVn3gGtcH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUVn3gGtcH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUVn3gGtcH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUVn3gGtcH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUVn3gGtcH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUVn3gGtcH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUVn3gGtcH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUVn3gGtcH .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-uUVn3gGtcH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUVn3gGtcH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUVn3gGtcH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUVn3gGtcH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUVn3gGtcH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUVn3gGtcH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUVn3gGtcH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUVn3gGtcH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUVn3gGtcH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUVn3gGtcH .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-uUVn3gGtcH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUVn3gGtcH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUVn3gGtcH .dropdown-item:hover,
.cid-uUVn3gGtcH .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUVn3gGtcH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUVn3gGtcH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUVn3gGtcH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uUVn3gGtcH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUVn3gGtcH .dropdown-menu,
.cid-uUVn3gGtcH .navbar.opened {
  background: #ffffff !important;
}
.cid-uUVn3gGtcH .nav-item:focus,
.cid-uUVn3gGtcH .nav-link:focus {
  outline: none;
}
.cid-uUVn3gGtcH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUVn3gGtcH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUVn3gGtcH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUVn3gGtcH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUVn3gGtcH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUVn3gGtcH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUVn3gGtcH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUVn3gGtcH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUVn3gGtcH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUVn3gGtcH .dropdown-item.active,
.cid-uUVn3gGtcH .dropdown-item:active {
  background-color: transparent;
}
.cid-uUVn3gGtcH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUVn3gGtcH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUVn3gGtcH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUVn3gGtcH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUVn3gGtcH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUVn3gGtcH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUVn3gGtcH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUVn3gGtcH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUVn3gGtcH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUVn3gGtcH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUVn3gGtcH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUVn3gGtcH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUVn3gGtcH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUVn3gGtcH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUVn3gGtcH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUVn3gGtcH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUVn3gGtcH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUVn3gGtcH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUVn3gGtcH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUVn3gGtcH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUVn3gGtcH .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-uUVn3gGtcH .navbar {
    height: 70px;
  }
  .cid-uUVn3gGtcH .navbar.opened {
    height: auto;
  }
  .cid-uUVn3gGtcH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUVn3gZBii {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uUVn3gZBii .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUVn3gZBii .item {
    margin-bottom: 1rem;
  }
}
.cid-uUVn3gZBii .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uUVn3gZBii .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uUVn3gZBii .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uUVn3gZBii .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUVn3gZBii .carousel-control,
.cid-uUVn3gZBii .close {
  background: #1b1b1b;
}
.cid-uUVn3gZBii .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUVn3gZBii .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUVn3gZBii .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUVn3gZBii .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUVn3gZBii .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUVn3gZBii .close::before {
  content: '\e91a';
}
.cid-uUVn3gZBii .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUVn3gZBii .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUVn3gZBii .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUVn3gZBii .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUVn3gZBii .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUVn3gZBii .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUVn3gZBii .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uUVn3gZBii .carousel-indicators li.active,
.cid-uUVn3gZBii .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUVn3gZBii .carousel-indicators li::after,
.cid-uUVn3gZBii .carousel-indicators li::before {
  content: none;
}
.cid-uUVn3gZBii .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUVn3gZBii .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUVn3gZBii .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUVn3gZBii .carousel-indicators {
    display: none;
  }
}
.cid-uUVn3gZBii .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUVn3gZBii .carousel-inner > .active {
  display: block;
}
.cid-uUVn3gZBii .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUVn3gZBii .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUVn3gZBii .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUVn3gZBii .carousel-control,
  .cid-uUVn3gZBii .carousel-indicators,
  .cid-uUVn3gZBii .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUVn3gZBii .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUVn3gZBii .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUVn3gZBii .carousel-indicators .active,
.cid-uUVn3gZBii .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUVn3gZBii .carousel-indicators .active {
  background: #fff;
}
.cid-uUVn3gZBii .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUVn3gZBii .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUVn3gZBii .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUVn3gZBii .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUVn3gZBii .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUVn3gZBii .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUVn3gZBii .carousel {
  width: 100%;
}
.cid-uUVn3gZBii .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUVn3gZBii .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUVn3gZBii .modal.fade .modal-dialog,
.cid-uUVn3gZBii .modal.in .modal-dialog {
  transform: none;
}
.cid-uUVn3gZBii .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUVn3gZBii .content-head {
  max-width: 800px;
}
.cid-uUVn3ifq4w {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uUVn3ifq4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVn3ifq4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVn3ifq4w .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUVn3ifq4w .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUVn3ifq4w .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUVn3ifq4w .card-wrapper {
    padding: 4rem;
  }
}
.cid-uUVn3ifq4w .mbr-text,
.cid-uUVn3ifq4w .mbr-section-btn {
  text-align: center;
}
.cid-uUVn3ipLBV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uUVn3ipLBV .justify-content-center {
  align-items: center;
}
.cid-uUVn3ipLBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVn3ipLBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVn3ipLBV .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uUVn3ipLBV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUVn3ipLBV .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uUVn3ipLBV .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uUVn3ipLBV .row {
  align-items: center;
}
.cid-uUVn3ipLBV .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uUVn3ipLBV .card-text {
    text-align: center;
  }
}
.cid-uUVn3ixu2Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uUVn3ixu2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVn3ixu2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVn3ixu2Q .mbr-text,
.cid-uUVn3ixu2Q .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uUVn3ixu2Q .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uUVn3iKkdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uUVn3iKkdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVn3iKkdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVn3iKkdm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUVn3iKkdm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUVn3iKkdm .container {
    padding: 0 30px;
  }
}
.cid-uUVn3iKkdm .row {
  justify-content: center;
}
.cid-uUVn3iKkdm .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUVn3iKkdm .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUVn3iKkdm .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUVn3iKkdm .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUVn3iKkdm .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uUVn3iKkdm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUVn3iKkdm .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUVn3iKkdm .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUVn3iKkdm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUVn3iKkdm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUVn3iKkdm .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUVn3iKkdm .nav-wrapper .list .item-wrap:hover,
.cid-uUVn3iKkdm .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUVn3iKkdm .nav-wrapper .list .item-wrap:hover::before,
.cid-uUVn3iKkdm .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUVn3iKkdm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUVn3iKkdm .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUVn3iKkdm .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUVn3iKkdm .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUVn3iKkdm .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUVn3iKkdm .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUVn3iKkdm .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUVn3iKkdm .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUVn3iKkdm .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uUVn3iKkdm .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUVn3iKkdm .mbr-section-title {
  color: #bee0d6;
}
.cid-uUVn3iKkdm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUVn3iKkdm .list {
  color: #bee0d6;
}
.cid-uUVn3iKkdm .mbr-address {
  color: #ffffff;
}
.cid-uUVn3iKkdm .mbr-copy {
  color: #ffffff;
}
.cid-uUVn3iKkdm .list,
.cid-uUVn3iKkdm .item-wrap,
.cid-uUVn3iKkdm .nav-wrapper {
  color: #ffffff;
}
.cid-uUVn3iKkdm .mbr-section-title,
.cid-uUVn3iKkdm .logo-wrapper {
  color: #ffffff;
}
.cid-uVzMN3gXmr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVzMN3gXmr .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVzMN3gXmr .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVzMN3gXmr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVzMN3gXmr .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVzMN3gXmr .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVzMN3gXmr .container {
    padding: 0 1rem;
  }
}
.cid-uVzMN3gXmr .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVzMN3gXmr .nav-link {
  position: relative;
}
.cid-uVzMN3gXmr .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVzMN3gXmr nav.navbar {
  position: fixed;
}
.cid-uVzMN3gXmr .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVzMN3gXmr .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzMN3gXmr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzMN3gXmr .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzMN3gXmr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzMN3gXmr .navbar.collapsed {
  justify-content: center;
}
.cid-uVzMN3gXmr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzMN3gXmr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzMN3gXmr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzMN3gXmr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzMN3gXmr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzMN3gXmr .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-uVzMN3gXmr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzMN3gXmr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzMN3gXmr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzMN3gXmr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzMN3gXmr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzMN3gXmr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzMN3gXmr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzMN3gXmr .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-uVzMN3gXmr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzMN3gXmr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzMN3gXmr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzMN3gXmr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzMN3gXmr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzMN3gXmr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzMN3gXmr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzMN3gXmr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzMN3gXmr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzMN3gXmr .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-uVzMN3gXmr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzMN3gXmr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzMN3gXmr .dropdown-item:hover,
.cid-uVzMN3gXmr .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVzMN3gXmr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzMN3gXmr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzMN3gXmr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVzMN3gXmr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzMN3gXmr .dropdown-menu,
.cid-uVzMN3gXmr .navbar.opened {
  background: #ffffff !important;
}
.cid-uVzMN3gXmr .nav-item:focus,
.cid-uVzMN3gXmr .nav-link:focus {
  outline: none;
}
.cid-uVzMN3gXmr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzMN3gXmr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzMN3gXmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzMN3gXmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzMN3gXmr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzMN3gXmr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzMN3gXmr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzMN3gXmr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzMN3gXmr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzMN3gXmr .dropdown-item.active,
.cid-uVzMN3gXmr .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzMN3gXmr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzMN3gXmr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzMN3gXmr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzMN3gXmr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVzMN3gXmr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzMN3gXmr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzMN3gXmr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzMN3gXmr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzMN3gXmr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzMN3gXmr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVzMN3gXmr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzMN3gXmr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzMN3gXmr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzMN3gXmr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzMN3gXmr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzMN3gXmr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzMN3gXmr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzMN3gXmr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzMN3gXmr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzMN3gXmr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzMN3gXmr .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-uVzMN3gXmr .navbar {
    height: 70px;
  }
  .cid-uVzMN3gXmr .navbar.opened {
    height: auto;
  }
  .cid-uVzMN3gXmr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVzMN3v1BD {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVzMN3v1BD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVzMN3v1BD .item {
    margin-bottom: 1rem;
  }
}
.cid-uVzMN3v1BD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVzMN3v1BD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVzMN3v1BD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVzMN3v1BD .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVzMN3v1BD .carousel-control,
.cid-uVzMN3v1BD .close {
  background: #1b1b1b;
}
.cid-uVzMN3v1BD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVzMN3v1BD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVzMN3v1BD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVzMN3v1BD .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVzMN3v1BD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVzMN3v1BD .close::before {
  content: '\e91a';
}
.cid-uVzMN3v1BD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVzMN3v1BD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVzMN3v1BD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzMN3v1BD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVzMN3v1BD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVzMN3v1BD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVzMN3v1BD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVzMN3v1BD .carousel-indicators li.active,
.cid-uVzMN3v1BD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVzMN3v1BD .carousel-indicators li::after,
.cid-uVzMN3v1BD .carousel-indicators li::before {
  content: none;
}
.cid-uVzMN3v1BD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVzMN3v1BD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVzMN3v1BD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVzMN3v1BD .carousel-indicators {
    display: none;
  }
}
.cid-uVzMN3v1BD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVzMN3v1BD .carousel-inner > .active {
  display: block;
}
.cid-uVzMN3v1BD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzMN3v1BD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVzMN3v1BD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVzMN3v1BD .carousel-control,
  .cid-uVzMN3v1BD .carousel-indicators,
  .cid-uVzMN3v1BD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVzMN3v1BD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVzMN3v1BD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVzMN3v1BD .carousel-indicators .active,
.cid-uVzMN3v1BD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVzMN3v1BD .carousel-indicators .active {
  background: #fff;
}
.cid-uVzMN3v1BD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVzMN3v1BD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVzMN3v1BD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVzMN3v1BD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVzMN3v1BD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVzMN3v1BD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVzMN3v1BD .carousel {
  width: 100%;
}
.cid-uVzMN3v1BD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVzMN3v1BD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVzMN3v1BD .modal.fade .modal-dialog,
.cid-uVzMN3v1BD .modal.in .modal-dialog {
  transform: none;
}
.cid-uVzMN3v1BD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVzMN3v1BD .content-head {
  max-width: 800px;
}
.cid-uVzMN3MWwO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVzMN3MWwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzMN3MWwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzMN3MWwO .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVzMN3MWwO .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVzMN3MWwO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzMN3MWwO .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVzMN3MWwO .mbr-text,
.cid-uVzMN3MWwO .mbr-section-btn {
  text-align: center;
}
.cid-uVzMN3VvSZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVzMN3VvSZ .justify-content-center {
  align-items: center;
}
.cid-uVzMN3VvSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzMN3VvSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzMN3VvSZ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVzMN3VvSZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzMN3VvSZ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVzMN3VvSZ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVzMN3VvSZ .row {
  align-items: center;
}
.cid-uVzMN3VvSZ .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVzMN3VvSZ .card-text {
    text-align: center;
  }
}
.cid-uVzMN42jUN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVzMN42jUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzMN42jUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzMN42jUN .mbr-text,
.cid-uVzMN42jUN .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVzMN42jUN .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVzMN4eDCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVzMN4eDCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzMN4eDCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzMN4eDCn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVzMN4eDCn .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVzMN4eDCn .container {
    padding: 0 30px;
  }
}
.cid-uVzMN4eDCn .row {
  justify-content: center;
}
.cid-uVzMN4eDCn .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzMN4eDCn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzMN4eDCn .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzMN4eDCn .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzMN4eDCn .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVzMN4eDCn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVzMN4eDCn .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzMN4eDCn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzMN4eDCn .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzMN4eDCn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVzMN4eDCn .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzMN4eDCn .nav-wrapper .list .item-wrap:hover,
.cid-uVzMN4eDCn .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzMN4eDCn .nav-wrapper .list .item-wrap:hover::before,
.cid-uVzMN4eDCn .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVzMN4eDCn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVzMN4eDCn .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzMN4eDCn .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzMN4eDCn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzMN4eDCn .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzMN4eDCn .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzMN4eDCn .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVzMN4eDCn .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzMN4eDCn .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVzMN4eDCn .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVzMN4eDCn .mbr-section-title {
  color: #bee0d6;
}
.cid-uVzMN4eDCn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVzMN4eDCn .list {
  color: #bee0d6;
}
.cid-uVzMN4eDCn .mbr-address {
  color: #ffffff;
}
.cid-uVzMN4eDCn .mbr-copy {
  color: #ffffff;
}
.cid-uVzMN4eDCn .list,
.cid-uVzMN4eDCn .item-wrap,
.cid-uVzMN4eDCn .nav-wrapper {
  color: #ffffff;
}
.cid-uVzMN4eDCn .mbr-section-title,
.cid-uVzMN4eDCn .logo-wrapper {
  color: #ffffff;
}
.cid-uVzT5AIg4w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVzT5AIg4w .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVzT5AIg4w .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVzT5AIg4w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVzT5AIg4w .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVzT5AIg4w .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVzT5AIg4w .container {
    padding: 0 1rem;
  }
}
.cid-uVzT5AIg4w .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVzT5AIg4w .nav-link {
  position: relative;
}
.cid-uVzT5AIg4w .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVzT5AIg4w nav.navbar {
  position: fixed;
}
.cid-uVzT5AIg4w .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVzT5AIg4w .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzT5AIg4w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzT5AIg4w .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzT5AIg4w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzT5AIg4w .navbar.collapsed {
  justify-content: center;
}
.cid-uVzT5AIg4w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzT5AIg4w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzT5AIg4w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzT5AIg4w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzT5AIg4w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzT5AIg4w .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-uVzT5AIg4w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzT5AIg4w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzT5AIg4w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzT5AIg4w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzT5AIg4w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzT5AIg4w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzT5AIg4w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzT5AIg4w .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-uVzT5AIg4w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzT5AIg4w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzT5AIg4w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzT5AIg4w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzT5AIg4w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzT5AIg4w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzT5AIg4w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzT5AIg4w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzT5AIg4w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzT5AIg4w .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-uVzT5AIg4w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzT5AIg4w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzT5AIg4w .dropdown-item:hover,
.cid-uVzT5AIg4w .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVzT5AIg4w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzT5AIg4w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzT5AIg4w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVzT5AIg4w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzT5AIg4w .dropdown-menu,
.cid-uVzT5AIg4w .navbar.opened {
  background: #ffffff !important;
}
.cid-uVzT5AIg4w .nav-item:focus,
.cid-uVzT5AIg4w .nav-link:focus {
  outline: none;
}
.cid-uVzT5AIg4w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzT5AIg4w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzT5AIg4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzT5AIg4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzT5AIg4w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzT5AIg4w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzT5AIg4w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzT5AIg4w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzT5AIg4w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzT5AIg4w .dropdown-item.active,
.cid-uVzT5AIg4w .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzT5AIg4w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzT5AIg4w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzT5AIg4w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzT5AIg4w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVzT5AIg4w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzT5AIg4w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzT5AIg4w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzT5AIg4w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzT5AIg4w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzT5AIg4w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVzT5AIg4w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzT5AIg4w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzT5AIg4w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzT5AIg4w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzT5AIg4w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzT5AIg4w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzT5AIg4w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzT5AIg4w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzT5AIg4w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzT5AIg4w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzT5AIg4w .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-uVzT5AIg4w .navbar {
    height: 70px;
  }
  .cid-uVzT5AIg4w .navbar.opened {
    height: auto;
  }
  .cid-uVzT5AIg4w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVzT5Bnrjc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVzT5Bnrjc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVzT5Bnrjc .item {
    margin-bottom: 1rem;
  }
}
.cid-uVzT5Bnrjc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVzT5Bnrjc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVzT5Bnrjc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVzT5Bnrjc .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVzT5Bnrjc .carousel-control,
.cid-uVzT5Bnrjc .close {
  background: #1b1b1b;
}
.cid-uVzT5Bnrjc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVzT5Bnrjc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVzT5Bnrjc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVzT5Bnrjc .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVzT5Bnrjc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVzT5Bnrjc .close::before {
  content: '\e91a';
}
.cid-uVzT5Bnrjc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVzT5Bnrjc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVzT5Bnrjc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzT5Bnrjc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVzT5Bnrjc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVzT5Bnrjc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVzT5Bnrjc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVzT5Bnrjc .carousel-indicators li.active,
.cid-uVzT5Bnrjc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVzT5Bnrjc .carousel-indicators li::after,
.cid-uVzT5Bnrjc .carousel-indicators li::before {
  content: none;
}
.cid-uVzT5Bnrjc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVzT5Bnrjc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVzT5Bnrjc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVzT5Bnrjc .carousel-indicators {
    display: none;
  }
}
.cid-uVzT5Bnrjc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVzT5Bnrjc .carousel-inner > .active {
  display: block;
}
.cid-uVzT5Bnrjc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzT5Bnrjc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVzT5Bnrjc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVzT5Bnrjc .carousel-control,
  .cid-uVzT5Bnrjc .carousel-indicators,
  .cid-uVzT5Bnrjc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVzT5Bnrjc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVzT5Bnrjc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVzT5Bnrjc .carousel-indicators .active,
.cid-uVzT5Bnrjc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVzT5Bnrjc .carousel-indicators .active {
  background: #fff;
}
.cid-uVzT5Bnrjc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVzT5Bnrjc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVzT5Bnrjc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVzT5Bnrjc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVzT5Bnrjc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVzT5Bnrjc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVzT5Bnrjc .carousel {
  width: 100%;
}
.cid-uVzT5Bnrjc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVzT5Bnrjc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVzT5Bnrjc .modal.fade .modal-dialog,
.cid-uVzT5Bnrjc .modal.in .modal-dialog {
  transform: none;
}
.cid-uVzT5Bnrjc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVzT5Bnrjc .content-head {
  max-width: 800px;
}
.cid-uVzT5Cqtmn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVzT5Cqtmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzT5Cqtmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzT5Cqtmn .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVzT5Cqtmn .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVzT5Cqtmn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzT5Cqtmn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVzT5Cqtmn .mbr-text,
.cid-uVzT5Cqtmn .mbr-section-btn {
  text-align: center;
}
.cid-uVzT5CHf94 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVzT5CHf94 .justify-content-center {
  align-items: center;
}
.cid-uVzT5CHf94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzT5CHf94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzT5CHf94 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVzT5CHf94 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzT5CHf94 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVzT5CHf94 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVzT5CHf94 .row {
  align-items: center;
}
.cid-uVzT5CHf94 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVzT5CHf94 .card-text {
    text-align: center;
  }
}
.cid-uVzT5CXGMS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVzT5CXGMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzT5CXGMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzT5CXGMS .mbr-text,
.cid-uVzT5CXGMS .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVzT5CXGMS .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVzT5Dee94 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVzT5Dee94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzT5Dee94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzT5Dee94 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVzT5Dee94 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVzT5Dee94 .container {
    padding: 0 30px;
  }
}
.cid-uVzT5Dee94 .row {
  justify-content: center;
}
.cid-uVzT5Dee94 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzT5Dee94 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzT5Dee94 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzT5Dee94 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzT5Dee94 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVzT5Dee94 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVzT5Dee94 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzT5Dee94 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzT5Dee94 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzT5Dee94 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVzT5Dee94 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzT5Dee94 .nav-wrapper .list .item-wrap:hover,
.cid-uVzT5Dee94 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzT5Dee94 .nav-wrapper .list .item-wrap:hover::before,
.cid-uVzT5Dee94 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVzT5Dee94 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVzT5Dee94 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzT5Dee94 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzT5Dee94 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzT5Dee94 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzT5Dee94 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzT5Dee94 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVzT5Dee94 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzT5Dee94 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVzT5Dee94 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVzT5Dee94 .mbr-section-title {
  color: #bee0d6;
}
.cid-uVzT5Dee94 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVzT5Dee94 .list {
  color: #bee0d6;
}
.cid-uVzT5Dee94 .mbr-address {
  color: #ffffff;
}
.cid-uVzT5Dee94 .mbr-copy {
  color: #ffffff;
}
.cid-uVzT5Dee94 .list,
.cid-uVzT5Dee94 .item-wrap,
.cid-uVzT5Dee94 .nav-wrapper {
  color: #ffffff;
}
.cid-uVzT5Dee94 .mbr-section-title,
.cid-uVzT5Dee94 .logo-wrapper {
  color: #ffffff;
}
.cid-uVzU8Uolx8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVzU8Uolx8 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVzU8Uolx8 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVzU8Uolx8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVzU8Uolx8 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVzU8Uolx8 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVzU8Uolx8 .container {
    padding: 0 1rem;
  }
}
.cid-uVzU8Uolx8 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVzU8Uolx8 .nav-link {
  position: relative;
}
.cid-uVzU8Uolx8 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVzU8Uolx8 nav.navbar {
  position: fixed;
}
.cid-uVzU8Uolx8 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVzU8Uolx8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzU8Uolx8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzU8Uolx8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzU8Uolx8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzU8Uolx8 .navbar.collapsed {
  justify-content: center;
}
.cid-uVzU8Uolx8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzU8Uolx8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzU8Uolx8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzU8Uolx8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzU8Uolx8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzU8Uolx8 .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-uVzU8Uolx8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzU8Uolx8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzU8Uolx8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzU8Uolx8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzU8Uolx8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzU8Uolx8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzU8Uolx8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzU8Uolx8 .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-uVzU8Uolx8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzU8Uolx8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzU8Uolx8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzU8Uolx8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzU8Uolx8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzU8Uolx8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzU8Uolx8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzU8Uolx8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzU8Uolx8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzU8Uolx8 .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-uVzU8Uolx8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzU8Uolx8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzU8Uolx8 .dropdown-item:hover,
.cid-uVzU8Uolx8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVzU8Uolx8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzU8Uolx8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzU8Uolx8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVzU8Uolx8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzU8Uolx8 .dropdown-menu,
.cid-uVzU8Uolx8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVzU8Uolx8 .nav-item:focus,
.cid-uVzU8Uolx8 .nav-link:focus {
  outline: none;
}
.cid-uVzU8Uolx8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzU8Uolx8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzU8Uolx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzU8Uolx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzU8Uolx8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzU8Uolx8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzU8Uolx8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzU8Uolx8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzU8Uolx8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzU8Uolx8 .dropdown-item.active,
.cid-uVzU8Uolx8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzU8Uolx8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzU8Uolx8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzU8Uolx8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzU8Uolx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVzU8Uolx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzU8Uolx8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzU8Uolx8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzU8Uolx8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzU8Uolx8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzU8Uolx8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVzU8Uolx8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzU8Uolx8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzU8Uolx8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzU8Uolx8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzU8Uolx8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzU8Uolx8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzU8Uolx8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzU8Uolx8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzU8Uolx8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzU8Uolx8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzU8Uolx8 .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-uVzU8Uolx8 .navbar {
    height: 70px;
  }
  .cid-uVzU8Uolx8 .navbar.opened {
    height: auto;
  }
  .cid-uVzU8Uolx8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVzU8UELRq {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVzU8UELRq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVzU8UELRq .item {
    margin-bottom: 1rem;
  }
}
.cid-uVzU8UELRq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVzU8UELRq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVzU8UELRq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVzU8UELRq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVzU8UELRq .carousel-control,
.cid-uVzU8UELRq .close {
  background: #1b1b1b;
}
.cid-uVzU8UELRq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVzU8UELRq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVzU8UELRq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVzU8UELRq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVzU8UELRq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVzU8UELRq .close::before {
  content: '\e91a';
}
.cid-uVzU8UELRq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVzU8UELRq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVzU8UELRq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzU8UELRq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVzU8UELRq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVzU8UELRq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVzU8UELRq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVzU8UELRq .carousel-indicators li.active,
.cid-uVzU8UELRq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVzU8UELRq .carousel-indicators li::after,
.cid-uVzU8UELRq .carousel-indicators li::before {
  content: none;
}
.cid-uVzU8UELRq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVzU8UELRq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVzU8UELRq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVzU8UELRq .carousel-indicators {
    display: none;
  }
}
.cid-uVzU8UELRq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVzU8UELRq .carousel-inner > .active {
  display: block;
}
.cid-uVzU8UELRq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzU8UELRq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVzU8UELRq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVzU8UELRq .carousel-control,
  .cid-uVzU8UELRq .carousel-indicators,
  .cid-uVzU8UELRq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVzU8UELRq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVzU8UELRq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVzU8UELRq .carousel-indicators .active,
.cid-uVzU8UELRq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVzU8UELRq .carousel-indicators .active {
  background: #fff;
}
.cid-uVzU8UELRq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVzU8UELRq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVzU8UELRq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVzU8UELRq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVzU8UELRq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVzU8UELRq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVzU8UELRq .carousel {
  width: 100%;
}
.cid-uVzU8UELRq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVzU8UELRq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVzU8UELRq .modal.fade .modal-dialog,
.cid-uVzU8UELRq .modal.in .modal-dialog {
  transform: none;
}
.cid-uVzU8UELRq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVzU8UELRq .content-head {
  max-width: 800px;
}
.cid-uVzU8VpAVj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVzU8VpAVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzU8VpAVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzU8VpAVj .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVzU8VpAVj .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVzU8VpAVj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzU8VpAVj .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVzU8VpAVj .mbr-text,
.cid-uVzU8VpAVj .mbr-section-btn {
  text-align: center;
}
.cid-uVzU8Vxebg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVzU8Vxebg .justify-content-center {
  align-items: center;
}
.cid-uVzU8Vxebg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzU8Vxebg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzU8Vxebg .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVzU8Vxebg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzU8Vxebg .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVzU8Vxebg .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVzU8Vxebg .row {
  align-items: center;
}
.cid-uVzU8Vxebg .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVzU8Vxebg .card-text {
    text-align: center;
  }
}
.cid-uVzU8VGph7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVzU8VGph7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzU8VGph7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzU8VGph7 .mbr-text,
.cid-uVzU8VGph7 .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVzU8VGph7 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVzU8VRNsP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVzU8VRNsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzU8VRNsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzU8VRNsP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVzU8VRNsP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVzU8VRNsP .container {
    padding: 0 30px;
  }
}
.cid-uVzU8VRNsP .row {
  justify-content: center;
}
.cid-uVzU8VRNsP .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzU8VRNsP .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzU8VRNsP .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzU8VRNsP .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzU8VRNsP .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVzU8VRNsP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVzU8VRNsP .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzU8VRNsP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzU8VRNsP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzU8VRNsP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVzU8VRNsP .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzU8VRNsP .nav-wrapper .list .item-wrap:hover,
.cid-uVzU8VRNsP .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzU8VRNsP .nav-wrapper .list .item-wrap:hover::before,
.cid-uVzU8VRNsP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVzU8VRNsP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVzU8VRNsP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzU8VRNsP .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzU8VRNsP .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzU8VRNsP .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzU8VRNsP .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzU8VRNsP .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVzU8VRNsP .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzU8VRNsP .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVzU8VRNsP .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVzU8VRNsP .mbr-section-title {
  color: #bee0d6;
}
.cid-uVzU8VRNsP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVzU8VRNsP .list {
  color: #bee0d6;
}
.cid-uVzU8VRNsP .mbr-address {
  color: #ffffff;
}
.cid-uVzU8VRNsP .mbr-copy {
  color: #ffffff;
}
.cid-uVzU8VRNsP .list,
.cid-uVzU8VRNsP .item-wrap,
.cid-uVzU8VRNsP .nav-wrapper {
  color: #ffffff;
}
.cid-uVzU8VRNsP .mbr-section-title,
.cid-uVzU8VRNsP .logo-wrapper {
  color: #ffffff;
}
.cid-uVzVuLxqis {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVzVuLxqis .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVzVuLxqis .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVzVuLxqis .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVzVuLxqis .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVzVuLxqis .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVzVuLxqis .container {
    padding: 0 1rem;
  }
}
.cid-uVzVuLxqis .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVzVuLxqis .nav-link {
  position: relative;
}
.cid-uVzVuLxqis .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVzVuLxqis nav.navbar {
  position: fixed;
}
.cid-uVzVuLxqis .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVzVuLxqis .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzVuLxqis .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzVuLxqis .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzVuLxqis .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzVuLxqis .navbar.collapsed {
  justify-content: center;
}
.cid-uVzVuLxqis .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzVuLxqis .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzVuLxqis .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzVuLxqis .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzVuLxqis .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzVuLxqis .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-uVzVuLxqis .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzVuLxqis .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzVuLxqis .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzVuLxqis .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzVuLxqis .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzVuLxqis .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzVuLxqis .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzVuLxqis .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-uVzVuLxqis .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzVuLxqis .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzVuLxqis .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzVuLxqis .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzVuLxqis .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzVuLxqis .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzVuLxqis .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzVuLxqis .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzVuLxqis .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzVuLxqis .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-uVzVuLxqis .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzVuLxqis .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzVuLxqis .dropdown-item:hover,
.cid-uVzVuLxqis .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVzVuLxqis .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzVuLxqis .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzVuLxqis .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVzVuLxqis .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzVuLxqis .dropdown-menu,
.cid-uVzVuLxqis .navbar.opened {
  background: #ffffff !important;
}
.cid-uVzVuLxqis .nav-item:focus,
.cid-uVzVuLxqis .nav-link:focus {
  outline: none;
}
.cid-uVzVuLxqis .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzVuLxqis .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzVuLxqis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzVuLxqis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzVuLxqis .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzVuLxqis .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzVuLxqis .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzVuLxqis .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzVuLxqis .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzVuLxqis .dropdown-item.active,
.cid-uVzVuLxqis .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzVuLxqis .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzVuLxqis .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzVuLxqis .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzVuLxqis .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVzVuLxqis .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzVuLxqis .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzVuLxqis ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzVuLxqis .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzVuLxqis button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzVuLxqis button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVzVuLxqis button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzVuLxqis button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzVuLxqis button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzVuLxqis button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzVuLxqis nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzVuLxqis nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzVuLxqis nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzVuLxqis nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzVuLxqis .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzVuLxqis a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzVuLxqis .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-uVzVuLxqis .navbar {
    height: 70px;
  }
  .cid-uVzVuLxqis .navbar.opened {
    height: auto;
  }
  .cid-uVzVuLxqis .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVzVuLVSFt {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVzVuLVSFt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVzVuLVSFt .item {
    margin-bottom: 1rem;
  }
}
.cid-uVzVuLVSFt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVzVuLVSFt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVzVuLVSFt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVzVuLVSFt .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVzVuLVSFt .carousel-control,
.cid-uVzVuLVSFt .close {
  background: #1b1b1b;
}
.cid-uVzVuLVSFt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVzVuLVSFt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVzVuLVSFt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVzVuLVSFt .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVzVuLVSFt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVzVuLVSFt .close::before {
  content: '\e91a';
}
.cid-uVzVuLVSFt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVzVuLVSFt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVzVuLVSFt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzVuLVSFt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVzVuLVSFt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVzVuLVSFt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVzVuLVSFt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVzVuLVSFt .carousel-indicators li.active,
.cid-uVzVuLVSFt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVzVuLVSFt .carousel-indicators li::after,
.cid-uVzVuLVSFt .carousel-indicators li::before {
  content: none;
}
.cid-uVzVuLVSFt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVzVuLVSFt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVzVuLVSFt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVzVuLVSFt .carousel-indicators {
    display: none;
  }
}
.cid-uVzVuLVSFt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVzVuLVSFt .carousel-inner > .active {
  display: block;
}
.cid-uVzVuLVSFt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzVuLVSFt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVzVuLVSFt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVzVuLVSFt .carousel-control,
  .cid-uVzVuLVSFt .carousel-indicators,
  .cid-uVzVuLVSFt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVzVuLVSFt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVzVuLVSFt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVzVuLVSFt .carousel-indicators .active,
.cid-uVzVuLVSFt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVzVuLVSFt .carousel-indicators .active {
  background: #fff;
}
.cid-uVzVuLVSFt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVzVuLVSFt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVzVuLVSFt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVzVuLVSFt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVzVuLVSFt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVzVuLVSFt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVzVuLVSFt .carousel {
  width: 100%;
}
.cid-uVzVuLVSFt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVzVuLVSFt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVzVuLVSFt .modal.fade .modal-dialog,
.cid-uVzVuLVSFt .modal.in .modal-dialog {
  transform: none;
}
.cid-uVzVuLVSFt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVzVuLVSFt .content-head {
  max-width: 800px;
}
.cid-uVzVuMEvVM {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVzVuMEvVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzVuMEvVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzVuMEvVM .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVzVuMEvVM .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVzVuMEvVM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzVuMEvVM .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVzVuMEvVM .mbr-text,
.cid-uVzVuMEvVM .mbr-section-btn {
  text-align: center;
}
.cid-uVzVuMSspB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVzVuMSspB .justify-content-center {
  align-items: center;
}
.cid-uVzVuMSspB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzVuMSspB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzVuMSspB .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVzVuMSspB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzVuMSspB .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVzVuMSspB .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVzVuMSspB .row {
  align-items: center;
}
.cid-uVzVuMSspB .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVzVuMSspB .card-text {
    text-align: center;
  }
}
.cid-uVzVuMZW9P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVzVuMZW9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzVuMZW9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzVuMZW9P .mbr-text,
.cid-uVzVuMZW9P .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVzVuMZW9P .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVzVuN98am {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVzVuN98am .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzVuN98am .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzVuN98am .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVzVuN98am .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVzVuN98am .container {
    padding: 0 30px;
  }
}
.cid-uVzVuN98am .row {
  justify-content: center;
}
.cid-uVzVuN98am .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzVuN98am .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzVuN98am .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzVuN98am .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzVuN98am .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVzVuN98am .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVzVuN98am .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzVuN98am .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzVuN98am .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzVuN98am .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVzVuN98am .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzVuN98am .nav-wrapper .list .item-wrap:hover,
.cid-uVzVuN98am .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzVuN98am .nav-wrapper .list .item-wrap:hover::before,
.cid-uVzVuN98am .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVzVuN98am .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVzVuN98am .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzVuN98am .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzVuN98am .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzVuN98am .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzVuN98am .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzVuN98am .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVzVuN98am .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzVuN98am .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzVuN98am .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVzVuN98am .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVzVuN98am .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVzVuN98am .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzVuN98am .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVzVuN98am .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzVuN98am .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzVuN98am .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVzVuN98am .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzVuN98am .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVzVuN98am .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVzVuN98am .mbr-section-title {
  color: #bee0d6;
}
.cid-uVzVuN98am .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVzVuN98am .list {
  color: #bee0d6;
}
.cid-uVzVuN98am .mbr-address {
  color: #ffffff;
}
.cid-uVzVuN98am .mbr-copy {
  color: #ffffff;
}
.cid-uVzVuN98am .list,
.cid-uVzVuN98am .item-wrap,
.cid-uVzVuN98am .nav-wrapper {
  color: #ffffff;
}
.cid-uVzVuN98am .mbr-section-title,
.cid-uVzVuN98am .logo-wrapper {
  color: #ffffff;
}
.cid-uVzWx9c15T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVzWx9c15T .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVzWx9c15T .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVzWx9c15T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVzWx9c15T .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVzWx9c15T .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVzWx9c15T .container {
    padding: 0 1rem;
  }
}
.cid-uVzWx9c15T .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVzWx9c15T .nav-link {
  position: relative;
}
.cid-uVzWx9c15T .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVzWx9c15T nav.navbar {
  position: fixed;
}
.cid-uVzWx9c15T .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVzWx9c15T .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzWx9c15T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzWx9c15T .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzWx9c15T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzWx9c15T .navbar.collapsed {
  justify-content: center;
}
.cid-uVzWx9c15T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzWx9c15T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzWx9c15T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzWx9c15T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzWx9c15T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzWx9c15T .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-uVzWx9c15T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzWx9c15T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzWx9c15T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzWx9c15T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzWx9c15T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzWx9c15T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzWx9c15T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzWx9c15T .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-uVzWx9c15T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzWx9c15T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzWx9c15T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzWx9c15T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzWx9c15T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzWx9c15T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzWx9c15T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzWx9c15T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzWx9c15T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzWx9c15T .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-uVzWx9c15T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzWx9c15T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzWx9c15T .dropdown-item:hover,
.cid-uVzWx9c15T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVzWx9c15T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzWx9c15T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzWx9c15T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVzWx9c15T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzWx9c15T .dropdown-menu,
.cid-uVzWx9c15T .navbar.opened {
  background: #ffffff !important;
}
.cid-uVzWx9c15T .nav-item:focus,
.cid-uVzWx9c15T .nav-link:focus {
  outline: none;
}
.cid-uVzWx9c15T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzWx9c15T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzWx9c15T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzWx9c15T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzWx9c15T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzWx9c15T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzWx9c15T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzWx9c15T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzWx9c15T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzWx9c15T .dropdown-item.active,
.cid-uVzWx9c15T .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzWx9c15T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzWx9c15T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzWx9c15T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzWx9c15T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVzWx9c15T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzWx9c15T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzWx9c15T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzWx9c15T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzWx9c15T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzWx9c15T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVzWx9c15T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzWx9c15T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzWx9c15T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzWx9c15T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzWx9c15T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzWx9c15T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzWx9c15T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzWx9c15T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzWx9c15T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzWx9c15T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzWx9c15T .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-uVzWx9c15T .navbar {
    height: 70px;
  }
  .cid-uVzWx9c15T .navbar.opened {
    height: auto;
  }
  .cid-uVzWx9c15T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVzWx9qnG5 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVzWx9qnG5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVzWx9qnG5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uVzWx9qnG5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVzWx9qnG5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVzWx9qnG5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVzWx9qnG5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVzWx9qnG5 .carousel-control,
.cid-uVzWx9qnG5 .close {
  background: #1b1b1b;
}
.cid-uVzWx9qnG5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVzWx9qnG5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVzWx9qnG5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVzWx9qnG5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVzWx9qnG5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVzWx9qnG5 .close::before {
  content: '\e91a';
}
.cid-uVzWx9qnG5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVzWx9qnG5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVzWx9qnG5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzWx9qnG5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVzWx9qnG5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVzWx9qnG5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVzWx9qnG5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVzWx9qnG5 .carousel-indicators li.active,
.cid-uVzWx9qnG5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVzWx9qnG5 .carousel-indicators li::after,
.cid-uVzWx9qnG5 .carousel-indicators li::before {
  content: none;
}
.cid-uVzWx9qnG5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVzWx9qnG5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVzWx9qnG5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVzWx9qnG5 .carousel-indicators {
    display: none;
  }
}
.cid-uVzWx9qnG5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVzWx9qnG5 .carousel-inner > .active {
  display: block;
}
.cid-uVzWx9qnG5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzWx9qnG5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVzWx9qnG5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVzWx9qnG5 .carousel-control,
  .cid-uVzWx9qnG5 .carousel-indicators,
  .cid-uVzWx9qnG5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVzWx9qnG5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVzWx9qnG5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVzWx9qnG5 .carousel-indicators .active,
.cid-uVzWx9qnG5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVzWx9qnG5 .carousel-indicators .active {
  background: #fff;
}
.cid-uVzWx9qnG5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVzWx9qnG5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVzWx9qnG5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVzWx9qnG5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVzWx9qnG5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVzWx9qnG5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVzWx9qnG5 .carousel {
  width: 100%;
}
.cid-uVzWx9qnG5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVzWx9qnG5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVzWx9qnG5 .modal.fade .modal-dialog,
.cid-uVzWx9qnG5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uVzWx9qnG5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVzWx9qnG5 .content-head {
  max-width: 800px;
}
.cid-uVzWxa2VJa {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVzWxa2VJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzWxa2VJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzWxa2VJa .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVzWxa2VJa .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVzWxa2VJa .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzWxa2VJa .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVzWxa2VJa .mbr-text,
.cid-uVzWxa2VJa .mbr-section-btn {
  text-align: center;
}
.cid-uVzWxaaIed {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVzWxaaIed .justify-content-center {
  align-items: center;
}
.cid-uVzWxaaIed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzWxaaIed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzWxaaIed .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVzWxaaIed .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzWxaaIed .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVzWxaaIed .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVzWxaaIed .row {
  align-items: center;
}
.cid-uVzWxaaIed .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVzWxaaIed .card-text {
    text-align: center;
  }
}
.cid-uVzWxajy7f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVzWxajy7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzWxajy7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzWxajy7f .mbr-text,
.cid-uVzWxajy7f .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVzWxajy7f .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVzWxavPtn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVzWxavPtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzWxavPtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzWxavPtn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVzWxavPtn .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVzWxavPtn .container {
    padding: 0 30px;
  }
}
.cid-uVzWxavPtn .row {
  justify-content: center;
}
.cid-uVzWxavPtn .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzWxavPtn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzWxavPtn .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzWxavPtn .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzWxavPtn .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVzWxavPtn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVzWxavPtn .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzWxavPtn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzWxavPtn .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzWxavPtn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVzWxavPtn .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzWxavPtn .nav-wrapper .list .item-wrap:hover,
.cid-uVzWxavPtn .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzWxavPtn .nav-wrapper .list .item-wrap:hover::before,
.cid-uVzWxavPtn .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVzWxavPtn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVzWxavPtn .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzWxavPtn .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzWxavPtn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzWxavPtn .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzWxavPtn .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzWxavPtn .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVzWxavPtn .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzWxavPtn .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVzWxavPtn .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVzWxavPtn .mbr-section-title {
  color: #bee0d6;
}
.cid-uVzWxavPtn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVzWxavPtn .list {
  color: #bee0d6;
}
.cid-uVzWxavPtn .mbr-address {
  color: #ffffff;
}
.cid-uVzWxavPtn .mbr-copy {
  color: #ffffff;
}
.cid-uVzWxavPtn .list,
.cid-uVzWxavPtn .item-wrap,
.cid-uVzWxavPtn .nav-wrapper {
  color: #ffffff;
}
.cid-uVzWxavPtn .mbr-section-title,
.cid-uVzWxavPtn .logo-wrapper {
  color: #ffffff;
}
.cid-uVzXta8A0y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVzXta8A0y .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVzXta8A0y .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVzXta8A0y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVzXta8A0y .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVzXta8A0y .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVzXta8A0y .container {
    padding: 0 1rem;
  }
}
.cid-uVzXta8A0y .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVzXta8A0y .nav-link {
  position: relative;
}
.cid-uVzXta8A0y .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVzXta8A0y nav.navbar {
  position: fixed;
}
.cid-uVzXta8A0y .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVzXta8A0y .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzXta8A0y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzXta8A0y .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzXta8A0y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzXta8A0y .navbar.collapsed {
  justify-content: center;
}
.cid-uVzXta8A0y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzXta8A0y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzXta8A0y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzXta8A0y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzXta8A0y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzXta8A0y .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-uVzXta8A0y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzXta8A0y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzXta8A0y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzXta8A0y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzXta8A0y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzXta8A0y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzXta8A0y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzXta8A0y .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-uVzXta8A0y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzXta8A0y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzXta8A0y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzXta8A0y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzXta8A0y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzXta8A0y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzXta8A0y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzXta8A0y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzXta8A0y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzXta8A0y .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-uVzXta8A0y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzXta8A0y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzXta8A0y .dropdown-item:hover,
.cid-uVzXta8A0y .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVzXta8A0y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzXta8A0y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzXta8A0y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVzXta8A0y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzXta8A0y .dropdown-menu,
.cid-uVzXta8A0y .navbar.opened {
  background: #ffffff !important;
}
.cid-uVzXta8A0y .nav-item:focus,
.cid-uVzXta8A0y .nav-link:focus {
  outline: none;
}
.cid-uVzXta8A0y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzXta8A0y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzXta8A0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzXta8A0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzXta8A0y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzXta8A0y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzXta8A0y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzXta8A0y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzXta8A0y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzXta8A0y .dropdown-item.active,
.cid-uVzXta8A0y .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzXta8A0y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzXta8A0y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzXta8A0y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzXta8A0y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVzXta8A0y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzXta8A0y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzXta8A0y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzXta8A0y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzXta8A0y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzXta8A0y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVzXta8A0y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzXta8A0y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzXta8A0y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzXta8A0y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzXta8A0y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzXta8A0y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzXta8A0y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzXta8A0y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzXta8A0y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzXta8A0y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzXta8A0y .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-uVzXta8A0y .navbar {
    height: 70px;
  }
  .cid-uVzXta8A0y .navbar.opened {
    height: auto;
  }
  .cid-uVzXta8A0y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVzXtaqQzH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVzXtaqQzH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVzXtaqQzH .item {
    margin-bottom: 1rem;
  }
}
.cid-uVzXtaqQzH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVzXtaqQzH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVzXtaqQzH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVzXtaqQzH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVzXtaqQzH .carousel-control,
.cid-uVzXtaqQzH .close {
  background: #1b1b1b;
}
.cid-uVzXtaqQzH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVzXtaqQzH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVzXtaqQzH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVzXtaqQzH .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVzXtaqQzH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVzXtaqQzH .close::before {
  content: '\e91a';
}
.cid-uVzXtaqQzH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVzXtaqQzH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVzXtaqQzH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzXtaqQzH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVzXtaqQzH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVzXtaqQzH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVzXtaqQzH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVzXtaqQzH .carousel-indicators li.active,
.cid-uVzXtaqQzH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVzXtaqQzH .carousel-indicators li::after,
.cid-uVzXtaqQzH .carousel-indicators li::before {
  content: none;
}
.cid-uVzXtaqQzH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVzXtaqQzH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVzXtaqQzH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVzXtaqQzH .carousel-indicators {
    display: none;
  }
}
.cid-uVzXtaqQzH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVzXtaqQzH .carousel-inner > .active {
  display: block;
}
.cid-uVzXtaqQzH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzXtaqQzH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVzXtaqQzH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVzXtaqQzH .carousel-control,
  .cid-uVzXtaqQzH .carousel-indicators,
  .cid-uVzXtaqQzH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVzXtaqQzH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVzXtaqQzH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVzXtaqQzH .carousel-indicators .active,
.cid-uVzXtaqQzH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVzXtaqQzH .carousel-indicators .active {
  background: #fff;
}
.cid-uVzXtaqQzH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVzXtaqQzH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVzXtaqQzH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVzXtaqQzH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVzXtaqQzH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVzXtaqQzH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVzXtaqQzH .carousel {
  width: 100%;
}
.cid-uVzXtaqQzH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVzXtaqQzH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVzXtaqQzH .modal.fade .modal-dialog,
.cid-uVzXtaqQzH .modal.in .modal-dialog {
  transform: none;
}
.cid-uVzXtaqQzH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVzXtaqQzH .content-head {
  max-width: 800px;
}
.cid-uVzXtaUcOY {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVzXtaUcOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzXtaUcOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzXtaUcOY .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVzXtaUcOY .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVzXtaUcOY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzXtaUcOY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVzXtaUcOY .mbr-text,
.cid-uVzXtaUcOY .mbr-section-btn {
  text-align: center;
}
.cid-uVzXtb5QrF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVzXtb5QrF .justify-content-center {
  align-items: center;
}
.cid-uVzXtb5QrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzXtb5QrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzXtb5QrF .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVzXtb5QrF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzXtb5QrF .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVzXtb5QrF .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVzXtb5QrF .row {
  align-items: center;
}
.cid-uVzXtb5QrF .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVzXtb5QrF .card-text {
    text-align: center;
  }
}
.cid-uVzXtbdfk8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVzXtbdfk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzXtbdfk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzXtbdfk8 .mbr-text,
.cid-uVzXtbdfk8 .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVzXtbdfk8 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVzXtbm9Vb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVzXtbm9Vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzXtbm9Vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzXtbm9Vb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVzXtbm9Vb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVzXtbm9Vb .container {
    padding: 0 30px;
  }
}
.cid-uVzXtbm9Vb .row {
  justify-content: center;
}
.cid-uVzXtbm9Vb .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzXtbm9Vb .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzXtbm9Vb .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzXtbm9Vb .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzXtbm9Vb .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVzXtbm9Vb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVzXtbm9Vb .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzXtbm9Vb .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzXtbm9Vb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzXtbm9Vb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVzXtbm9Vb .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzXtbm9Vb .nav-wrapper .list .item-wrap:hover,
.cid-uVzXtbm9Vb .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzXtbm9Vb .nav-wrapper .list .item-wrap:hover::before,
.cid-uVzXtbm9Vb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVzXtbm9Vb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVzXtbm9Vb .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzXtbm9Vb .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzXtbm9Vb .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzXtbm9Vb .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzXtbm9Vb .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVzXtbm9Vb .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzXtbm9Vb .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVzXtbm9Vb .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVzXtbm9Vb .mbr-section-title {
  color: #bee0d6;
}
.cid-uVzXtbm9Vb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVzXtbm9Vb .list {
  color: #bee0d6;
}
.cid-uVzXtbm9Vb .mbr-address {
  color: #ffffff;
}
.cid-uVzXtbm9Vb .mbr-copy {
  color: #ffffff;
}
.cid-uVzXtbm9Vb .list,
.cid-uVzXtbm9Vb .item-wrap,
.cid-uVzXtbm9Vb .nav-wrapper {
  color: #ffffff;
}
.cid-uVzXtbm9Vb .mbr-section-title,
.cid-uVzXtbm9Vb .logo-wrapper {
  color: #ffffff;
}
.cid-uVzZ7nuB1F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVzZ7nuB1F .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVzZ7nuB1F .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVzZ7nuB1F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVzZ7nuB1F .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVzZ7nuB1F .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVzZ7nuB1F .container {
    padding: 0 1rem;
  }
}
.cid-uVzZ7nuB1F .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVzZ7nuB1F .nav-link {
  position: relative;
}
.cid-uVzZ7nuB1F .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVzZ7nuB1F nav.navbar {
  position: fixed;
}
.cid-uVzZ7nuB1F .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVzZ7nuB1F .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzZ7nuB1F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVzZ7nuB1F .navbar .navbar-logo img {
  width: auto;
}
.cid-uVzZ7nuB1F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzZ7nuB1F .navbar.collapsed {
  justify-content: center;
}
.cid-uVzZ7nuB1F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzZ7nuB1F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzZ7nuB1F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVzZ7nuB1F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzZ7nuB1F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzZ7nuB1F .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-uVzZ7nuB1F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzZ7nuB1F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzZ7nuB1F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzZ7nuB1F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzZ7nuB1F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzZ7nuB1F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzZ7nuB1F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzZ7nuB1F .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-uVzZ7nuB1F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzZ7nuB1F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzZ7nuB1F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVzZ7nuB1F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVzZ7nuB1F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzZ7nuB1F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzZ7nuB1F .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVzZ7nuB1F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVzZ7nuB1F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVzZ7nuB1F .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-uVzZ7nuB1F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVzZ7nuB1F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVzZ7nuB1F .dropdown-item:hover,
.cid-uVzZ7nuB1F .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVzZ7nuB1F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzZ7nuB1F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzZ7nuB1F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVzZ7nuB1F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzZ7nuB1F .dropdown-menu,
.cid-uVzZ7nuB1F .navbar.opened {
  background: #ffffff !important;
}
.cid-uVzZ7nuB1F .nav-item:focus,
.cid-uVzZ7nuB1F .nav-link:focus {
  outline: none;
}
.cid-uVzZ7nuB1F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzZ7nuB1F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVzZ7nuB1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzZ7nuB1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzZ7nuB1F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzZ7nuB1F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzZ7nuB1F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVzZ7nuB1F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVzZ7nuB1F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzZ7nuB1F .dropdown-item.active,
.cid-uVzZ7nuB1F .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzZ7nuB1F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzZ7nuB1F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzZ7nuB1F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzZ7nuB1F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVzZ7nuB1F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVzZ7nuB1F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzZ7nuB1F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVzZ7nuB1F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVzZ7nuB1F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVzZ7nuB1F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVzZ7nuB1F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVzZ7nuB1F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzZ7nuB1F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVzZ7nuB1F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVzZ7nuB1F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzZ7nuB1F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzZ7nuB1F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzZ7nuB1F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzZ7nuB1F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzZ7nuB1F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzZ7nuB1F .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-uVzZ7nuB1F .navbar {
    height: 70px;
  }
  .cid-uVzZ7nuB1F .navbar.opened {
    height: auto;
  }
  .cid-uVzZ7nuB1F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVzZ7nL103 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVzZ7nL103 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVzZ7nL103 .item {
    margin-bottom: 1rem;
  }
}
.cid-uVzZ7nL103 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVzZ7nL103 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVzZ7nL103 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVzZ7nL103 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVzZ7nL103 .carousel-control,
.cid-uVzZ7nL103 .close {
  background: #1b1b1b;
}
.cid-uVzZ7nL103 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVzZ7nL103 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVzZ7nL103 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVzZ7nL103 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVzZ7nL103 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVzZ7nL103 .close::before {
  content: '\e91a';
}
.cid-uVzZ7nL103 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVzZ7nL103 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVzZ7nL103 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzZ7nL103 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVzZ7nL103 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVzZ7nL103 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVzZ7nL103 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVzZ7nL103 .carousel-indicators li.active,
.cid-uVzZ7nL103 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVzZ7nL103 .carousel-indicators li::after,
.cid-uVzZ7nL103 .carousel-indicators li::before {
  content: none;
}
.cid-uVzZ7nL103 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVzZ7nL103 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVzZ7nL103 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVzZ7nL103 .carousel-indicators {
    display: none;
  }
}
.cid-uVzZ7nL103 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVzZ7nL103 .carousel-inner > .active {
  display: block;
}
.cid-uVzZ7nL103 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzZ7nL103 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVzZ7nL103 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVzZ7nL103 .carousel-control,
  .cid-uVzZ7nL103 .carousel-indicators,
  .cid-uVzZ7nL103 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVzZ7nL103 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVzZ7nL103 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVzZ7nL103 .carousel-indicators .active,
.cid-uVzZ7nL103 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVzZ7nL103 .carousel-indicators .active {
  background: #fff;
}
.cid-uVzZ7nL103 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVzZ7nL103 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVzZ7nL103 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVzZ7nL103 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVzZ7nL103 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVzZ7nL103 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVzZ7nL103 .carousel {
  width: 100%;
}
.cid-uVzZ7nL103 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVzZ7nL103 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVzZ7nL103 .modal.fade .modal-dialog,
.cid-uVzZ7nL103 .modal.in .modal-dialog {
  transform: none;
}
.cid-uVzZ7nL103 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVzZ7nL103 .content-head {
  max-width: 800px;
}
.cid-uVzZ7oNLQF {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVzZ7oNLQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzZ7oNLQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzZ7oNLQF .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVzZ7oNLQF .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVzZ7oNLQF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzZ7oNLQF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVzZ7oNLQF .mbr-text,
.cid-uVzZ7oNLQF .mbr-section-btn {
  text-align: center;
}
.cid-uVzZ7p0PuA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVzZ7p0PuA .justify-content-center {
  align-items: center;
}
.cid-uVzZ7p0PuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzZ7p0PuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzZ7p0PuA .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVzZ7p0PuA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzZ7p0PuA .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVzZ7p0PuA .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVzZ7p0PuA .row {
  align-items: center;
}
.cid-uVzZ7p0PuA .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVzZ7p0PuA .card-text {
    text-align: center;
  }
}
.cid-uVzZ7paTAz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVzZ7paTAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzZ7paTAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzZ7paTAz .mbr-text,
.cid-uVzZ7paTAz .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVzZ7paTAz .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVzZ7pmC1s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVzZ7pmC1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzZ7pmC1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzZ7pmC1s .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVzZ7pmC1s .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVzZ7pmC1s .container {
    padding: 0 30px;
  }
}
.cid-uVzZ7pmC1s .row {
  justify-content: center;
}
.cid-uVzZ7pmC1s .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzZ7pmC1s .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzZ7pmC1s .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzZ7pmC1s .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzZ7pmC1s .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVzZ7pmC1s .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVzZ7pmC1s .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzZ7pmC1s .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzZ7pmC1s .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzZ7pmC1s .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVzZ7pmC1s .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzZ7pmC1s .nav-wrapper .list .item-wrap:hover,
.cid-uVzZ7pmC1s .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzZ7pmC1s .nav-wrapper .list .item-wrap:hover::before,
.cid-uVzZ7pmC1s .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVzZ7pmC1s .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVzZ7pmC1s .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzZ7pmC1s .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVzZ7pmC1s .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVzZ7pmC1s .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVzZ7pmC1s .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVzZ7pmC1s .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVzZ7pmC1s .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVzZ7pmC1s .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVzZ7pmC1s .mbr-section-title {
  color: #bee0d6;
}
.cid-uVzZ7pmC1s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVzZ7pmC1s .list {
  color: #bee0d6;
}
.cid-uVzZ7pmC1s .mbr-address {
  color: #ffffff;
}
.cid-uVzZ7pmC1s .mbr-copy {
  color: #ffffff;
}
.cid-uVzZ7pmC1s .list,
.cid-uVzZ7pmC1s .item-wrap,
.cid-uVzZ7pmC1s .nav-wrapper {
  color: #ffffff;
}
.cid-uVzZ7pmC1s .mbr-section-title,
.cid-uVzZ7pmC1s .logo-wrapper {
  color: #ffffff;
}
.cid-uVA0lcJ6J7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVA0lcJ6J7 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVA0lcJ6J7 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVA0lcJ6J7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVA0lcJ6J7 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVA0lcJ6J7 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVA0lcJ6J7 .container {
    padding: 0 1rem;
  }
}
.cid-uVA0lcJ6J7 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVA0lcJ6J7 .nav-link {
  position: relative;
}
.cid-uVA0lcJ6J7 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVA0lcJ6J7 nav.navbar {
  position: fixed;
}
.cid-uVA0lcJ6J7 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVA0lcJ6J7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVA0lcJ6J7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVA0lcJ6J7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVA0lcJ6J7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVA0lcJ6J7 .navbar.collapsed {
  justify-content: center;
}
.cid-uVA0lcJ6J7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVA0lcJ6J7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVA0lcJ6J7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVA0lcJ6J7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVA0lcJ6J7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVA0lcJ6J7 .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-uVA0lcJ6J7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVA0lcJ6J7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVA0lcJ6J7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVA0lcJ6J7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVA0lcJ6J7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVA0lcJ6J7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVA0lcJ6J7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVA0lcJ6J7 .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-uVA0lcJ6J7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVA0lcJ6J7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVA0lcJ6J7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVA0lcJ6J7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVA0lcJ6J7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVA0lcJ6J7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVA0lcJ6J7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVA0lcJ6J7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVA0lcJ6J7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVA0lcJ6J7 .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-uVA0lcJ6J7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVA0lcJ6J7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVA0lcJ6J7 .dropdown-item:hover,
.cid-uVA0lcJ6J7 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVA0lcJ6J7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVA0lcJ6J7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVA0lcJ6J7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVA0lcJ6J7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVA0lcJ6J7 .dropdown-menu,
.cid-uVA0lcJ6J7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVA0lcJ6J7 .nav-item:focus,
.cid-uVA0lcJ6J7 .nav-link:focus {
  outline: none;
}
.cid-uVA0lcJ6J7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVA0lcJ6J7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVA0lcJ6J7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVA0lcJ6J7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVA0lcJ6J7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVA0lcJ6J7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVA0lcJ6J7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVA0lcJ6J7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVA0lcJ6J7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVA0lcJ6J7 .dropdown-item.active,
.cid-uVA0lcJ6J7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVA0lcJ6J7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVA0lcJ6J7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVA0lcJ6J7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVA0lcJ6J7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVA0lcJ6J7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVA0lcJ6J7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVA0lcJ6J7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVA0lcJ6J7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVA0lcJ6J7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVA0lcJ6J7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVA0lcJ6J7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVA0lcJ6J7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVA0lcJ6J7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVA0lcJ6J7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVA0lcJ6J7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVA0lcJ6J7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVA0lcJ6J7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVA0lcJ6J7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVA0lcJ6J7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVA0lcJ6J7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVA0lcJ6J7 .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-uVA0lcJ6J7 .navbar {
    height: 70px;
  }
  .cid-uVA0lcJ6J7 .navbar.opened {
    height: auto;
  }
  .cid-uVA0lcJ6J7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVA0ld00kY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVA0ld00kY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVA0ld00kY .item {
    margin-bottom: 1rem;
  }
}
.cid-uVA0ld00kY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVA0ld00kY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVA0ld00kY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVA0ld00kY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVA0ld00kY .carousel-control,
.cid-uVA0ld00kY .close {
  background: #1b1b1b;
}
.cid-uVA0ld00kY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVA0ld00kY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVA0ld00kY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVA0ld00kY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVA0ld00kY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVA0ld00kY .close::before {
  content: '\e91a';
}
.cid-uVA0ld00kY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVA0ld00kY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVA0ld00kY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVA0ld00kY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVA0ld00kY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVA0ld00kY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVA0ld00kY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVA0ld00kY .carousel-indicators li.active,
.cid-uVA0ld00kY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVA0ld00kY .carousel-indicators li::after,
.cid-uVA0ld00kY .carousel-indicators li::before {
  content: none;
}
.cid-uVA0ld00kY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVA0ld00kY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVA0ld00kY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVA0ld00kY .carousel-indicators {
    display: none;
  }
}
.cid-uVA0ld00kY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVA0ld00kY .carousel-inner > .active {
  display: block;
}
.cid-uVA0ld00kY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVA0ld00kY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVA0ld00kY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVA0ld00kY .carousel-control,
  .cid-uVA0ld00kY .carousel-indicators,
  .cid-uVA0ld00kY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVA0ld00kY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVA0ld00kY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVA0ld00kY .carousel-indicators .active,
.cid-uVA0ld00kY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVA0ld00kY .carousel-indicators .active {
  background: #fff;
}
.cid-uVA0ld00kY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVA0ld00kY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVA0ld00kY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVA0ld00kY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVA0ld00kY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVA0ld00kY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVA0ld00kY .carousel {
  width: 100%;
}
.cid-uVA0ld00kY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVA0ld00kY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVA0ld00kY .modal.fade .modal-dialog,
.cid-uVA0ld00kY .modal.in .modal-dialog {
  transform: none;
}
.cid-uVA0ld00kY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVA0ld00kY .content-head {
  max-width: 800px;
}
.cid-uVA0le6EO5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVA0le6EO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA0le6EO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA0le6EO5 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVA0le6EO5 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVA0le6EO5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVA0le6EO5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVA0le6EO5 .mbr-text,
.cid-uVA0le6EO5 .mbr-section-btn {
  text-align: center;
}
.cid-uVA0leh1cj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVA0leh1cj .justify-content-center {
  align-items: center;
}
.cid-uVA0leh1cj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA0leh1cj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA0leh1cj .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVA0leh1cj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVA0leh1cj .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVA0leh1cj .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVA0leh1cj .row {
  align-items: center;
}
.cid-uVA0leh1cj .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVA0leh1cj .card-text {
    text-align: center;
  }
}
.cid-uVA0leqN5j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVA0leqN5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA0leqN5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA0leqN5j .mbr-text,
.cid-uVA0leqN5j .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVA0leqN5j .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVA0leAceu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVA0leAceu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA0leAceu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA0leAceu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVA0leAceu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVA0leAceu .container {
    padding: 0 30px;
  }
}
.cid-uVA0leAceu .row {
  justify-content: center;
}
.cid-uVA0leAceu .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVA0leAceu .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0leAceu .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVA0leAceu .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0leAceu .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVA0leAceu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVA0leAceu .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVA0leAceu .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0leAceu .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVA0leAceu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVA0leAceu .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVA0leAceu .nav-wrapper .list .item-wrap:hover,
.cid-uVA0leAceu .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVA0leAceu .nav-wrapper .list .item-wrap:hover::before,
.cid-uVA0leAceu .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVA0leAceu .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVA0leAceu .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVA0leAceu .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVA0leAceu .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0leAceu .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVA0leAceu .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0leAceu .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVA0leAceu .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVA0leAceu .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVA0leAceu .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVA0leAceu .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVA0leAceu .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVA0leAceu .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVA0leAceu .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVA0leAceu .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVA0leAceu .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVA0leAceu .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVA0leAceu .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0leAceu .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVA0leAceu .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVA0leAceu .mbr-section-title {
  color: #bee0d6;
}
.cid-uVA0leAceu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVA0leAceu .list {
  color: #bee0d6;
}
.cid-uVA0leAceu .mbr-address {
  color: #ffffff;
}
.cid-uVA0leAceu .mbr-copy {
  color: #ffffff;
}
.cid-uVA0leAceu .list,
.cid-uVA0leAceu .item-wrap,
.cid-uVA0leAceu .nav-wrapper {
  color: #ffffff;
}
.cid-uVA0leAceu .mbr-section-title,
.cid-uVA0leAceu .logo-wrapper {
  color: #ffffff;
}
.cid-uVA0R9YpAQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVA0R9YpAQ .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVA0R9YpAQ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVA0R9YpAQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVA0R9YpAQ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVA0R9YpAQ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVA0R9YpAQ .container {
    padding: 0 1rem;
  }
}
.cid-uVA0R9YpAQ .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVA0R9YpAQ .nav-link {
  position: relative;
}
.cid-uVA0R9YpAQ .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVA0R9YpAQ nav.navbar {
  position: fixed;
}
.cid-uVA0R9YpAQ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVA0R9YpAQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uVA0R9YpAQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVA0R9YpAQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uVA0R9YpAQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVA0R9YpAQ .navbar.collapsed {
  justify-content: center;
}
.cid-uVA0R9YpAQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVA0R9YpAQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVA0R9YpAQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVA0R9YpAQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVA0R9YpAQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVA0R9YpAQ .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-uVA0R9YpAQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVA0R9YpAQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVA0R9YpAQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVA0R9YpAQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVA0R9YpAQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVA0R9YpAQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVA0R9YpAQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVA0R9YpAQ .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-uVA0R9YpAQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVA0R9YpAQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVA0R9YpAQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVA0R9YpAQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVA0R9YpAQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVA0R9YpAQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVA0R9YpAQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVA0R9YpAQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVA0R9YpAQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVA0R9YpAQ .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-uVA0R9YpAQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVA0R9YpAQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVA0R9YpAQ .dropdown-item:hover,
.cid-uVA0R9YpAQ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVA0R9YpAQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVA0R9YpAQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVA0R9YpAQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVA0R9YpAQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVA0R9YpAQ .dropdown-menu,
.cid-uVA0R9YpAQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uVA0R9YpAQ .nav-item:focus,
.cid-uVA0R9YpAQ .nav-link:focus {
  outline: none;
}
.cid-uVA0R9YpAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVA0R9YpAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVA0R9YpAQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVA0R9YpAQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVA0R9YpAQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVA0R9YpAQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVA0R9YpAQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVA0R9YpAQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVA0R9YpAQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVA0R9YpAQ .dropdown-item.active,
.cid-uVA0R9YpAQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uVA0R9YpAQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVA0R9YpAQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVA0R9YpAQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVA0R9YpAQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVA0R9YpAQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVA0R9YpAQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVA0R9YpAQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVA0R9YpAQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVA0R9YpAQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVA0R9YpAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVA0R9YpAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVA0R9YpAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVA0R9YpAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVA0R9YpAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVA0R9YpAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVA0R9YpAQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVA0R9YpAQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVA0R9YpAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVA0R9YpAQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVA0R9YpAQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVA0R9YpAQ .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-uVA0R9YpAQ .navbar {
    height: 70px;
  }
  .cid-uVA0R9YpAQ .navbar.opened {
    height: auto;
  }
  .cid-uVA0R9YpAQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVA0RafgPf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVA0RafgPf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVA0RafgPf .item {
    margin-bottom: 1rem;
  }
}
.cid-uVA0RafgPf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVA0RafgPf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVA0RafgPf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVA0RafgPf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVA0RafgPf .carousel-control,
.cid-uVA0RafgPf .close {
  background: #1b1b1b;
}
.cid-uVA0RafgPf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVA0RafgPf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVA0RafgPf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVA0RafgPf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVA0RafgPf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVA0RafgPf .close::before {
  content: '\e91a';
}
.cid-uVA0RafgPf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVA0RafgPf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVA0RafgPf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVA0RafgPf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVA0RafgPf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVA0RafgPf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVA0RafgPf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVA0RafgPf .carousel-indicators li.active,
.cid-uVA0RafgPf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVA0RafgPf .carousel-indicators li::after,
.cid-uVA0RafgPf .carousel-indicators li::before {
  content: none;
}
.cid-uVA0RafgPf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVA0RafgPf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVA0RafgPf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVA0RafgPf .carousel-indicators {
    display: none;
  }
}
.cid-uVA0RafgPf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVA0RafgPf .carousel-inner > .active {
  display: block;
}
.cid-uVA0RafgPf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVA0RafgPf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVA0RafgPf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVA0RafgPf .carousel-control,
  .cid-uVA0RafgPf .carousel-indicators,
  .cid-uVA0RafgPf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVA0RafgPf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVA0RafgPf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVA0RafgPf .carousel-indicators .active,
.cid-uVA0RafgPf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVA0RafgPf .carousel-indicators .active {
  background: #fff;
}
.cid-uVA0RafgPf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVA0RafgPf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVA0RafgPf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVA0RafgPf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVA0RafgPf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVA0RafgPf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVA0RafgPf .carousel {
  width: 100%;
}
.cid-uVA0RafgPf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVA0RafgPf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVA0RafgPf .modal.fade .modal-dialog,
.cid-uVA0RafgPf .modal.in .modal-dialog {
  transform: none;
}
.cid-uVA0RafgPf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVA0RafgPf .content-head {
  max-width: 800px;
}
.cid-uVA0Ray8BO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVA0Ray8BO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA0Ray8BO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA0Ray8BO .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVA0Ray8BO .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVA0Ray8BO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVA0Ray8BO .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVA0Ray8BO .mbr-text,
.cid-uVA0Ray8BO .mbr-section-btn {
  text-align: center;
}
.cid-uVA0RaR7Rn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVA0RaR7Rn .justify-content-center {
  align-items: center;
}
.cid-uVA0RaR7Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA0RaR7Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA0RaR7Rn .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVA0RaR7Rn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVA0RaR7Rn .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVA0RaR7Rn .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVA0RaR7Rn .row {
  align-items: center;
}
.cid-uVA0RaR7Rn .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVA0RaR7Rn .card-text {
    text-align: center;
  }
}
.cid-uVA0Rb7wrw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVA0Rb7wrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA0Rb7wrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA0Rb7wrw .mbr-text,
.cid-uVA0Rb7wrw .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVA0Rb7wrw .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVA0RboeZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVA0RboeZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA0RboeZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA0RboeZz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVA0RboeZz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVA0RboeZz .container {
    padding: 0 30px;
  }
}
.cid-uVA0RboeZz .row {
  justify-content: center;
}
.cid-uVA0RboeZz .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVA0RboeZz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0RboeZz .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVA0RboeZz .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0RboeZz .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVA0RboeZz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVA0RboeZz .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVA0RboeZz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0RboeZz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVA0RboeZz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVA0RboeZz .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVA0RboeZz .nav-wrapper .list .item-wrap:hover,
.cid-uVA0RboeZz .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVA0RboeZz .nav-wrapper .list .item-wrap:hover::before,
.cid-uVA0RboeZz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVA0RboeZz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVA0RboeZz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVA0RboeZz .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVA0RboeZz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVA0RboeZz .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVA0RboeZz .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVA0RboeZz .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVA0RboeZz .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA0RboeZz .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVA0RboeZz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVA0RboeZz .mbr-section-title {
  color: #bee0d6;
}
.cid-uVA0RboeZz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVA0RboeZz .list {
  color: #bee0d6;
}
.cid-uVA0RboeZz .mbr-address {
  color: #ffffff;
}
.cid-uVA0RboeZz .mbr-copy {
  color: #ffffff;
}
.cid-uVA0RboeZz .list,
.cid-uVA0RboeZz .item-wrap,
.cid-uVA0RboeZz .nav-wrapper {
  color: #ffffff;
}
.cid-uVA0RboeZz .mbr-section-title,
.cid-uVA0RboeZz .logo-wrapper {
  color: #ffffff;
}
.cid-uVA8TKPyJn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVA8TKPyJn .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVA8TKPyJn .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVA8TKPyJn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVA8TKPyJn .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVA8TKPyJn .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVA8TKPyJn .container {
    padding: 0 1rem;
  }
}
.cid-uVA8TKPyJn .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVA8TKPyJn .nav-link {
  position: relative;
}
.cid-uVA8TKPyJn .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVA8TKPyJn nav.navbar {
  position: fixed;
}
.cid-uVA8TKPyJn .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVA8TKPyJn .navbar.opened {
  transition: all 0.3s;
}
.cid-uVA8TKPyJn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVA8TKPyJn .navbar .navbar-logo img {
  width: auto;
}
.cid-uVA8TKPyJn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVA8TKPyJn .navbar.collapsed {
  justify-content: center;
}
.cid-uVA8TKPyJn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVA8TKPyJn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVA8TKPyJn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVA8TKPyJn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVA8TKPyJn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVA8TKPyJn .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-uVA8TKPyJn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVA8TKPyJn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVA8TKPyJn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVA8TKPyJn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVA8TKPyJn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVA8TKPyJn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVA8TKPyJn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVA8TKPyJn .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-uVA8TKPyJn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVA8TKPyJn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVA8TKPyJn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVA8TKPyJn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVA8TKPyJn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVA8TKPyJn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVA8TKPyJn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVA8TKPyJn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVA8TKPyJn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVA8TKPyJn .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-uVA8TKPyJn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVA8TKPyJn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVA8TKPyJn .dropdown-item:hover,
.cid-uVA8TKPyJn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVA8TKPyJn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVA8TKPyJn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVA8TKPyJn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVA8TKPyJn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVA8TKPyJn .dropdown-menu,
.cid-uVA8TKPyJn .navbar.opened {
  background: #ffffff !important;
}
.cid-uVA8TKPyJn .nav-item:focus,
.cid-uVA8TKPyJn .nav-link:focus {
  outline: none;
}
.cid-uVA8TKPyJn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVA8TKPyJn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVA8TKPyJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVA8TKPyJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVA8TKPyJn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVA8TKPyJn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVA8TKPyJn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVA8TKPyJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVA8TKPyJn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVA8TKPyJn .dropdown-item.active,
.cid-uVA8TKPyJn .dropdown-item:active {
  background-color: transparent;
}
.cid-uVA8TKPyJn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVA8TKPyJn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVA8TKPyJn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVA8TKPyJn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVA8TKPyJn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVA8TKPyJn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVA8TKPyJn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVA8TKPyJn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVA8TKPyJn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVA8TKPyJn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVA8TKPyJn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVA8TKPyJn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVA8TKPyJn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVA8TKPyJn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVA8TKPyJn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVA8TKPyJn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVA8TKPyJn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVA8TKPyJn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVA8TKPyJn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVA8TKPyJn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVA8TKPyJn .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-uVA8TKPyJn .navbar {
    height: 70px;
  }
  .cid-uVA8TKPyJn .navbar.opened {
    height: auto;
  }
  .cid-uVA8TKPyJn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVA8TL5k65 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVA8TL5k65 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVA8TL5k65 .item {
    margin-bottom: 1rem;
  }
}
.cid-uVA8TL5k65 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVA8TL5k65 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVA8TL5k65 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVA8TL5k65 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVA8TL5k65 .carousel-control,
.cid-uVA8TL5k65 .close {
  background: #1b1b1b;
}
.cid-uVA8TL5k65 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVA8TL5k65 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVA8TL5k65 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVA8TL5k65 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVA8TL5k65 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVA8TL5k65 .close::before {
  content: '\e91a';
}
.cid-uVA8TL5k65 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVA8TL5k65 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVA8TL5k65 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVA8TL5k65 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVA8TL5k65 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVA8TL5k65 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVA8TL5k65 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVA8TL5k65 .carousel-indicators li.active,
.cid-uVA8TL5k65 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVA8TL5k65 .carousel-indicators li::after,
.cid-uVA8TL5k65 .carousel-indicators li::before {
  content: none;
}
.cid-uVA8TL5k65 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVA8TL5k65 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVA8TL5k65 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVA8TL5k65 .carousel-indicators {
    display: none;
  }
}
.cid-uVA8TL5k65 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVA8TL5k65 .carousel-inner > .active {
  display: block;
}
.cid-uVA8TL5k65 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVA8TL5k65 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVA8TL5k65 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVA8TL5k65 .carousel-control,
  .cid-uVA8TL5k65 .carousel-indicators,
  .cid-uVA8TL5k65 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVA8TL5k65 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVA8TL5k65 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVA8TL5k65 .carousel-indicators .active,
.cid-uVA8TL5k65 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVA8TL5k65 .carousel-indicators .active {
  background: #fff;
}
.cid-uVA8TL5k65 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVA8TL5k65 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVA8TL5k65 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVA8TL5k65 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVA8TL5k65 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVA8TL5k65 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVA8TL5k65 .carousel {
  width: 100%;
}
.cid-uVA8TL5k65 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVA8TL5k65 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVA8TL5k65 .modal.fade .modal-dialog,
.cid-uVA8TL5k65 .modal.in .modal-dialog {
  transform: none;
}
.cid-uVA8TL5k65 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVA8TL5k65 .content-head {
  max-width: 800px;
}
.cid-uVA8TLAAkf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVA8TLAAkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA8TLAAkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA8TLAAkf .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVA8TLAAkf .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVA8TLAAkf .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVA8TLAAkf .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVA8TLAAkf .mbr-text,
.cid-uVA8TLAAkf .mbr-section-btn {
  text-align: center;
}
.cid-uVA8TLIp8b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVA8TLIp8b .justify-content-center {
  align-items: center;
}
.cid-uVA8TLIp8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA8TLIp8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA8TLIp8b .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVA8TLIp8b .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVA8TLIp8b .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVA8TLIp8b .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVA8TLIp8b .row {
  align-items: center;
}
.cid-uVA8TLIp8b .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVA8TLIp8b .card-text {
    text-align: center;
  }
}
.cid-uVA8TLSL6h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVA8TLSL6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA8TLSL6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA8TLSL6h .mbr-text,
.cid-uVA8TLSL6h .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVA8TLSL6h .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVA8TM0r2D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVA8TM0r2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVA8TM0r2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVA8TM0r2D .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVA8TM0r2D .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVA8TM0r2D .container {
    padding: 0 30px;
  }
}
.cid-uVA8TM0r2D .row {
  justify-content: center;
}
.cid-uVA8TM0r2D .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVA8TM0r2D .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA8TM0r2D .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVA8TM0r2D .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA8TM0r2D .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVA8TM0r2D .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVA8TM0r2D .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVA8TM0r2D .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA8TM0r2D .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVA8TM0r2D .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVA8TM0r2D .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVA8TM0r2D .nav-wrapper .list .item-wrap:hover,
.cid-uVA8TM0r2D .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVA8TM0r2D .nav-wrapper .list .item-wrap:hover::before,
.cid-uVA8TM0r2D .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVA8TM0r2D .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVA8TM0r2D .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVA8TM0r2D .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVA8TM0r2D .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVA8TM0r2D .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVA8TM0r2D .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVA8TM0r2D .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVA8TM0r2D .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVA8TM0r2D .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVA8TM0r2D .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVA8TM0r2D .mbr-section-title {
  color: #bee0d6;
}
.cid-uVA8TM0r2D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVA8TM0r2D .list {
  color: #bee0d6;
}
.cid-uVA8TM0r2D .mbr-address {
  color: #ffffff;
}
.cid-uVA8TM0r2D .mbr-copy {
  color: #ffffff;
}
.cid-uVA8TM0r2D .list,
.cid-uVA8TM0r2D .item-wrap,
.cid-uVA8TM0r2D .nav-wrapper {
  color: #ffffff;
}
.cid-uVA8TM0r2D .mbr-section-title,
.cid-uVA8TM0r2D .logo-wrapper {
  color: #ffffff;
}
.cid-uVAheaIU58 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVAheaIU58 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVAheaIU58 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVAheaIU58 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVAheaIU58 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVAheaIU58 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVAheaIU58 .container {
    padding: 0 1rem;
  }
}
.cid-uVAheaIU58 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVAheaIU58 .nav-link {
  position: relative;
}
.cid-uVAheaIU58 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVAheaIU58 nav.navbar {
  position: fixed;
}
.cid-uVAheaIU58 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVAheaIU58 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVAheaIU58 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVAheaIU58 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVAheaIU58 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVAheaIU58 .navbar.collapsed {
  justify-content: center;
}
.cid-uVAheaIU58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVAheaIU58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVAheaIU58 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVAheaIU58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVAheaIU58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVAheaIU58 .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-uVAheaIU58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVAheaIU58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVAheaIU58 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVAheaIU58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVAheaIU58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVAheaIU58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVAheaIU58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVAheaIU58 .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-uVAheaIU58 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVAheaIU58 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVAheaIU58 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVAheaIU58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVAheaIU58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVAheaIU58 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVAheaIU58 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVAheaIU58 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVAheaIU58 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVAheaIU58 .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-uVAheaIU58 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVAheaIU58 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVAheaIU58 .dropdown-item:hover,
.cid-uVAheaIU58 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVAheaIU58 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVAheaIU58 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVAheaIU58 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVAheaIU58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVAheaIU58 .dropdown-menu,
.cid-uVAheaIU58 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVAheaIU58 .nav-item:focus,
.cid-uVAheaIU58 .nav-link:focus {
  outline: none;
}
.cid-uVAheaIU58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVAheaIU58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVAheaIU58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVAheaIU58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVAheaIU58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVAheaIU58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVAheaIU58 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVAheaIU58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVAheaIU58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVAheaIU58 .dropdown-item.active,
.cid-uVAheaIU58 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVAheaIU58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVAheaIU58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVAheaIU58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVAheaIU58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVAheaIU58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVAheaIU58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVAheaIU58 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVAheaIU58 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVAheaIU58 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVAheaIU58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVAheaIU58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVAheaIU58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVAheaIU58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVAheaIU58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVAheaIU58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVAheaIU58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVAheaIU58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVAheaIU58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVAheaIU58 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVAheaIU58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVAheaIU58 .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-uVAheaIU58 .navbar {
    height: 70px;
  }
  .cid-uVAheaIU58 .navbar.opened {
    height: auto;
  }
  .cid-uVAheaIU58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVAheb0Nno {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVAheb0Nno .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVAheb0Nno .item {
    margin-bottom: 1rem;
  }
}
.cid-uVAheb0Nno .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVAheb0Nno .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVAheb0Nno .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVAheb0Nno .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVAheb0Nno .carousel-control,
.cid-uVAheb0Nno .close {
  background: #1b1b1b;
}
.cid-uVAheb0Nno .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVAheb0Nno .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVAheb0Nno .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVAheb0Nno .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVAheb0Nno .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVAheb0Nno .close::before {
  content: '\e91a';
}
.cid-uVAheb0Nno .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVAheb0Nno .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVAheb0Nno .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVAheb0Nno .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVAheb0Nno .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVAheb0Nno .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVAheb0Nno .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVAheb0Nno .carousel-indicators li.active,
.cid-uVAheb0Nno .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVAheb0Nno .carousel-indicators li::after,
.cid-uVAheb0Nno .carousel-indicators li::before {
  content: none;
}
.cid-uVAheb0Nno .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVAheb0Nno .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVAheb0Nno .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVAheb0Nno .carousel-indicators {
    display: none;
  }
}
.cid-uVAheb0Nno .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVAheb0Nno .carousel-inner > .active {
  display: block;
}
.cid-uVAheb0Nno .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVAheb0Nno .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVAheb0Nno .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVAheb0Nno .carousel-control,
  .cid-uVAheb0Nno .carousel-indicators,
  .cid-uVAheb0Nno .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVAheb0Nno .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVAheb0Nno .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVAheb0Nno .carousel-indicators .active,
.cid-uVAheb0Nno .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVAheb0Nno .carousel-indicators .active {
  background: #fff;
}
.cid-uVAheb0Nno .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVAheb0Nno .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVAheb0Nno .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVAheb0Nno .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVAheb0Nno .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVAheb0Nno .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVAheb0Nno .carousel {
  width: 100%;
}
.cid-uVAheb0Nno .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVAheb0Nno .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVAheb0Nno .modal.fade .modal-dialog,
.cid-uVAheb0Nno .modal.in .modal-dialog {
  transform: none;
}
.cid-uVAheb0Nno .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVAheb0Nno .content-head {
  max-width: 800px;
}
.cid-uVAhebxTIc {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVAhebxTIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVAhebxTIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVAhebxTIc .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVAhebxTIc .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVAhebxTIc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVAhebxTIc .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVAhebxTIc .mbr-text,
.cid-uVAhebxTIc .mbr-section-btn {
  text-align: center;
}
.cid-uVAhebGS24 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVAhebGS24 .justify-content-center {
  align-items: center;
}
.cid-uVAhebGS24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVAhebGS24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVAhebGS24 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVAhebGS24 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVAhebGS24 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVAhebGS24 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVAhebGS24 .row {
  align-items: center;
}
.cid-uVAhebGS24 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVAhebGS24 .card-text {
    text-align: center;
  }
}
.cid-uVAhebTDI4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVAhebTDI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVAhebTDI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVAhebTDI4 .mbr-text,
.cid-uVAhebTDI4 .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVAhebTDI4 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVAhec50hk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVAhec50hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVAhec50hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVAhec50hk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVAhec50hk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVAhec50hk .container {
    padding: 0 30px;
  }
}
.cid-uVAhec50hk .row {
  justify-content: center;
}
.cid-uVAhec50hk .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVAhec50hk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVAhec50hk .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVAhec50hk .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVAhec50hk .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVAhec50hk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVAhec50hk .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVAhec50hk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVAhec50hk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVAhec50hk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVAhec50hk .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVAhec50hk .nav-wrapper .list .item-wrap:hover,
.cid-uVAhec50hk .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVAhec50hk .nav-wrapper .list .item-wrap:hover::before,
.cid-uVAhec50hk .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVAhec50hk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVAhec50hk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVAhec50hk .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVAhec50hk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVAhec50hk .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVAhec50hk .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVAhec50hk .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVAhec50hk .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVAhec50hk .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVAhec50hk .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVAhec50hk .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVAhec50hk .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVAhec50hk .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVAhec50hk .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVAhec50hk .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVAhec50hk .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVAhec50hk .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVAhec50hk .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVAhec50hk .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVAhec50hk .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVAhec50hk .mbr-section-title {
  color: #bee0d6;
}
.cid-uVAhec50hk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVAhec50hk .list {
  color: #bee0d6;
}
.cid-uVAhec50hk .mbr-address {
  color: #ffffff;
}
.cid-uVAhec50hk .mbr-copy {
  color: #ffffff;
}
.cid-uVAhec50hk .list,
.cid-uVAhec50hk .item-wrap,
.cid-uVAhec50hk .nav-wrapper {
  color: #ffffff;
}
.cid-uVAhec50hk .mbr-section-title,
.cid-uVAhec50hk .logo-wrapper {
  color: #ffffff;
}
.cid-uVDYKHAmj4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVDYKHAmj4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVDYKHAmj4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVDYKHAmj4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVDYKHAmj4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVDYKHAmj4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVDYKHAmj4 .container {
    padding: 0 1rem;
  }
}
.cid-uVDYKHAmj4 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVDYKHAmj4 .nav-link {
  position: relative;
}
.cid-uVDYKHAmj4 .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVDYKHAmj4 nav.navbar {
  position: fixed;
}
.cid-uVDYKHAmj4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVDYKHAmj4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVDYKHAmj4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVDYKHAmj4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVDYKHAmj4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVDYKHAmj4 .navbar.collapsed {
  justify-content: center;
}
.cid-uVDYKHAmj4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVDYKHAmj4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVDYKHAmj4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVDYKHAmj4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVDYKHAmj4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVDYKHAmj4 .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-uVDYKHAmj4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVDYKHAmj4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVDYKHAmj4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVDYKHAmj4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVDYKHAmj4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVDYKHAmj4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVDYKHAmj4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVDYKHAmj4 .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-uVDYKHAmj4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVDYKHAmj4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVDYKHAmj4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVDYKHAmj4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVDYKHAmj4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVDYKHAmj4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVDYKHAmj4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVDYKHAmj4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVDYKHAmj4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVDYKHAmj4 .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-uVDYKHAmj4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVDYKHAmj4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVDYKHAmj4 .dropdown-item:hover,
.cid-uVDYKHAmj4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVDYKHAmj4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVDYKHAmj4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVDYKHAmj4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVDYKHAmj4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVDYKHAmj4 .dropdown-menu,
.cid-uVDYKHAmj4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVDYKHAmj4 .nav-item:focus,
.cid-uVDYKHAmj4 .nav-link:focus {
  outline: none;
}
.cid-uVDYKHAmj4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVDYKHAmj4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVDYKHAmj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVDYKHAmj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVDYKHAmj4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVDYKHAmj4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVDYKHAmj4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVDYKHAmj4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVDYKHAmj4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVDYKHAmj4 .dropdown-item.active,
.cid-uVDYKHAmj4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVDYKHAmj4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVDYKHAmj4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVDYKHAmj4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVDYKHAmj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVDYKHAmj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVDYKHAmj4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVDYKHAmj4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVDYKHAmj4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVDYKHAmj4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVDYKHAmj4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVDYKHAmj4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVDYKHAmj4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVDYKHAmj4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVDYKHAmj4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVDYKHAmj4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDYKHAmj4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVDYKHAmj4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVDYKHAmj4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDYKHAmj4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVDYKHAmj4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVDYKHAmj4 .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-uVDYKHAmj4 .navbar {
    height: 70px;
  }
  .cid-uVDYKHAmj4 .navbar.opened {
    height: auto;
  }
  .cid-uVDYKHAmj4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVDYKHZnmd {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVDYKHZnmd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVDYKHZnmd .item {
    margin-bottom: 1rem;
  }
}
.cid-uVDYKHZnmd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVDYKHZnmd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVDYKHZnmd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVDYKHZnmd .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVDYKHZnmd .carousel-control,
.cid-uVDYKHZnmd .close {
  background: #1b1b1b;
}
.cid-uVDYKHZnmd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVDYKHZnmd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVDYKHZnmd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVDYKHZnmd .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVDYKHZnmd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVDYKHZnmd .close::before {
  content: '\e91a';
}
.cid-uVDYKHZnmd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVDYKHZnmd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVDYKHZnmd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVDYKHZnmd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVDYKHZnmd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVDYKHZnmd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVDYKHZnmd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVDYKHZnmd .carousel-indicators li.active,
.cid-uVDYKHZnmd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVDYKHZnmd .carousel-indicators li::after,
.cid-uVDYKHZnmd .carousel-indicators li::before {
  content: none;
}
.cid-uVDYKHZnmd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVDYKHZnmd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVDYKHZnmd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVDYKHZnmd .carousel-indicators {
    display: none;
  }
}
.cid-uVDYKHZnmd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVDYKHZnmd .carousel-inner > .active {
  display: block;
}
.cid-uVDYKHZnmd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVDYKHZnmd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVDYKHZnmd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVDYKHZnmd .carousel-control,
  .cid-uVDYKHZnmd .carousel-indicators,
  .cid-uVDYKHZnmd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVDYKHZnmd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVDYKHZnmd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVDYKHZnmd .carousel-indicators .active,
.cid-uVDYKHZnmd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVDYKHZnmd .carousel-indicators .active {
  background: #fff;
}
.cid-uVDYKHZnmd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVDYKHZnmd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVDYKHZnmd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVDYKHZnmd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVDYKHZnmd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVDYKHZnmd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVDYKHZnmd .carousel {
  width: 100%;
}
.cid-uVDYKHZnmd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVDYKHZnmd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVDYKHZnmd .modal.fade .modal-dialog,
.cid-uVDYKHZnmd .modal.in .modal-dialog {
  transform: none;
}
.cid-uVDYKHZnmd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVDYKHZnmd .content-head {
  max-width: 800px;
}
.cid-uVDYKIxO3p {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVDYKIxO3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDYKIxO3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDYKIxO3p .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVDYKIxO3p .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVDYKIxO3p .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVDYKIxO3p .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVDYKIxO3p .mbr-text,
.cid-uVDYKIxO3p .mbr-section-btn {
  text-align: center;
}
.cid-uVDYKIN4IP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVDYKIN4IP .justify-content-center {
  align-items: center;
}
.cid-uVDYKIN4IP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDYKIN4IP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDYKIN4IP .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVDYKIN4IP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVDYKIN4IP .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVDYKIN4IP .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVDYKIN4IP .row {
  align-items: center;
}
.cid-uVDYKIN4IP .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVDYKIN4IP .card-text {
    text-align: center;
  }
}
.cid-uVDYKJ1qce {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVDYKJ1qce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDYKJ1qce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDYKJ1qce .mbr-text,
.cid-uVDYKJ1qce .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVDYKJ1qce .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVDYKJiATP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVDYKJiATP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDYKJiATP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDYKJiATP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVDYKJiATP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVDYKJiATP .container {
    padding: 0 30px;
  }
}
.cid-uVDYKJiATP .row {
  justify-content: center;
}
.cid-uVDYKJiATP .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVDYKJiATP .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDYKJiATP .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVDYKJiATP .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDYKJiATP .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVDYKJiATP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVDYKJiATP .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVDYKJiATP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDYKJiATP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVDYKJiATP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVDYKJiATP .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVDYKJiATP .nav-wrapper .list .item-wrap:hover,
.cid-uVDYKJiATP .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVDYKJiATP .nav-wrapper .list .item-wrap:hover::before,
.cid-uVDYKJiATP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVDYKJiATP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVDYKJiATP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVDYKJiATP .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVDYKJiATP .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVDYKJiATP .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVDYKJiATP .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVDYKJiATP .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVDYKJiATP .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDYKJiATP .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVDYKJiATP .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVDYKJiATP .mbr-section-title {
  color: #bee0d6;
}
.cid-uVDYKJiATP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVDYKJiATP .list {
  color: #bee0d6;
}
.cid-uVDYKJiATP .mbr-address {
  color: #ffffff;
}
.cid-uVDYKJiATP .mbr-copy {
  color: #ffffff;
}
.cid-uVDYKJiATP .list,
.cid-uVDYKJiATP .item-wrap,
.cid-uVDYKJiATP .nav-wrapper {
  color: #ffffff;
}
.cid-uVDYKJiATP .mbr-section-title,
.cid-uVDYKJiATP .logo-wrapper {
  color: #ffffff;
}
.cid-uVEgA4cYXw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVEgA4cYXw .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVEgA4cYXw .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVEgA4cYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVEgA4cYXw .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVEgA4cYXw .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVEgA4cYXw .container {
    padding: 0 1rem;
  }
}
.cid-uVEgA4cYXw .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVEgA4cYXw .nav-link {
  position: relative;
}
.cid-uVEgA4cYXw .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVEgA4cYXw nav.navbar {
  position: fixed;
}
.cid-uVEgA4cYXw .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVEgA4cYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-uVEgA4cYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVEgA4cYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-uVEgA4cYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVEgA4cYXw .navbar.collapsed {
  justify-content: center;
}
.cid-uVEgA4cYXw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVEgA4cYXw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVEgA4cYXw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVEgA4cYXw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVEgA4cYXw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVEgA4cYXw .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-uVEgA4cYXw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVEgA4cYXw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVEgA4cYXw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVEgA4cYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVEgA4cYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVEgA4cYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVEgA4cYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVEgA4cYXw .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-uVEgA4cYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVEgA4cYXw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVEgA4cYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVEgA4cYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVEgA4cYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVEgA4cYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVEgA4cYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVEgA4cYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVEgA4cYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVEgA4cYXw .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-uVEgA4cYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVEgA4cYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVEgA4cYXw .dropdown-item:hover,
.cid-uVEgA4cYXw .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVEgA4cYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVEgA4cYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVEgA4cYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVEgA4cYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVEgA4cYXw .dropdown-menu,
.cid-uVEgA4cYXw .navbar.opened {
  background: #ffffff !important;
}
.cid-uVEgA4cYXw .nav-item:focus,
.cid-uVEgA4cYXw .nav-link:focus {
  outline: none;
}
.cid-uVEgA4cYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVEgA4cYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVEgA4cYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVEgA4cYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVEgA4cYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVEgA4cYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVEgA4cYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVEgA4cYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVEgA4cYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVEgA4cYXw .dropdown-item.active,
.cid-uVEgA4cYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-uVEgA4cYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVEgA4cYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVEgA4cYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVEgA4cYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVEgA4cYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVEgA4cYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVEgA4cYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVEgA4cYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVEgA4cYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVEgA4cYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVEgA4cYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVEgA4cYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEgA4cYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEgA4cYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVEgA4cYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEgA4cYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVEgA4cYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVEgA4cYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEgA4cYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVEgA4cYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVEgA4cYXw .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-uVEgA4cYXw .navbar {
    height: 70px;
  }
  .cid-uVEgA4cYXw .navbar.opened {
    height: auto;
  }
  .cid-uVEgA4cYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVEgA4CNxv {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVEgA4CNxv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVEgA4CNxv .item {
    margin-bottom: 1rem;
  }
}
.cid-uVEgA4CNxv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVEgA4CNxv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVEgA4CNxv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVEgA4CNxv .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVEgA4CNxv .carousel-control,
.cid-uVEgA4CNxv .close {
  background: #1b1b1b;
}
.cid-uVEgA4CNxv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVEgA4CNxv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVEgA4CNxv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVEgA4CNxv .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVEgA4CNxv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVEgA4CNxv .close::before {
  content: '\e91a';
}
.cid-uVEgA4CNxv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVEgA4CNxv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVEgA4CNxv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVEgA4CNxv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVEgA4CNxv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVEgA4CNxv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVEgA4CNxv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVEgA4CNxv .carousel-indicators li.active,
.cid-uVEgA4CNxv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVEgA4CNxv .carousel-indicators li::after,
.cid-uVEgA4CNxv .carousel-indicators li::before {
  content: none;
}
.cid-uVEgA4CNxv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVEgA4CNxv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVEgA4CNxv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVEgA4CNxv .carousel-indicators {
    display: none;
  }
}
.cid-uVEgA4CNxv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVEgA4CNxv .carousel-inner > .active {
  display: block;
}
.cid-uVEgA4CNxv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVEgA4CNxv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVEgA4CNxv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVEgA4CNxv .carousel-control,
  .cid-uVEgA4CNxv .carousel-indicators,
  .cid-uVEgA4CNxv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVEgA4CNxv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVEgA4CNxv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVEgA4CNxv .carousel-indicators .active,
.cid-uVEgA4CNxv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVEgA4CNxv .carousel-indicators .active {
  background: #fff;
}
.cid-uVEgA4CNxv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVEgA4CNxv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVEgA4CNxv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVEgA4CNxv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVEgA4CNxv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVEgA4CNxv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVEgA4CNxv .carousel {
  width: 100%;
}
.cid-uVEgA4CNxv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVEgA4CNxv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVEgA4CNxv .modal.fade .modal-dialog,
.cid-uVEgA4CNxv .modal.in .modal-dialog {
  transform: none;
}
.cid-uVEgA4CNxv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVEgA4CNxv .content-head {
  max-width: 800px;
}
.cid-uVEgA56CCn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVEgA56CCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEgA56CCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEgA56CCn .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVEgA56CCn .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVEgA56CCn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVEgA56CCn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVEgA56CCn .mbr-text,
.cid-uVEgA56CCn .mbr-section-btn {
  text-align: center;
}
.cid-uVEgA5l2S5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVEgA5l2S5 .justify-content-center {
  align-items: center;
}
.cid-uVEgA5l2S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEgA5l2S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEgA5l2S5 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVEgA5l2S5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVEgA5l2S5 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVEgA5l2S5 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVEgA5l2S5 .row {
  align-items: center;
}
.cid-uVEgA5l2S5 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVEgA5l2S5 .card-text {
    text-align: center;
  }
}
.cid-uVEgA5CpP1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVEgA5CpP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEgA5CpP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEgA5CpP1 .mbr-text,
.cid-uVEgA5CpP1 .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVEgA5CpP1 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVEgA5UlmA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVEgA5UlmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEgA5UlmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEgA5UlmA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVEgA5UlmA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVEgA5UlmA .container {
    padding: 0 30px;
  }
}
.cid-uVEgA5UlmA .row {
  justify-content: center;
}
.cid-uVEgA5UlmA .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVEgA5UlmA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEgA5UlmA .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEgA5UlmA .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEgA5UlmA .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVEgA5UlmA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVEgA5UlmA .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVEgA5UlmA .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEgA5UlmA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVEgA5UlmA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVEgA5UlmA .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEgA5UlmA .nav-wrapper .list .item-wrap:hover,
.cid-uVEgA5UlmA .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVEgA5UlmA .nav-wrapper .list .item-wrap:hover::before,
.cid-uVEgA5UlmA .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVEgA5UlmA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVEgA5UlmA .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVEgA5UlmA .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVEgA5UlmA .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEgA5UlmA .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVEgA5UlmA .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVEgA5UlmA .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVEgA5UlmA .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEgA5UlmA .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVEgA5UlmA .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVEgA5UlmA .mbr-section-title {
  color: #bee0d6;
}
.cid-uVEgA5UlmA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVEgA5UlmA .list {
  color: #bee0d6;
}
.cid-uVEgA5UlmA .mbr-address {
  color: #ffffff;
}
.cid-uVEgA5UlmA .mbr-copy {
  color: #ffffff;
}
.cid-uVEgA5UlmA .list,
.cid-uVEgA5UlmA .item-wrap,
.cid-uVEgA5UlmA .nav-wrapper {
  color: #ffffff;
}
.cid-uVEgA5UlmA .mbr-section-title,
.cid-uVEgA5UlmA .logo-wrapper {
  color: #ffffff;
}
.cid-uVEhjmRZXM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVEhjmRZXM .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVEhjmRZXM .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVEhjmRZXM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVEhjmRZXM .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVEhjmRZXM .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVEhjmRZXM .container {
    padding: 0 1rem;
  }
}
.cid-uVEhjmRZXM .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVEhjmRZXM .nav-link {
  position: relative;
}
.cid-uVEhjmRZXM .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVEhjmRZXM nav.navbar {
  position: fixed;
}
.cid-uVEhjmRZXM .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVEhjmRZXM .navbar.opened {
  transition: all 0.3s;
}
.cid-uVEhjmRZXM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVEhjmRZXM .navbar .navbar-logo img {
  width: auto;
}
.cid-uVEhjmRZXM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVEhjmRZXM .navbar.collapsed {
  justify-content: center;
}
.cid-uVEhjmRZXM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVEhjmRZXM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVEhjmRZXM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVEhjmRZXM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVEhjmRZXM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVEhjmRZXM .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-uVEhjmRZXM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVEhjmRZXM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVEhjmRZXM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVEhjmRZXM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVEhjmRZXM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVEhjmRZXM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVEhjmRZXM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVEhjmRZXM .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-uVEhjmRZXM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVEhjmRZXM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVEhjmRZXM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVEhjmRZXM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVEhjmRZXM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVEhjmRZXM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVEhjmRZXM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVEhjmRZXM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVEhjmRZXM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVEhjmRZXM .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-uVEhjmRZXM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVEhjmRZXM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVEhjmRZXM .dropdown-item:hover,
.cid-uVEhjmRZXM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVEhjmRZXM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVEhjmRZXM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVEhjmRZXM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVEhjmRZXM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVEhjmRZXM .dropdown-menu,
.cid-uVEhjmRZXM .navbar.opened {
  background: #ffffff !important;
}
.cid-uVEhjmRZXM .nav-item:focus,
.cid-uVEhjmRZXM .nav-link:focus {
  outline: none;
}
.cid-uVEhjmRZXM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVEhjmRZXM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVEhjmRZXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVEhjmRZXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVEhjmRZXM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVEhjmRZXM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVEhjmRZXM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVEhjmRZXM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVEhjmRZXM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVEhjmRZXM .dropdown-item.active,
.cid-uVEhjmRZXM .dropdown-item:active {
  background-color: transparent;
}
.cid-uVEhjmRZXM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVEhjmRZXM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVEhjmRZXM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVEhjmRZXM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVEhjmRZXM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVEhjmRZXM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVEhjmRZXM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVEhjmRZXM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVEhjmRZXM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVEhjmRZXM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVEhjmRZXM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVEhjmRZXM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEhjmRZXM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEhjmRZXM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVEhjmRZXM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEhjmRZXM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVEhjmRZXM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVEhjmRZXM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEhjmRZXM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVEhjmRZXM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVEhjmRZXM .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-uVEhjmRZXM .navbar {
    height: 70px;
  }
  .cid-uVEhjmRZXM .navbar.opened {
    height: auto;
  }
  .cid-uVEhjmRZXM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVEhjnvAnA {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVEhjnvAnA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVEhjnvAnA .item {
    margin-bottom: 1rem;
  }
}
.cid-uVEhjnvAnA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVEhjnvAnA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVEhjnvAnA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVEhjnvAnA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVEhjnvAnA .carousel-control,
.cid-uVEhjnvAnA .close {
  background: #1b1b1b;
}
.cid-uVEhjnvAnA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVEhjnvAnA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVEhjnvAnA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVEhjnvAnA .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVEhjnvAnA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVEhjnvAnA .close::before {
  content: '\e91a';
}
.cid-uVEhjnvAnA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVEhjnvAnA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVEhjnvAnA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVEhjnvAnA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVEhjnvAnA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVEhjnvAnA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVEhjnvAnA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVEhjnvAnA .carousel-indicators li.active,
.cid-uVEhjnvAnA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVEhjnvAnA .carousel-indicators li::after,
.cid-uVEhjnvAnA .carousel-indicators li::before {
  content: none;
}
.cid-uVEhjnvAnA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVEhjnvAnA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVEhjnvAnA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVEhjnvAnA .carousel-indicators {
    display: none;
  }
}
.cid-uVEhjnvAnA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVEhjnvAnA .carousel-inner > .active {
  display: block;
}
.cid-uVEhjnvAnA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVEhjnvAnA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVEhjnvAnA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVEhjnvAnA .carousel-control,
  .cid-uVEhjnvAnA .carousel-indicators,
  .cid-uVEhjnvAnA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVEhjnvAnA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVEhjnvAnA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVEhjnvAnA .carousel-indicators .active,
.cid-uVEhjnvAnA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVEhjnvAnA .carousel-indicators .active {
  background: #fff;
}
.cid-uVEhjnvAnA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVEhjnvAnA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVEhjnvAnA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVEhjnvAnA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVEhjnvAnA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVEhjnvAnA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVEhjnvAnA .carousel {
  width: 100%;
}
.cid-uVEhjnvAnA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVEhjnvAnA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVEhjnvAnA .modal.fade .modal-dialog,
.cid-uVEhjnvAnA .modal.in .modal-dialog {
  transform: none;
}
.cid-uVEhjnvAnA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVEhjnvAnA .content-head {
  max-width: 800px;
}
.cid-uVEhjofHVy {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVEhjofHVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEhjofHVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEhjofHVy .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVEhjofHVy .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVEhjofHVy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVEhjofHVy .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVEhjofHVy .mbr-text,
.cid-uVEhjofHVy .mbr-section-btn {
  text-align: center;
}
.cid-uVEhjoyyEN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVEhjoyyEN .justify-content-center {
  align-items: center;
}
.cid-uVEhjoyyEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEhjoyyEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEhjoyyEN .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVEhjoyyEN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVEhjoyyEN .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVEhjoyyEN .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVEhjoyyEN .row {
  align-items: center;
}
.cid-uVEhjoyyEN .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVEhjoyyEN .card-text {
    text-align: center;
  }
}
.cid-uVEhjoOqNA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVEhjoOqNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEhjoOqNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEhjoOqNA .mbr-text,
.cid-uVEhjoOqNA .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVEhjoOqNA .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVEhjp5sWx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVEhjp5sWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEhjp5sWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEhjp5sWx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVEhjp5sWx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVEhjp5sWx .container {
    padding: 0 30px;
  }
}
.cid-uVEhjp5sWx .row {
  justify-content: center;
}
.cid-uVEhjp5sWx .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVEhjp5sWx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEhjp5sWx .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEhjp5sWx .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEhjp5sWx .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVEhjp5sWx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVEhjp5sWx .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVEhjp5sWx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEhjp5sWx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVEhjp5sWx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVEhjp5sWx .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEhjp5sWx .nav-wrapper .list .item-wrap:hover,
.cid-uVEhjp5sWx .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVEhjp5sWx .nav-wrapper .list .item-wrap:hover::before,
.cid-uVEhjp5sWx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVEhjp5sWx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVEhjp5sWx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVEhjp5sWx .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVEhjp5sWx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEhjp5sWx .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVEhjp5sWx .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVEhjp5sWx .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVEhjp5sWx .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEhjp5sWx .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVEhjp5sWx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVEhjp5sWx .mbr-section-title {
  color: #bee0d6;
}
.cid-uVEhjp5sWx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVEhjp5sWx .list {
  color: #bee0d6;
}
.cid-uVEhjp5sWx .mbr-address {
  color: #ffffff;
}
.cid-uVEhjp5sWx .mbr-copy {
  color: #ffffff;
}
.cid-uVEhjp5sWx .list,
.cid-uVEhjp5sWx .item-wrap,
.cid-uVEhjp5sWx .nav-wrapper {
  color: #ffffff;
}
.cid-uVEhjp5sWx .mbr-section-title,
.cid-uVEhjp5sWx .logo-wrapper {
  color: #ffffff;
}
.cid-uVEi8cfxjg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVEi8cfxjg .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVEi8cfxjg .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVEi8cfxjg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVEi8cfxjg .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVEi8cfxjg .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVEi8cfxjg .container {
    padding: 0 1rem;
  }
}
.cid-uVEi8cfxjg .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVEi8cfxjg .nav-link {
  position: relative;
}
.cid-uVEi8cfxjg .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVEi8cfxjg nav.navbar {
  position: fixed;
}
.cid-uVEi8cfxjg .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVEi8cfxjg .navbar.opened {
  transition: all 0.3s;
}
.cid-uVEi8cfxjg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVEi8cfxjg .navbar .navbar-logo img {
  width: auto;
}
.cid-uVEi8cfxjg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVEi8cfxjg .navbar.collapsed {
  justify-content: center;
}
.cid-uVEi8cfxjg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVEi8cfxjg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVEi8cfxjg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVEi8cfxjg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVEi8cfxjg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVEi8cfxjg .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-uVEi8cfxjg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVEi8cfxjg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVEi8cfxjg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVEi8cfxjg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVEi8cfxjg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVEi8cfxjg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVEi8cfxjg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVEi8cfxjg .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-uVEi8cfxjg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVEi8cfxjg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVEi8cfxjg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVEi8cfxjg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVEi8cfxjg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVEi8cfxjg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVEi8cfxjg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVEi8cfxjg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVEi8cfxjg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVEi8cfxjg .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-uVEi8cfxjg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVEi8cfxjg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVEi8cfxjg .dropdown-item:hover,
.cid-uVEi8cfxjg .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVEi8cfxjg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVEi8cfxjg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVEi8cfxjg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVEi8cfxjg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVEi8cfxjg .dropdown-menu,
.cid-uVEi8cfxjg .navbar.opened {
  background: #ffffff !important;
}
.cid-uVEi8cfxjg .nav-item:focus,
.cid-uVEi8cfxjg .nav-link:focus {
  outline: none;
}
.cid-uVEi8cfxjg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVEi8cfxjg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVEi8cfxjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVEi8cfxjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVEi8cfxjg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVEi8cfxjg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVEi8cfxjg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVEi8cfxjg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVEi8cfxjg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVEi8cfxjg .dropdown-item.active,
.cid-uVEi8cfxjg .dropdown-item:active {
  background-color: transparent;
}
.cid-uVEi8cfxjg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVEi8cfxjg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVEi8cfxjg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVEi8cfxjg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVEi8cfxjg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVEi8cfxjg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVEi8cfxjg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVEi8cfxjg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVEi8cfxjg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVEi8cfxjg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVEi8cfxjg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVEi8cfxjg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEi8cfxjg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEi8cfxjg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVEi8cfxjg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEi8cfxjg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVEi8cfxjg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVEi8cfxjg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEi8cfxjg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVEi8cfxjg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVEi8cfxjg .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-uVEi8cfxjg .navbar {
    height: 70px;
  }
  .cid-uVEi8cfxjg .navbar.opened {
    height: auto;
  }
  .cid-uVEi8cfxjg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVEi8cL2RJ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVEi8cL2RJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVEi8cL2RJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uVEi8cL2RJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVEi8cL2RJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVEi8cL2RJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVEi8cL2RJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVEi8cL2RJ .carousel-control,
.cid-uVEi8cL2RJ .close {
  background: #1b1b1b;
}
.cid-uVEi8cL2RJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVEi8cL2RJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVEi8cL2RJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVEi8cL2RJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVEi8cL2RJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVEi8cL2RJ .close::before {
  content: '\e91a';
}
.cid-uVEi8cL2RJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVEi8cL2RJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVEi8cL2RJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVEi8cL2RJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVEi8cL2RJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVEi8cL2RJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVEi8cL2RJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVEi8cL2RJ .carousel-indicators li.active,
.cid-uVEi8cL2RJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVEi8cL2RJ .carousel-indicators li::after,
.cid-uVEi8cL2RJ .carousel-indicators li::before {
  content: none;
}
.cid-uVEi8cL2RJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVEi8cL2RJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVEi8cL2RJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVEi8cL2RJ .carousel-indicators {
    display: none;
  }
}
.cid-uVEi8cL2RJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVEi8cL2RJ .carousel-inner > .active {
  display: block;
}
.cid-uVEi8cL2RJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVEi8cL2RJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVEi8cL2RJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVEi8cL2RJ .carousel-control,
  .cid-uVEi8cL2RJ .carousel-indicators,
  .cid-uVEi8cL2RJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVEi8cL2RJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVEi8cL2RJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVEi8cL2RJ .carousel-indicators .active,
.cid-uVEi8cL2RJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVEi8cL2RJ .carousel-indicators .active {
  background: #fff;
}
.cid-uVEi8cL2RJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVEi8cL2RJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVEi8cL2RJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVEi8cL2RJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVEi8cL2RJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVEi8cL2RJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVEi8cL2RJ .carousel {
  width: 100%;
}
.cid-uVEi8cL2RJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVEi8cL2RJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVEi8cL2RJ .modal.fade .modal-dialog,
.cid-uVEi8cL2RJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uVEi8cL2RJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVEi8cL2RJ .content-head {
  max-width: 800px;
}
.cid-uVEi8e2L2A {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVEi8e2L2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEi8e2L2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEi8e2L2A .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVEi8e2L2A .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVEi8e2L2A .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVEi8e2L2A .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVEi8e2L2A .mbr-text,
.cid-uVEi8e2L2A .mbr-section-btn {
  text-align: center;
}
.cid-uVEi8el8Ax {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVEi8el8Ax .justify-content-center {
  align-items: center;
}
.cid-uVEi8el8Ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEi8el8Ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEi8el8Ax .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVEi8el8Ax .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVEi8el8Ax .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVEi8el8Ax .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVEi8el8Ax .row {
  align-items: center;
}
.cid-uVEi8el8Ax .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVEi8el8Ax .card-text {
    text-align: center;
  }
}
.cid-uVEi8eEnn9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVEi8eEnn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEi8eEnn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEi8eEnn9 .mbr-text,
.cid-uVEi8eEnn9 .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVEi8eEnn9 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVEi8eYKkk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVEi8eYKkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEi8eYKkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEi8eYKkk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVEi8eYKkk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVEi8eYKkk .container {
    padding: 0 30px;
  }
}
.cid-uVEi8eYKkk .row {
  justify-content: center;
}
.cid-uVEi8eYKkk .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVEi8eYKkk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEi8eYKkk .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEi8eYKkk .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEi8eYKkk .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVEi8eYKkk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVEi8eYKkk .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVEi8eYKkk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEi8eYKkk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVEi8eYKkk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVEi8eYKkk .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEi8eYKkk .nav-wrapper .list .item-wrap:hover,
.cid-uVEi8eYKkk .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVEi8eYKkk .nav-wrapper .list .item-wrap:hover::before,
.cid-uVEi8eYKkk .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVEi8eYKkk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVEi8eYKkk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVEi8eYKkk .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVEi8eYKkk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEi8eYKkk .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVEi8eYKkk .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVEi8eYKkk .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVEi8eYKkk .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVEi8eYKkk .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVEi8eYKkk .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVEi8eYKkk .mbr-section-title {
  color: #bee0d6;
}
.cid-uVEi8eYKkk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVEi8eYKkk .list {
  color: #bee0d6;
}
.cid-uVEi8eYKkk .mbr-address {
  color: #ffffff;
}
.cid-uVEi8eYKkk .mbr-copy {
  color: #ffffff;
}
.cid-uVEi8eYKkk .list,
.cid-uVEi8eYKkk .item-wrap,
.cid-uVEi8eYKkk .nav-wrapper {
  color: #ffffff;
}
.cid-uVEi8eYKkk .mbr-section-title,
.cid-uVEi8eYKkk .logo-wrapper {
  color: #ffffff;
}
.cid-uVElx1hLjT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVElx1hLjT .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVElx1hLjT .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVElx1hLjT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVElx1hLjT .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVElx1hLjT .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVElx1hLjT .container {
    padding: 0 1rem;
  }
}
.cid-uVElx1hLjT .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVElx1hLjT .nav-link {
  position: relative;
}
.cid-uVElx1hLjT .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVElx1hLjT nav.navbar {
  position: fixed;
}
.cid-uVElx1hLjT .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVElx1hLjT .navbar.opened {
  transition: all 0.3s;
}
.cid-uVElx1hLjT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVElx1hLjT .navbar .navbar-logo img {
  width: auto;
}
.cid-uVElx1hLjT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVElx1hLjT .navbar.collapsed {
  justify-content: center;
}
.cid-uVElx1hLjT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVElx1hLjT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVElx1hLjT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVElx1hLjT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVElx1hLjT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVElx1hLjT .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-uVElx1hLjT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVElx1hLjT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVElx1hLjT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVElx1hLjT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVElx1hLjT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVElx1hLjT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVElx1hLjT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVElx1hLjT .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-uVElx1hLjT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVElx1hLjT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVElx1hLjT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVElx1hLjT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVElx1hLjT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVElx1hLjT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVElx1hLjT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVElx1hLjT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVElx1hLjT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVElx1hLjT .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-uVElx1hLjT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVElx1hLjT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVElx1hLjT .dropdown-item:hover,
.cid-uVElx1hLjT .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVElx1hLjT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVElx1hLjT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVElx1hLjT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVElx1hLjT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVElx1hLjT .dropdown-menu,
.cid-uVElx1hLjT .navbar.opened {
  background: #ffffff !important;
}
.cid-uVElx1hLjT .nav-item:focus,
.cid-uVElx1hLjT .nav-link:focus {
  outline: none;
}
.cid-uVElx1hLjT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVElx1hLjT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVElx1hLjT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVElx1hLjT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVElx1hLjT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVElx1hLjT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVElx1hLjT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVElx1hLjT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVElx1hLjT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVElx1hLjT .dropdown-item.active,
.cid-uVElx1hLjT .dropdown-item:active {
  background-color: transparent;
}
.cid-uVElx1hLjT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVElx1hLjT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVElx1hLjT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVElx1hLjT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVElx1hLjT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVElx1hLjT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVElx1hLjT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVElx1hLjT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVElx1hLjT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVElx1hLjT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVElx1hLjT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVElx1hLjT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVElx1hLjT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVElx1hLjT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVElx1hLjT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVElx1hLjT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVElx1hLjT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVElx1hLjT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVElx1hLjT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVElx1hLjT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVElx1hLjT .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-uVElx1hLjT .navbar {
    height: 70px;
  }
  .cid-uVElx1hLjT .navbar.opened {
    height: auto;
  }
  .cid-uVElx1hLjT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVElx1KWrE {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVElx1KWrE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVElx1KWrE .item {
    margin-bottom: 1rem;
  }
}
.cid-uVElx1KWrE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVElx1KWrE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVElx1KWrE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVElx1KWrE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVElx1KWrE .carousel-control,
.cid-uVElx1KWrE .close {
  background: #1b1b1b;
}
.cid-uVElx1KWrE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVElx1KWrE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVElx1KWrE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVElx1KWrE .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVElx1KWrE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVElx1KWrE .close::before {
  content: '\e91a';
}
.cid-uVElx1KWrE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVElx1KWrE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVElx1KWrE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVElx1KWrE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVElx1KWrE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVElx1KWrE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVElx1KWrE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVElx1KWrE .carousel-indicators li.active,
.cid-uVElx1KWrE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVElx1KWrE .carousel-indicators li::after,
.cid-uVElx1KWrE .carousel-indicators li::before {
  content: none;
}
.cid-uVElx1KWrE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVElx1KWrE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVElx1KWrE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVElx1KWrE .carousel-indicators {
    display: none;
  }
}
.cid-uVElx1KWrE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVElx1KWrE .carousel-inner > .active {
  display: block;
}
.cid-uVElx1KWrE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVElx1KWrE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVElx1KWrE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVElx1KWrE .carousel-control,
  .cid-uVElx1KWrE .carousel-indicators,
  .cid-uVElx1KWrE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVElx1KWrE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVElx1KWrE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVElx1KWrE .carousel-indicators .active,
.cid-uVElx1KWrE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVElx1KWrE .carousel-indicators .active {
  background: #fff;
}
.cid-uVElx1KWrE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVElx1KWrE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVElx1KWrE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVElx1KWrE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVElx1KWrE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVElx1KWrE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVElx1KWrE .carousel {
  width: 100%;
}
.cid-uVElx1KWrE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVElx1KWrE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVElx1KWrE .modal.fade .modal-dialog,
.cid-uVElx1KWrE .modal.in .modal-dialog {
  transform: none;
}
.cid-uVElx1KWrE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVElx1KWrE .content-head {
  max-width: 800px;
}
.cid-uVElx2r5Wf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVElx2r5Wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVElx2r5Wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVElx2r5Wf .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVElx2r5Wf .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVElx2r5Wf .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVElx2r5Wf .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVElx2r5Wf .mbr-text,
.cid-uVElx2r5Wf .mbr-section-btn {
  text-align: center;
}
.cid-uVElx2KrxS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVElx2KrxS .justify-content-center {
  align-items: center;
}
.cid-uVElx2KrxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVElx2KrxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVElx2KrxS .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVElx2KrxS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVElx2KrxS .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVElx2KrxS .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVElx2KrxS .row {
  align-items: center;
}
.cid-uVElx2KrxS .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVElx2KrxS .card-text {
    text-align: center;
  }
}
.cid-uVElx31zWs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVElx31zWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVElx31zWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVElx31zWs .mbr-text,
.cid-uVElx31zWs .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVElx31zWs .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVElx3n4V0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVElx3n4V0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVElx3n4V0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVElx3n4V0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVElx3n4V0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVElx3n4V0 .container {
    padding: 0 30px;
  }
}
.cid-uVElx3n4V0 .row {
  justify-content: center;
}
.cid-uVElx3n4V0 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVElx3n4V0 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVElx3n4V0 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVElx3n4V0 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVElx3n4V0 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVElx3n4V0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVElx3n4V0 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVElx3n4V0 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVElx3n4V0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVElx3n4V0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVElx3n4V0 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVElx3n4V0 .nav-wrapper .list .item-wrap:hover,
.cid-uVElx3n4V0 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVElx3n4V0 .nav-wrapper .list .item-wrap:hover::before,
.cid-uVElx3n4V0 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVElx3n4V0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVElx3n4V0 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVElx3n4V0 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVElx3n4V0 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVElx3n4V0 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVElx3n4V0 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVElx3n4V0 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVElx3n4V0 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVElx3n4V0 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVElx3n4V0 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVElx3n4V0 .mbr-section-title {
  color: #bee0d6;
}
.cid-uVElx3n4V0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVElx3n4V0 .list {
  color: #bee0d6;
}
.cid-uVElx3n4V0 .mbr-address {
  color: #ffffff;
}
.cid-uVElx3n4V0 .mbr-copy {
  color: #ffffff;
}
.cid-uVElx3n4V0 .list,
.cid-uVElx3n4V0 .item-wrap,
.cid-uVElx3n4V0 .nav-wrapper {
  color: #ffffff;
}
.cid-uVElx3n4V0 .mbr-section-title,
.cid-uVElx3n4V0 .logo-wrapper {
  color: #ffffff;
}
.cid-uVErkdxPVT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVErkdxPVT .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uVErkdxPVT .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVErkdxPVT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVErkdxPVT .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVErkdxPVT .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVErkdxPVT .container {
    padding: 0 1rem;
  }
}
.cid-uVErkdxPVT .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #006bb5;
}
.cid-uVErkdxPVT .nav-link {
  position: relative;
}
.cid-uVErkdxPVT .nav-link:hover {
  color: #006bb5 !important;
}
.cid-uVErkdxPVT nav.navbar {
  position: fixed;
}
.cid-uVErkdxPVT .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVErkdxPVT .navbar.opened {
  transition: all 0.3s;
}
.cid-uVErkdxPVT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVErkdxPVT .navbar .navbar-logo img {
  width: auto;
}
.cid-uVErkdxPVT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVErkdxPVT .navbar.collapsed {
  justify-content: center;
}
.cid-uVErkdxPVT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVErkdxPVT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVErkdxPVT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uVErkdxPVT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVErkdxPVT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVErkdxPVT .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-uVErkdxPVT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVErkdxPVT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVErkdxPVT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVErkdxPVT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVErkdxPVT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVErkdxPVT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVErkdxPVT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVErkdxPVT .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-uVErkdxPVT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVErkdxPVT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVErkdxPVT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVErkdxPVT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVErkdxPVT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVErkdxPVT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVErkdxPVT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVErkdxPVT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVErkdxPVT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVErkdxPVT .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-uVErkdxPVT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVErkdxPVT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVErkdxPVT .dropdown-item:hover,
.cid-uVErkdxPVT .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVErkdxPVT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVErkdxPVT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVErkdxPVT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVErkdxPVT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVErkdxPVT .dropdown-menu,
.cid-uVErkdxPVT .navbar.opened {
  background: #ffffff !important;
}
.cid-uVErkdxPVT .nav-item:focus,
.cid-uVErkdxPVT .nav-link:focus {
  outline: none;
}
.cid-uVErkdxPVT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVErkdxPVT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVErkdxPVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVErkdxPVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVErkdxPVT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVErkdxPVT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVErkdxPVT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVErkdxPVT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVErkdxPVT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVErkdxPVT .dropdown-item.active,
.cid-uVErkdxPVT .dropdown-item:active {
  background-color: transparent;
}
.cid-uVErkdxPVT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVErkdxPVT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVErkdxPVT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVErkdxPVT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVErkdxPVT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVErkdxPVT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVErkdxPVT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVErkdxPVT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVErkdxPVT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVErkdxPVT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVErkdxPVT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVErkdxPVT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVErkdxPVT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVErkdxPVT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVErkdxPVT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVErkdxPVT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVErkdxPVT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVErkdxPVT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVErkdxPVT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVErkdxPVT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVErkdxPVT .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-uVErkdxPVT .navbar {
    height: 70px;
  }
  .cid-uVErkdxPVT .navbar.opened {
    height: auto;
  }
  .cid-uVErkdxPVT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVErke5iGn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVErke5iGn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVErke5iGn .item {
    margin-bottom: 1rem;
  }
}
.cid-uVErke5iGn .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVErke5iGn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVErke5iGn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVErke5iGn .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVErke5iGn .carousel-control,
.cid-uVErke5iGn .close {
  background: #1b1b1b;
}
.cid-uVErke5iGn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVErke5iGn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVErke5iGn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVErke5iGn .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVErke5iGn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVErke5iGn .close::before {
  content: '\e91a';
}
.cid-uVErke5iGn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVErke5iGn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVErke5iGn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVErke5iGn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVErke5iGn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVErke5iGn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVErke5iGn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVErke5iGn .carousel-indicators li.active,
.cid-uVErke5iGn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVErke5iGn .carousel-indicators li::after,
.cid-uVErke5iGn .carousel-indicators li::before {
  content: none;
}
.cid-uVErke5iGn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVErke5iGn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVErke5iGn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVErke5iGn .carousel-indicators {
    display: none;
  }
}
.cid-uVErke5iGn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVErke5iGn .carousel-inner > .active {
  display: block;
}
.cid-uVErke5iGn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVErke5iGn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVErke5iGn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVErke5iGn .carousel-control,
  .cid-uVErke5iGn .carousel-indicators,
  .cid-uVErke5iGn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVErke5iGn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVErke5iGn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVErke5iGn .carousel-indicators .active,
.cid-uVErke5iGn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVErke5iGn .carousel-indicators .active {
  background: #fff;
}
.cid-uVErke5iGn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVErke5iGn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVErke5iGn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVErke5iGn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVErke5iGn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVErke5iGn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVErke5iGn .carousel {
  width: 100%;
}
.cid-uVErke5iGn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVErke5iGn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVErke5iGn .modal.fade .modal-dialog,
.cid-uVErke5iGn .modal.in .modal-dialog {
  transform: none;
}
.cid-uVErke5iGn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVErke5iGn .content-head {
  max-width: 800px;
}
.cid-uVErkeM23S {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uVErkeM23S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVErkeM23S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVErkeM23S .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVErkeM23S .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVErkeM23S .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVErkeM23S .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVErkeM23S .mbr-text,
.cid-uVErkeM23S .mbr-section-btn {
  text-align: center;
}
.cid-uVErkf6AZe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff5802;
}
.cid-uVErkf6AZe .justify-content-center {
  align-items: center;
}
.cid-uVErkf6AZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVErkf6AZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVErkf6AZe .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVErkf6AZe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVErkf6AZe .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVErkf6AZe .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVErkf6AZe .row {
  align-items: center;
}
.cid-uVErkf6AZe .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVErkf6AZe .card-text {
    text-align: center;
  }
}
.cid-uVErkfqrBf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVErkfqrBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVErkfqrBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVErkfqrBf .mbr-text,
.cid-uVErkfqrBf .mbr-section-btn {
  text-align: center;
  color: #006bb5;
}
.cid-uVErkfqrBf .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-uVErkfNsJt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVErkfNsJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVErkfNsJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVErkfNsJt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVErkfNsJt .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVErkfNsJt .container {
    padding: 0 30px;
  }
}
.cid-uVErkfNsJt .row {
  justify-content: center;
}
.cid-uVErkfNsJt .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVErkfNsJt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVErkfNsJt .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVErkfNsJt .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVErkfNsJt .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uVErkfNsJt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVErkfNsJt .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVErkfNsJt .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVErkfNsJt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVErkfNsJt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVErkfNsJt .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVErkfNsJt .nav-wrapper .list .item-wrap:hover,
.cid-uVErkfNsJt .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVErkfNsJt .nav-wrapper .list .item-wrap:hover::before,
.cid-uVErkfNsJt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVErkfNsJt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVErkfNsJt .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVErkfNsJt .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVErkfNsJt .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVErkfNsJt .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVErkfNsJt .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVErkfNsJt .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uVErkfNsJt .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVErkfNsJt .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uVErkfNsJt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uVErkfNsJt .mbr-section-title {
  color: #bee0d6;
}
.cid-uVErkfNsJt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVErkfNsJt .list {
  color: #bee0d6;
}
.cid-uVErkfNsJt .mbr-address {
  color: #ffffff;
}
.cid-uVErkfNsJt .mbr-copy {
  color: #ffffff;
}
.cid-uVErkfNsJt .list,
.cid-uVErkfNsJt .item-wrap,
.cid-uVErkfNsJt .nav-wrapper {
  color: #ffffff;
}
.cid-uVErkfNsJt .mbr-section-title,
.cid-uVErkfNsJt .logo-wrapper {
  color: #ffffff;
}
