.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: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #04018b !important;
}
.bg-success {
  background-color: #0e594a !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #a94e85 !important;
}
.bg-danger {
  background-color: #6d1149 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #04018b !important;
  border-color: #04018b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0501be !important;
  border-color: #0501be !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0501be !important;
  border-color: #0501be !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #851523 !important;
  border-color: #851523 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #727272 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e594a !important;
  border-color: #0e594a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #15856f !important;
  border-color: #15856f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15856f !important;
  border-color: #15856f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #991867 !important;
  border-color: #991867 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #991867 !important;
  border-color: #991867 !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: #04018b;
  color: #04018b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #020035 !important;
  background-color: transparent !important;
  border-color: #020035 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #04018b !important;
  border-color: #04018b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #851523;
  color: #851523;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3a090f !important;
  background-color: transparent !important;
  border-color: #3a090f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #851523 !important;
  border-color: #851523 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: #c6c6c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e594a;
  color: #0e594a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020e0c !important;
  background-color: transparent !important;
  border-color: #020e0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e594a !important;
  border-color: #0e594a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a94e85;
  color: #a94e85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e3356 !important;
  background-color: transparent !important;
  border-color: #6e3356 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1149;
  color: #6d1149;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #220517 !important;
  background-color: transparent !important;
  border-color: #220517 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1149 !important;
  border-color: #6d1149 !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: #04018b !important;
}
.text-secondary {
  color: #851523 !important;
}
.text-success {
  color: #0e594a !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #a94e85 !important;
}
.text-danger {
  color: #6d1149 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010026 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2d070c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #632e4e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15030e !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: #04018b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #a94e85;
}
.alert-danger {
  background-color: #6d1149;
}
.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: #04018b;
  border-color: #04018b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #04018b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #130efd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1fc7a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d4a2c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #db2293;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #04018b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #04018b;
}
/* 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: #04018b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #04018b;
}
.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: #04018b;
  border-bottom-color: #04018b;
}
.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: #04018b !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: #851523 !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='%2304018b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 10px 0 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  margin: 0 16px 0 0;
}
.cid-tTSJdhFDIM {
  background-color: transparent;
}
.cid-tTSJdhFDIM .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-tTSJdhFDIM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-tTSJdhFDIM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTSJdhFDIM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tTSJdhFDIM .menu_box .navbar.opened,
  .cid-tTSJdhFDIM .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTSJdhFDIM .navbar-dropdown {
  position: relative !important;
}
.cid-tTSJdhFDIM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-tTSJdhFDIM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tTSJdhFDIM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tTSJdhFDIM .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-tTSJdhFDIM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTSJdhFDIM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTSJdhFDIM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTSJdhFDIM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTSJdhFDIM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTSJdhFDIM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTSJdhFDIM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTSJdhFDIM .lg_brand {
    margin: 0 1rem;
  }
  .cid-tTSJdhFDIM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tTSJdhFDIM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTSJdhFDIM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .nav-item {
    margin: 0 !important;
  }
}
.cid-tTSJdhFDIM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tTSJdhFDIM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-tTSJdhFDIM .nav-item .nav-link:hover:before,
.cid-tTSJdhFDIM .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-tTSJdhFDIM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTSJdhFDIM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTSJdhFDIM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTSJdhFDIM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTSJdhFDIM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-tTSJdhFDIM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTSJdhFDIM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTSJdhFDIM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTSJdhFDIM .container {
  display: flex;
  margin: auto;
}
.cid-tTSJdhFDIM .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTSJdhFDIM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTSJdhFDIM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTSJdhFDIM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTSJdhFDIM .navbar-nav {
    margin: 0;
  }
}
.cid-tTSJdhFDIM .dropdown-menu,
.cid-tTSJdhFDIM .navbar.opened {
  background-color: false !important;
}
.cid-tTSJdhFDIM .nav-item:focus,
.cid-tTSJdhFDIM .nav-link:focus {
  outline: none;
}
.cid-tTSJdhFDIM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTSJdhFDIM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTSJdhFDIM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTSJdhFDIM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTSJdhFDIM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTSJdhFDIM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTSJdhFDIM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTSJdhFDIM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTSJdhFDIM .navbar.opened {
  transition: all 0.3s;
}
.cid-tTSJdhFDIM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTSJdhFDIM .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tTSJdhFDIM .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-tTSJdhFDIM .navbar.collapsed {
  justify-content: center;
}
.cid-tTSJdhFDIM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTSJdhFDIM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTSJdhFDIM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTSJdhFDIM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTSJdhFDIM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTSJdhFDIM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTSJdhFDIM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTSJdhFDIM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tTSJdhFDIM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTSJdhFDIM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTSJdhFDIM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTSJdhFDIM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTSJdhFDIM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTSJdhFDIM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTSJdhFDIM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTSJdhFDIM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTSJdhFDIM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTSJdhFDIM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tTSJdhFDIM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTSJdhFDIM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTSJdhFDIM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTSJdhFDIM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTSJdhFDIM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTSJdhFDIM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTSJdhFDIM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tTSJdhFDIM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTSJdhFDIM .dropdown-item.active,
.cid-tTSJdhFDIM .dropdown-item:active {
  background-color: transparent;
}
.cid-tTSJdhFDIM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-tTSJdhFDIM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTSJdhFDIM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTSJdhFDIM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTSJdhFDIM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTSJdhFDIM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTSJdhFDIM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #003f33;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTSJdhFDIM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTSJdhFDIM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTSJdhFDIM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTSJdhFDIM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTSJdhFDIM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTSJdhFDIM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTSJdhFDIM .navbar {
    height: 70px;
  }
  .cid-tTSJdhFDIM .navbar.opened {
    height: auto;
  }
  .cid-tTSJdhFDIM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTSJdhFDIM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTSJdhFDIM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tTSJdhFDIM .navbar-caption:hover {
  color: #04018b;
}
@media (min-width: 992px) {
  .cid-tTSJdhFDIM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTSJdhFDIM .text_widget {
  margin-bottom: 32px;
}
.cid-tTSJdhFDIM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTSJdhFDIM .text_widget a:hover,
.cid-tTSJdhFDIM .text_widget a:focus {
  opacity: .8;
}
.cid-tTSJdhFDIM .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tTSJdhFDIM .contacts-wrapper {
    display: none;
  }
}
.cid-tTSJdhFDIM .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-tTSJdhFDIM .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-tTSJdhFDIM .contacts-wrapper a .mbr-contact:hover:before,
.cid-tTSJdhFDIM .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-tTSJdhFDIM .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-tTSJdhFDIM .navbar-caption {
  color: #01004c;
}
.cid-tTSJdhFDIM .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-tTSJdhFDIM .mbr-section-subtitle,
.cid-tTSJdhFDIM .text_widget,
.cid-tTSJdhFDIM .mbr-section-btn {
  text-align: center;
}
.cid-tTSJdhFDIM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFHazo9V7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}
.cid-uFHazo9V7v::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uFHazo9V7v .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #454545;
  transform: rotate(-45deg);
}
.cid-uFHazo9V7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHazo9V7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHazo9V7v .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uFHazo9V7v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHazo9V7v .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uFHazo9V7v .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHazo9V7v .container {
    padding: 0 14px;
  }
}
.cid-uFHazo9V7v .row {
  position: relative;
  z-index: 1;
}
.cid-uFHazo9V7v .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFHazo9V7v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFHazo9V7v .link-wrapper:hover .mbr-link,
.cid-uFHazo9V7v .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uFHazo9V7v .link-wrapper .mbr-link {
  text-decoration: underline;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFHazo9V7v .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-uFHazo9V7v .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uFHazo9V7v .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFHazo9V7v .mbr-desc {
  color: #01004c;
}
.cid-uFHazo9V7v .mbr-section-title {
  color: #01004c;
}
.cid-uFHazo9V7v .mbr-link {
  color: #851523;
}
.cid-uFHazo9V7v .mbr-text {
  color: #000000;
}
.cid-uFHazo9V7v .mbr-section-title,
.cid-uFHazo9V7v .mbr-section-btn {
  color: #000000;
}
.cid-uFHb0kvok5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFHb0kvok5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHb0kvok5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHb0kvok5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFHb0kvok5 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFHb0kvok5 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFHb0kvok5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFHb0kvok5 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFHb0kvok5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFHb0kvok5 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFHb0kvok5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uFHb0kvok5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFHb0kvok5 .mbr-text,
.cid-uFHb0kvok5 .text-wrapper {
  color: #000000;
}
.cid-uFHb0kvok5 .mbr-section-title,
.cid-uFHb0kvok5 .mbr-section-btn {
  color: #000000;
}
.cid-uFHbywswLz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uFHbywswLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHbywswLz .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-uFHbywswLz .container {
    padding: 0 16px;
  }
}
.cid-uFHbywswLz .row {
  position: relative;
}
.cid-uFHbywswLz .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFHbywswLz .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uFHbywswLz .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uFHbywswLz .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uFHbywswLz .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #04018b !important;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #851523 !important;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #0e594a !important;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #f1f1f1 !important;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a94e85 !important;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #6d1149 !important;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uFHbywswLz .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uFHbywswLz .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uFHbywswLz .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uFHbywswLz .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFHbywswLz .items-wrapper {
    margin-left: 0;
  }
}
.cid-uFHbywswLz .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uFHbywswLz .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uFHbywswLz .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uFHbywswLz .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uFHbywswLz .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFHbywswLz .mbr-section-title {
  color: #000000;
}
.cid-uFHbywswLz .mbr-text {
  color: #6f6f6f;
}
.cid-uFHbywswLz .item-title {
  color: #000000;
}
.cid-uFHbywswLz .item-text {
  color: #000000;
}
.cid-uFHdUmSyHs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uFHdUmSyHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHdUmSyHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHdUmSyHs .items-wrapper {
  justify-content: flex-end;
}
.cid-uFHdUmSyHs .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFHdUmSyHs .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFHdUmSyHs .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uFHdUmSyHs .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uFHdUmSyHs .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFHdUmSyHs .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFHdUmSyHs .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uFHdUmSyHs .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uFHdUmSyHs .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFHdUmSyHs .content-wrapper {
    padding-left: 0;
  }
}
.cid-uFHdUmSyHs .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uFHdUmSyHs .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFHdUmSyHs .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFHdUmSyHs .mbr-desc {
  color: #272b2e;
}
.cid-uFHdUmSyHs .mbr-section-title {
  color: #272b2e;
}
.cid-uFHdUmSyHs .mbr-text,
.cid-uFHdUmSyHs .text-wrapper {
  color: #272b2e;
}
.cid-uFHdbEf6yP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFHdbEf6yP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHdbEf6yP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHdbEf6yP .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFHdbEf6yP .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uFHdbEf6yP .card {
  justify-content: center;
}
.cid-uFHdbEf6yP .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFHdbEf6yP .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uFHdbEf6yP .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFHdbEf6yP .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uFHdbEf6yP .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #a6a6a6;
}
@media (max-width: 992px) {
  .cid-uFHdbEf6yP .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uFHdbEf6yP .list-wrapper .list .item-wrap::marker {
  color: #a6a6a6;
}
.cid-uFHdbEf6yP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFHdbEf6yP .mbr-section-title {
  color: #000000;
}
.cid-uFHdbEf6yP .mbr-number {
  color: #000000;
}
.cid-uFHdbEf6yP .list {
  color: #000000;
}
.cid-uFHe8iKbIM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uFHe8iKbIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHe8iKbIM .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-uFHe8iKbIM .container {
    padding: 0 16px;
  }
}
.cid-uFHe8iKbIM .row {
  position: relative;
  z-index: 1;
}
.cid-uFHe8iKbIM .card {
  justify-content: flex-end;
}
.cid-uFHe8iKbIM .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uFHe8iKbIM .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFHe8iKbIM .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFHe8iKbIM .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uFHe8iKbIM .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uFHe8iKbIM .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uFHe8iKbIM .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uFHe8iKbIM .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFHe8iKbIM .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uFHe8iKbIM .card-wrapper .card-wrap {
  background-color: #ffffff;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFHe8iKbIM .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uFHe8iKbIM .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uFHe8iKbIM .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uFHe8iKbIM .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uFHe8iKbIM .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFHe8iKbIM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFHe8iKbIM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFHe8iKbIM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFHe8iKbIM .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uFHe8iKbIM .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uFHe8iKbIM .text-wrapper {
    margin-left: 0;
  }
}
.cid-uFHe8iKbIM .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFHe8iKbIM .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uFHe8iKbIM .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uFHe8iKbIM .mbr-text {
  color: #000000;
}
.cid-uFHe8iKbIM .card-desc {
  color: #000000;
}
.cid-uFHe8iKbIM .card-text {
  color: #000000;
}
.cid-uFHe8iKbIM .card-name {
  color: #ffffff;
}
.cid-uFHe8iKbIM .card-role {
  color: #ffffff;
}
.cid-uFI0HP5D1u {
  background-image: url("../../../assets/images/doral-uninsured-motorist-accident-lawyer-1-1000x667.jpg");
}
.cid-uFI0HP5D1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFI0HP5D1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFI0HP5D1u .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uFI0HP5D1u .content-wrap {
    height: 350px;
  }
}
.cid-uFHeaiI3Qw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uFHeaiI3Qw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHeaiI3Qw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHeaiI3Qw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFHeaiI3Qw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFHeaiI3Qw .container {
    padding: 0 26px;
  }
}
.cid-uFHeaiI3Qw .row {
  justify-content: center;
}
.cid-uFHeaiI3Qw .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uFHeaiI3Qw .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFHeaiI3Qw .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFHeaiI3Qw .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uFHeaiI3Qw .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFHeaiI3Qw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFHeaiI3Qw .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFHeaiI3Qw .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFHeaiI3Qw .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFHeaiI3Qw .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFHeaiI3Qw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFHeaiI3Qw .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFHeaiI3Qw .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uFHeaiI3Qw .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFHeaiI3Qw .mbr-section-title {
  color: #000000;
}
.cid-uFHeaiI3Qw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHeaiI3Qw .mbr-desc {
  color: #ffffff;
}
.cid-uFHeaiI3Qw .mbr-text {
  color: #000000;
}
.cid-uFHeaiI3Qw .mbr-link {
  color: #ffffff;
}
.cid-uFHpEvprx8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFHpEvprx8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFHpEvprx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHpEvprx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHpEvprx8 .content-wrap {
  margin: 0;
}
.cid-uFHpEvprx8 .content-wrap .card {
  padding: 0;
}
.cid-uFHpEvprx8 .google-map {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFHpEvprx8 .google-map {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uFHpEvprx8 .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFHpEvprx8 .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFHpEvprx8 .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uFHpEvprx8 .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFHpEvprx8 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uFHpEvprx8 .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uFHpEvprx8 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFHpEvprx8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFHpEvprx8 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFHpEvprx8 .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uFHpEvprx8 .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uFHpEvprx8 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFHpEvprx8 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFHpEvprx8 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFHpEvprx8 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uFHpEvprx8 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFHpEvprx8 .mbr-section-title {
  color: #150764;
}
.cid-uFHpEvprx8 .mbr-desc {
  color: #150764;
}
.cid-uFHpEvprx8 .item-desc {
  color: #150764;
}
.cid-uFHpEvprx8 .list {
  color: #150764;
}
.cid-uFBKfsQqbI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFBKfsQqbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFBKfsQqbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFBKfsQqbI .row {
  justify-content: center;
}
.cid-uFBKfsQqbI .card {
  justify-content: center;
}
.cid-uFBKfsQqbI .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uFBKfsQqbI .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFBKfsQqbI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFBKfsQqbI .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFBKfsQqbI .nav-wrapper .list .item-wrap:hover,
.cid-uFBKfsQqbI .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFBKfsQqbI .list,
.cid-uFBKfsQqbI .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFBLa96GJN {
  background-color: transparent;
}
.cid-uFBLa96GJN .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uFBLa96GJN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uFBLa96GJN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFBLa96GJN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFBLa96GJN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFBLa96GJN .menu_box .navbar.opened,
  .cid-uFBLa96GJN .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFBLa96GJN .navbar-dropdown {
  position: relative !important;
}
.cid-uFBLa96GJN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFBLa96GJN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uFBLa96GJN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFBLa96GJN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFBLa96GJN .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uFBLa96GJN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFBLa96GJN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFBLa96GJN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFBLa96GJN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFBLa96GJN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFBLa96GJN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFBLa96GJN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFBLa96GJN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFBLa96GJN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFBLa96GJN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFBLa96GJN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFBLa96GJN .nav-item {
    margin: 0 !important;
  }
}
.cid-uFBLa96GJN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFBLa96GJN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFBLa96GJN .nav-item .nav-link:hover:before,
.cid-uFBLa96GJN .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uFBLa96GJN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFBLa96GJN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFBLa96GJN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFBLa96GJN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFBLa96GJN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFBLa96GJN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uFBLa96GJN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFBLa96GJN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFBLa96GJN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFBLa96GJN .container {
  display: flex;
  margin: auto;
}
.cid-uFBLa96GJN .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFBLa96GJN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFBLa96GJN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFBLa96GJN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFBLa96GJN .navbar-nav {
    margin: 0;
  }
}
.cid-uFBLa96GJN .dropdown-menu,
.cid-uFBLa96GJN .navbar.opened {
  background-color: false !important;
}
.cid-uFBLa96GJN .nav-item:focus,
.cid-uFBLa96GJN .nav-link:focus {
  outline: none;
}
.cid-uFBLa96GJN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFBLa96GJN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFBLa96GJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFBLa96GJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFBLa96GJN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFBLa96GJN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFBLa96GJN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFBLa96GJN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFBLa96GJN .navbar.opened {
  transition: all 0.3s;
}
.cid-uFBLa96GJN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFBLa96GJN .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uFBLa96GJN .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uFBLa96GJN .navbar.collapsed {
  justify-content: center;
}
.cid-uFBLa96GJN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFBLa96GJN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFBLa96GJN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFBLa96GJN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFBLa96GJN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFBLa96GJN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFBLa96GJN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFBLa96GJN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFBLa96GJN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFBLa96GJN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFBLa96GJN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFBLa96GJN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFBLa96GJN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFBLa96GJN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFBLa96GJN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFBLa96GJN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFBLa96GJN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFBLa96GJN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFBLa96GJN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFBLa96GJN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFBLa96GJN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFBLa96GJN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFBLa96GJN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFBLa96GJN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFBLa96GJN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFBLa96GJN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFBLa96GJN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFBLa96GJN .dropdown-item.active,
.cid-uFBLa96GJN .dropdown-item:active {
  background-color: transparent;
}
.cid-uFBLa96GJN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uFBLa96GJN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFBLa96GJN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFBLa96GJN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFBLa96GJN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFBLa96GJN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFBLa96GJN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #003f33;
}
.cid-uFBLa96GJN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uFBLa96GJN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFBLa96GJN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFBLa96GJN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFBLa96GJN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFBLa96GJN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFBLa96GJN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFBLa96GJN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFBLa96GJN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFBLa96GJN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFBLa96GJN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFBLa96GJN .navbar {
    height: 70px;
  }
  .cid-uFBLa96GJN .navbar.opened {
    height: auto;
  }
  .cid-uFBLa96GJN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFBLa96GJN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFBLa96GJN .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uFBLa96GJN .navbar-caption:hover {
  color: #04018b;
}
@media (min-width: 992px) {
  .cid-uFBLa96GJN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFBLa96GJN .text_widget {
  margin-bottom: 32px;
}
.cid-uFBLa96GJN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFBLa96GJN .text_widget a:hover,
.cid-uFBLa96GJN .text_widget a:focus {
  opacity: .8;
}
.cid-uFBLa96GJN .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uFBLa96GJN .contacts-wrapper {
    display: none;
  }
}
.cid-uFBLa96GJN .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uFBLa96GJN .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFBLa96GJN .contacts-wrapper a .mbr-contact:hover:before,
.cid-uFBLa96GJN .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uFBLa96GJN .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uFBLa96GJN .navbar-caption {
  color: #01004c;
}
.cid-uFBLa96GJN .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uFBLa96GJN .mbr-section-subtitle,
.cid-uFBLa96GJN .text_widget,
.cid-uFBLa96GJN .mbr-section-btn {
  text-align: center;
}
.cid-uFBLa96GJN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFHZWjExTz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}
.cid-uFHZWjExTz::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uFHZWjExTz .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #d8d8de;
  transform: rotate(-45deg);
}
.cid-uFHZWjExTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHZWjExTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHZWjExTz .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uFHZWjExTz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHZWjExTz .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uFHZWjExTz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHZWjExTz .container {
    padding: 0 14px;
  }
}
.cid-uFHZWjExTz .row {
  position: relative;
  z-index: 1;
}
.cid-uFHZWjExTz .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFHZWjExTz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFHZWjExTz .link-wrapper:hover .mbr-link,
.cid-uFHZWjExTz .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uFHZWjExTz .link-wrapper .mbr-link {
  text-decoration: underline;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFHZWjExTz .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-uFHZWjExTz .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uFHZWjExTz .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFHZWjExTz .mbr-desc {
  color: #01004c;
}
.cid-uFHZWjExTz .mbr-section-title {
  color: #01004c;
}
.cid-uFHZWjExTz .mbr-link {
  color: #851523;
}
.cid-uFHZWjExTz .mbr-text {
  color: #01004c;
}
.cid-uFBLa9DFLn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFBLa9DFLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFBLa9DFLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFBLa9DFLn .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uFBLa9DFLn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFBLa9DFLn .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uFBLa9DFLn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFBLa9DFLn .container {
    padding: 0 14px;
  }
}
.cid-uFBLa9DFLn .row {
  justify-content: center;
}
.cid-uFBLa9DFLn .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFBLa9DFLn .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFBLa9DFLn .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uFBLa9DFLn .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uFBLa9DFLn .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uFBLa9DFLn .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uFBLa9DFLn .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uFBLa9DFLn .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uFBLa9DFLn .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uFBLa9DFLn .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uFBLa9DFLn .mbr-text_1 {
  color: #000000;
}
.cid-uFBLa9DFLn .list {
  color: #01004c;
}
.cid-uFBLa9DFLn .mbr-text_2 {
  color: #01004c;
}
.cid-uFHqjPb61E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
.cid-uFHqjPb61E .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFHqjPb61E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHqjPb61E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHqjPb61E .content-wrap {
  margin: 0;
}
.cid-uFHqjPb61E .content-wrap .card {
  padding: 0;
}
.cid-uFHqjPb61E .google-map {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFHqjPb61E .google-map {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uFHqjPb61E .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFHqjPb61E .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFHqjPb61E .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uFHqjPb61E .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFHqjPb61E .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uFHqjPb61E .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uFHqjPb61E .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFHqjPb61E .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFHqjPb61E .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFHqjPb61E .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uFHqjPb61E .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uFHqjPb61E .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFHqjPb61E .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFHqjPb61E .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFHqjPb61E .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uFHqjPb61E .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFHqjPb61E .mbr-section-title {
  color: #150764;
}
.cid-uFHqjPb61E .mbr-desc {
  color: #150764;
}
.cid-uFHqjPb61E .item-desc {
  color: #150764;
}
.cid-uFHqjPb61E .list {
  color: #150764;
}
.cid-uFBLaaFQ5E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uFBLaaFQ5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFBLaaFQ5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFBLaaFQ5E .row {
  justify-content: center;
}
.cid-uFBLaaFQ5E .card {
  justify-content: center;
}
.cid-uFBLaaFQ5E .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uFBLaaFQ5E .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFBLaaFQ5E .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFBLaaFQ5E .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFBLaaFQ5E .nav-wrapper .list .item-wrap:hover,
.cid-uFBLaaFQ5E .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFBLaaFQ5E .list,
.cid-uFBLaaFQ5E .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFBKMH4iOF {
  background-color: transparent;
}
.cid-uFBKMH4iOF .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uFBKMH4iOF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uFBKMH4iOF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFBKMH4iOF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFBKMH4iOF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFBKMH4iOF .menu_box .navbar.opened,
  .cid-uFBKMH4iOF .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFBKMH4iOF .navbar-dropdown {
  position: relative !important;
}
.cid-uFBKMH4iOF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFBKMH4iOF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uFBKMH4iOF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFBKMH4iOF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFBKMH4iOF .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uFBKMH4iOF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFBKMH4iOF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFBKMH4iOF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFBKMH4iOF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFBKMH4iOF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFBKMH4iOF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFBKMH4iOF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFBKMH4iOF .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFBKMH4iOF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFBKMH4iOF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFBKMH4iOF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFBKMH4iOF .nav-item {
    margin: 0 !important;
  }
}
.cid-uFBKMH4iOF .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFBKMH4iOF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFBKMH4iOF .nav-item .nav-link:hover:before,
.cid-uFBKMH4iOF .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uFBKMH4iOF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFBKMH4iOF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFBKMH4iOF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFBKMH4iOF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFBKMH4iOF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFBKMH4iOF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uFBKMH4iOF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFBKMH4iOF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFBKMH4iOF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFBKMH4iOF .container {
  display: flex;
  margin: auto;
}
.cid-uFBKMH4iOF .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFBKMH4iOF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFBKMH4iOF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFBKMH4iOF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFBKMH4iOF .navbar-nav {
    margin: 0;
  }
}
.cid-uFBKMH4iOF .dropdown-menu,
.cid-uFBKMH4iOF .navbar.opened {
  background-color: false !important;
}
.cid-uFBKMH4iOF .nav-item:focus,
.cid-uFBKMH4iOF .nav-link:focus {
  outline: none;
}
.cid-uFBKMH4iOF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFBKMH4iOF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFBKMH4iOF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFBKMH4iOF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFBKMH4iOF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFBKMH4iOF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFBKMH4iOF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFBKMH4iOF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFBKMH4iOF .navbar.opened {
  transition: all 0.3s;
}
.cid-uFBKMH4iOF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFBKMH4iOF .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uFBKMH4iOF .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uFBKMH4iOF .navbar.collapsed {
  justify-content: center;
}
.cid-uFBKMH4iOF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFBKMH4iOF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFBKMH4iOF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFBKMH4iOF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFBKMH4iOF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFBKMH4iOF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFBKMH4iOF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFBKMH4iOF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFBKMH4iOF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFBKMH4iOF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFBKMH4iOF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFBKMH4iOF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFBKMH4iOF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFBKMH4iOF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFBKMH4iOF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFBKMH4iOF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFBKMH4iOF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFBKMH4iOF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFBKMH4iOF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFBKMH4iOF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFBKMH4iOF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFBKMH4iOF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFBKMH4iOF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFBKMH4iOF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFBKMH4iOF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFBKMH4iOF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFBKMH4iOF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFBKMH4iOF .dropdown-item.active,
.cid-uFBKMH4iOF .dropdown-item:active {
  background-color: transparent;
}
.cid-uFBKMH4iOF .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uFBKMH4iOF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFBKMH4iOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFBKMH4iOF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFBKMH4iOF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFBKMH4iOF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFBKMH4iOF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #003f33;
}
.cid-uFBKMH4iOF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uFBKMH4iOF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFBKMH4iOF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFBKMH4iOF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFBKMH4iOF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFBKMH4iOF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFBKMH4iOF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFBKMH4iOF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFBKMH4iOF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFBKMH4iOF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFBKMH4iOF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFBKMH4iOF .navbar {
    height: 70px;
  }
  .cid-uFBKMH4iOF .navbar.opened {
    height: auto;
  }
  .cid-uFBKMH4iOF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFBKMH4iOF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFBKMH4iOF .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uFBKMH4iOF .navbar-caption:hover {
  color: #04018b;
}
@media (min-width: 992px) {
  .cid-uFBKMH4iOF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFBKMH4iOF .text_widget {
  margin-bottom: 32px;
}
.cid-uFBKMH4iOF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFBKMH4iOF .text_widget a:hover,
.cid-uFBKMH4iOF .text_widget a:focus {
  opacity: .8;
}
.cid-uFBKMH4iOF .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uFBKMH4iOF .contacts-wrapper {
    display: none;
  }
}
.cid-uFBKMH4iOF .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uFBKMH4iOF .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFBKMH4iOF .contacts-wrapper a .mbr-contact:hover:before,
.cid-uFBKMH4iOF .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uFBKMH4iOF .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uFBKMH4iOF .navbar-caption {
  color: #01004c;
}
.cid-uFBKMH4iOF .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uFBKMH4iOF .mbr-section-subtitle,
.cid-uFBKMH4iOF .text_widget,
.cid-uFBKMH4iOF .mbr-section-btn {
  text-align: center;
}
.cid-uFBKMH4iOF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFHZOzfKgi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}
.cid-uFHZOzfKgi::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uFHZOzfKgi .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #d8d8de;
  transform: rotate(-45deg);
}
.cid-uFHZOzfKgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHZOzfKgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHZOzfKgi .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uFHZOzfKgi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHZOzfKgi .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uFHZOzfKgi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHZOzfKgi .container {
    padding: 0 14px;
  }
}
.cid-uFHZOzfKgi .row {
  position: relative;
  z-index: 1;
}
.cid-uFHZOzfKgi .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFHZOzfKgi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFHZOzfKgi .link-wrapper:hover .mbr-link,
.cid-uFHZOzfKgi .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uFHZOzfKgi .link-wrapper .mbr-link {
  text-decoration: underline;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFHZOzfKgi .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-uFHZOzfKgi .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uFHZOzfKgi .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFHZOzfKgi .mbr-desc {
  color: #01004c;
}
.cid-uFHZOzfKgi .mbr-section-title {
  color: #01004c;
}
.cid-uFHZOzfKgi .mbr-link {
  color: #851523;
}
.cid-uFHZOzfKgi .mbr-text {
  color: #01004c;
}
.cid-uFBKMOq8cg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFBKMOq8cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFBKMOq8cg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFBKMOq8cg .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uFBKMOq8cg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFBKMOq8cg .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uFBKMOq8cg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFBKMOq8cg .container {
    padding: 0 14px;
  }
}
.cid-uFBKMOq8cg .row {
  justify-content: center;
}
.cid-uFBKMOq8cg .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFBKMOq8cg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFBKMOq8cg .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uFBKMOq8cg .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uFBKMOq8cg .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uFBKMOq8cg .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uFBKMOq8cg .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uFBKMOq8cg .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uFBKMOq8cg .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uFBKMOq8cg .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uFBKMOq8cg .mbr-text_1 {
  color: #000000;
  text-align: left;
}
.cid-uFBKMOq8cg .list {
  color: #01004c;
}
.cid-uFBKMOq8cg .mbr-text_2 {
  color: #01004c;
}
.cid-uFHq7So9Cu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
.cid-uFHq7So9Cu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFHq7So9Cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHq7So9Cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHq7So9Cu .content-wrap {
  margin: 0;
}
.cid-uFHq7So9Cu .content-wrap .card {
  padding: 0;
}
.cid-uFHq7So9Cu .google-map {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFHq7So9Cu .google-map {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uFHq7So9Cu .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFHq7So9Cu .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFHq7So9Cu .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uFHq7So9Cu .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFHq7So9Cu .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uFHq7So9Cu .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uFHq7So9Cu .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFHq7So9Cu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFHq7So9Cu .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFHq7So9Cu .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uFHq7So9Cu .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uFHq7So9Cu .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFHq7So9Cu .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFHq7So9Cu .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFHq7So9Cu .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uFHq7So9Cu .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFHq7So9Cu .mbr-section-title {
  color: #150764;
}
.cid-uFHq7So9Cu .mbr-desc {
  color: #150764;
}
.cid-uFHq7So9Cu .item-desc {
  color: #150764;
}
.cid-uFHq7So9Cu .list {
  color: #150764;
}
.cid-uFBKMUDfBw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uFBKMUDfBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFBKMUDfBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFBKMUDfBw .row {
  justify-content: center;
}
.cid-uFBKMUDfBw .card {
  justify-content: center;
}
.cid-uFBKMUDfBw .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uFBKMUDfBw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFBKMUDfBw .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFBKMUDfBw .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFBKMUDfBw .nav-wrapper .list .item-wrap:hover,
.cid-uFBKMUDfBw .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFBKMUDfBw .list,
.cid-uFBKMUDfBw .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFHYZ6XcAU {
  background-color: transparent;
}
.cid-uFHYZ6XcAU .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uFHYZ6XcAU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uFHYZ6XcAU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFHYZ6XcAU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHYZ6XcAU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFHYZ6XcAU .menu_box .navbar.opened,
  .cid-uFHYZ6XcAU .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFHYZ6XcAU .navbar-dropdown {
  position: relative !important;
}
.cid-uFHYZ6XcAU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFHYZ6XcAU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uFHYZ6XcAU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFHYZ6XcAU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFHYZ6XcAU .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uFHYZ6XcAU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFHYZ6XcAU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFHYZ6XcAU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFHYZ6XcAU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFHYZ6XcAU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFHYZ6XcAU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFHYZ6XcAU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFHYZ6XcAU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFHYZ6XcAU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFHYZ6XcAU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFHYZ6XcAU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFHYZ6XcAU .nav-item {
    margin: 0 !important;
  }
}
.cid-uFHYZ6XcAU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFHYZ6XcAU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFHYZ6XcAU .nav-item .nav-link:hover:before,
.cid-uFHYZ6XcAU .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uFHYZ6XcAU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFHYZ6XcAU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFHYZ6XcAU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHYZ6XcAU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFHYZ6XcAU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFHYZ6XcAU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uFHYZ6XcAU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFHYZ6XcAU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFHYZ6XcAU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFHYZ6XcAU .container {
  display: flex;
  margin: auto;
}
.cid-uFHYZ6XcAU .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFHYZ6XcAU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFHYZ6XcAU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFHYZ6XcAU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFHYZ6XcAU .navbar-nav {
    margin: 0;
  }
}
.cid-uFHYZ6XcAU .dropdown-menu,
.cid-uFHYZ6XcAU .navbar.opened {
  background-color: false !important;
}
.cid-uFHYZ6XcAU .nav-item:focus,
.cid-uFHYZ6XcAU .nav-link:focus {
  outline: none;
}
.cid-uFHYZ6XcAU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHYZ6XcAU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHYZ6XcAU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFHYZ6XcAU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHYZ6XcAU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHYZ6XcAU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHYZ6XcAU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFHYZ6XcAU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFHYZ6XcAU .navbar.opened {
  transition: all 0.3s;
}
.cid-uFHYZ6XcAU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFHYZ6XcAU .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uFHYZ6XcAU .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uFHYZ6XcAU .navbar.collapsed {
  justify-content: center;
}
.cid-uFHYZ6XcAU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFHYZ6XcAU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFHYZ6XcAU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFHYZ6XcAU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFHYZ6XcAU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFHYZ6XcAU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFHYZ6XcAU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFHYZ6XcAU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFHYZ6XcAU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFHYZ6XcAU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFHYZ6XcAU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFHYZ6XcAU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFHYZ6XcAU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFHYZ6XcAU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFHYZ6XcAU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFHYZ6XcAU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFHYZ6XcAU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFHYZ6XcAU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFHYZ6XcAU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFHYZ6XcAU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFHYZ6XcAU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFHYZ6XcAU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFHYZ6XcAU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFHYZ6XcAU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFHYZ6XcAU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFHYZ6XcAU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFHYZ6XcAU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFHYZ6XcAU .dropdown-item.active,
.cid-uFHYZ6XcAU .dropdown-item:active {
  background-color: transparent;
}
.cid-uFHYZ6XcAU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uFHYZ6XcAU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFHYZ6XcAU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFHYZ6XcAU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHYZ6XcAU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFHYZ6XcAU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFHYZ6XcAU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #003f33;
}
.cid-uFHYZ6XcAU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uFHYZ6XcAU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHYZ6XcAU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHYZ6XcAU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHYZ6XcAU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHYZ6XcAU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHYZ6XcAU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHYZ6XcAU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHYZ6XcAU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHYZ6XcAU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFHYZ6XcAU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFHYZ6XcAU .navbar {
    height: 70px;
  }
  .cid-uFHYZ6XcAU .navbar.opened {
    height: auto;
  }
  .cid-uFHYZ6XcAU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFHYZ6XcAU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFHYZ6XcAU .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uFHYZ6XcAU .navbar-caption:hover {
  color: #04018b;
}
@media (min-width: 992px) {
  .cid-uFHYZ6XcAU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFHYZ6XcAU .text_widget {
  margin-bottom: 32px;
}
.cid-uFHYZ6XcAU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFHYZ6XcAU .text_widget a:hover,
.cid-uFHYZ6XcAU .text_widget a:focus {
  opacity: .8;
}
.cid-uFHYZ6XcAU .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uFHYZ6XcAU .contacts-wrapper {
    display: none;
  }
}
.cid-uFHYZ6XcAU .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uFHYZ6XcAU .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFHYZ6XcAU .contacts-wrapper a .mbr-contact:hover:before,
.cid-uFHYZ6XcAU .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uFHYZ6XcAU .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uFHYZ6XcAU .navbar-caption {
  color: #01004c;
}
.cid-uFHYZ6XcAU .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uFHYZ6XcAU .mbr-section-subtitle,
.cid-uFHYZ6XcAU .text_widget,
.cid-uFHYZ6XcAU .mbr-section-btn {
  text-align: center;
}
.cid-uFHYZ6XcAU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFHYZ7BoUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}
.cid-uFHYZ7BoUh::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uFHYZ7BoUh .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #454545;
  transform: rotate(-45deg);
}
.cid-uFHYZ7BoUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHYZ7BoUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHYZ7BoUh .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uFHYZ7BoUh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHYZ7BoUh .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uFHYZ7BoUh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHYZ7BoUh .container {
    padding: 0 14px;
  }
}
.cid-uFHYZ7BoUh .row {
  position: relative;
  z-index: 1;
}
.cid-uFHYZ7BoUh .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFHYZ7BoUh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFHYZ7BoUh .link-wrapper:hover .mbr-link,
.cid-uFHYZ7BoUh .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uFHYZ7BoUh .link-wrapper .mbr-link {
  text-decoration: underline;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFHYZ7BoUh .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-uFHYZ7BoUh .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uFHYZ7BoUh .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFHYZ7BoUh .mbr-desc {
  color: #01004c;
}
.cid-uFHYZ7BoUh .mbr-section-title {
  color: #01004c;
}
.cid-uFHYZ7BoUh .mbr-link {
  color: #851523;
}
.cid-uFHYZ7BoUh .mbr-text {
  color: #000000;
}
.cid-uFHYZ7BoUh .mbr-section-title,
.cid-uFHYZ7BoUh .mbr-section-btn {
  color: #000000;
}
.cid-uFHYZ88Xxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFHYZ88Xxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHYZ88Xxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHYZ88Xxl .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uFHYZ88Xxl .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFHYZ88Xxl .mbr-name {
  color: #858585;
}
.cid-uFHYZ88Xxl .mbr-text {
  color: #191c25;
}
.cid-uFHYZ88Xxl .mbr-section-btn {
  text-align: center;
}
.cid-uFHYZ8Utbq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFHYZ8Utbq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFHYZ8Utbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHYZ8Utbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHYZ8Utbq .content-wrap {
  margin: 0;
}
.cid-uFHYZ8Utbq .content-wrap .card {
  padding: 0;
}
.cid-uFHYZ8Utbq .google-map {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFHYZ8Utbq .google-map {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uFHYZ8Utbq .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFHYZ8Utbq .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFHYZ8Utbq .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uFHYZ8Utbq .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFHYZ8Utbq .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uFHYZ8Utbq .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uFHYZ8Utbq .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFHYZ8Utbq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFHYZ8Utbq .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFHYZ8Utbq .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uFHYZ8Utbq .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uFHYZ8Utbq .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFHYZ8Utbq .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFHYZ8Utbq .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFHYZ8Utbq .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uFHYZ8Utbq .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFHYZ8Utbq .mbr-section-title {
  color: #150764;
}
.cid-uFHYZ8Utbq .mbr-desc {
  color: #150764;
}
.cid-uFHYZ8Utbq .item-desc {
  color: #150764;
}
.cid-uFHYZ8Utbq .list {
  color: #150764;
}
.cid-uFHYZ9wyVw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHYZ9wyVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHYZ9wyVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHYZ9wyVw .row {
  justify-content: center;
}
.cid-uFHYZ9wyVw .card {
  justify-content: center;
}
.cid-uFHYZ9wyVw .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uFHYZ9wyVw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFHYZ9wyVw .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFHYZ9wyVw .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFHYZ9wyVw .nav-wrapper .list .item-wrap:hover,
.cid-uFHYZ9wyVw .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFHYZ9wyVw .list,
.cid-uFHYZ9wyVw .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFHYFWqmfk {
  background-color: transparent;
}
.cid-uFHYFWqmfk .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uFHYFWqmfk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uFHYFWqmfk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFHYFWqmfk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHYFWqmfk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFHYFWqmfk .menu_box .navbar.opened,
  .cid-uFHYFWqmfk .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFHYFWqmfk .navbar-dropdown {
  position: relative !important;
}
.cid-uFHYFWqmfk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFHYFWqmfk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uFHYFWqmfk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFHYFWqmfk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFHYFWqmfk .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uFHYFWqmfk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFHYFWqmfk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFHYFWqmfk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFHYFWqmfk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFHYFWqmfk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFHYFWqmfk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFHYFWqmfk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFHYFWqmfk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFHYFWqmfk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFHYFWqmfk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFHYFWqmfk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFHYFWqmfk .nav-item {
    margin: 0 !important;
  }
}
.cid-uFHYFWqmfk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFHYFWqmfk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFHYFWqmfk .nav-item .nav-link:hover:before,
.cid-uFHYFWqmfk .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uFHYFWqmfk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFHYFWqmfk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFHYFWqmfk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHYFWqmfk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFHYFWqmfk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFHYFWqmfk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uFHYFWqmfk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFHYFWqmfk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFHYFWqmfk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFHYFWqmfk .container {
  display: flex;
  margin: auto;
}
.cid-uFHYFWqmfk .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFHYFWqmfk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFHYFWqmfk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFHYFWqmfk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFHYFWqmfk .navbar-nav {
    margin: 0;
  }
}
.cid-uFHYFWqmfk .dropdown-menu,
.cid-uFHYFWqmfk .navbar.opened {
  background-color: false !important;
}
.cid-uFHYFWqmfk .nav-item:focus,
.cid-uFHYFWqmfk .nav-link:focus {
  outline: none;
}
.cid-uFHYFWqmfk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHYFWqmfk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHYFWqmfk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFHYFWqmfk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHYFWqmfk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHYFWqmfk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHYFWqmfk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFHYFWqmfk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFHYFWqmfk .navbar.opened {
  transition: all 0.3s;
}
.cid-uFHYFWqmfk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFHYFWqmfk .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uFHYFWqmfk .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uFHYFWqmfk .navbar.collapsed {
  justify-content: center;
}
.cid-uFHYFWqmfk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFHYFWqmfk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFHYFWqmfk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFHYFWqmfk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFHYFWqmfk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFHYFWqmfk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFHYFWqmfk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFHYFWqmfk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFHYFWqmfk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFHYFWqmfk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFHYFWqmfk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFHYFWqmfk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFHYFWqmfk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFHYFWqmfk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFHYFWqmfk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFHYFWqmfk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFHYFWqmfk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFHYFWqmfk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFHYFWqmfk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFHYFWqmfk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFHYFWqmfk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFHYFWqmfk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFHYFWqmfk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFHYFWqmfk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFHYFWqmfk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFHYFWqmfk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFHYFWqmfk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFHYFWqmfk .dropdown-item.active,
.cid-uFHYFWqmfk .dropdown-item:active {
  background-color: transparent;
}
.cid-uFHYFWqmfk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uFHYFWqmfk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFHYFWqmfk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFHYFWqmfk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHYFWqmfk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFHYFWqmfk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFHYFWqmfk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #003f33;
}
.cid-uFHYFWqmfk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uFHYFWqmfk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHYFWqmfk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHYFWqmfk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHYFWqmfk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHYFWqmfk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHYFWqmfk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHYFWqmfk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHYFWqmfk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHYFWqmfk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFHYFWqmfk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFHYFWqmfk .navbar {
    height: 70px;
  }
  .cid-uFHYFWqmfk .navbar.opened {
    height: auto;
  }
  .cid-uFHYFWqmfk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFHYFWqmfk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFHYFWqmfk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uFHYFWqmfk .navbar-caption:hover {
  color: #04018b;
}
@media (min-width: 992px) {
  .cid-uFHYFWqmfk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFHYFWqmfk .text_widget {
  margin-bottom: 32px;
}
.cid-uFHYFWqmfk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFHYFWqmfk .text_widget a:hover,
.cid-uFHYFWqmfk .text_widget a:focus {
  opacity: .8;
}
.cid-uFHYFWqmfk .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uFHYFWqmfk .contacts-wrapper {
    display: none;
  }
}
.cid-uFHYFWqmfk .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uFHYFWqmfk .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFHYFWqmfk .contacts-wrapper a .mbr-contact:hover:before,
.cid-uFHYFWqmfk .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uFHYFWqmfk .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uFHYFWqmfk .navbar-caption {
  color: #01004c;
}
.cid-uFHYFWqmfk .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uFHYFWqmfk .mbr-section-subtitle,
.cid-uFHYFWqmfk .text_widget,
.cid-uFHYFWqmfk .mbr-section-btn {
  text-align: center;
}
.cid-uFHYFWqmfk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFHYFXbNee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}
.cid-uFHYFXbNee::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uFHYFXbNee .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #454545;
  transform: rotate(-45deg);
}
.cid-uFHYFXbNee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHYFXbNee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHYFXbNee .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uFHYFXbNee .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHYFXbNee .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uFHYFXbNee .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHYFXbNee .container {
    padding: 0 14px;
  }
}
.cid-uFHYFXbNee .row {
  position: relative;
  z-index: 1;
}
.cid-uFHYFXbNee .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFHYFXbNee .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFHYFXbNee .link-wrapper:hover .mbr-link,
.cid-uFHYFXbNee .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uFHYFXbNee .link-wrapper .mbr-link {
  text-decoration: underline;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFHYFXbNee .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-uFHYFXbNee .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uFHYFXbNee .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFHYFXbNee .mbr-desc {
  color: #01004c;
}
.cid-uFHYFXbNee .mbr-section-title {
  color: #01004c;
}
.cid-uFHYFXbNee .mbr-link {
  color: #851523;
}
.cid-uFHYFXbNee .mbr-text {
  color: #000000;
}
.cid-uFHYFXbNee .mbr-section-title,
.cid-uFHYFXbNee .mbr-section-btn {
  color: #000000;
}
.cid-uFHYFXPCPn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFHYFXPCPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHYFXPCPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHYFXPCPn .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uFHYFXPCPn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFHYFXPCPn .mbr-name {
  color: #858585;
}
.cid-uFHYFXPCPn .mbr-text {
  color: #191c25;
}
.cid-uFHYFXPCPn .mbr-section-btn {
  text-align: center;
}
.cid-uFHYFYoKCF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFHYFYoKCF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFHYFYoKCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHYFYoKCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHYFYoKCF .content-wrap {
  margin: 0;
}
.cid-uFHYFYoKCF .content-wrap .card {
  padding: 0;
}
.cid-uFHYFYoKCF .google-map {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFHYFYoKCF .google-map {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uFHYFYoKCF .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFHYFYoKCF .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFHYFYoKCF .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uFHYFYoKCF .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFHYFYoKCF .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uFHYFYoKCF .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uFHYFYoKCF .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFHYFYoKCF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFHYFYoKCF .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFHYFYoKCF .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uFHYFYoKCF .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uFHYFYoKCF .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFHYFYoKCF .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFHYFYoKCF .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFHYFYoKCF .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uFHYFYoKCF .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFHYFYoKCF .mbr-section-title {
  color: #150764;
}
.cid-uFHYFYoKCF .mbr-desc {
  color: #150764;
}
.cid-uFHYFYoKCF .item-desc {
  color: #150764;
}
.cid-uFHYFYoKCF .list {
  color: #150764;
}
.cid-uFHYFZ5jDR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHYFZ5jDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHYFZ5jDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHYFZ5jDR .row {
  justify-content: center;
}
.cid-uFHYFZ5jDR .card {
  justify-content: center;
}
.cid-uFHYFZ5jDR .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uFHYFZ5jDR .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFHYFZ5jDR .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFHYFZ5jDR .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFHYFZ5jDR .nav-wrapper .list .item-wrap:hover,
.cid-uFHYFZ5jDR .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFHYFZ5jDR .list,
.cid-uFHYFZ5jDR .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFHY82AAd4 {
  background-color: transparent;
}
.cid-uFHY82AAd4 .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uFHY82AAd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uFHY82AAd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFHY82AAd4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHY82AAd4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFHY82AAd4 .menu_box .navbar.opened,
  .cid-uFHY82AAd4 .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFHY82AAd4 .navbar-dropdown {
  position: relative !important;
}
.cid-uFHY82AAd4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFHY82AAd4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uFHY82AAd4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFHY82AAd4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFHY82AAd4 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uFHY82AAd4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFHY82AAd4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFHY82AAd4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFHY82AAd4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFHY82AAd4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFHY82AAd4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFHY82AAd4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFHY82AAd4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFHY82AAd4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFHY82AAd4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFHY82AAd4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFHY82AAd4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFHY82AAd4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFHY82AAd4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFHY82AAd4 .nav-item .nav-link:hover:before,
.cid-uFHY82AAd4 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uFHY82AAd4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFHY82AAd4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFHY82AAd4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHY82AAd4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFHY82AAd4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFHY82AAd4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uFHY82AAd4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFHY82AAd4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFHY82AAd4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFHY82AAd4 .container {
  display: flex;
  margin: auto;
}
.cid-uFHY82AAd4 .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFHY82AAd4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFHY82AAd4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFHY82AAd4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFHY82AAd4 .navbar-nav {
    margin: 0;
  }
}
.cid-uFHY82AAd4 .dropdown-menu,
.cid-uFHY82AAd4 .navbar.opened {
  background-color: false !important;
}
.cid-uFHY82AAd4 .nav-item:focus,
.cid-uFHY82AAd4 .nav-link:focus {
  outline: none;
}
.cid-uFHY82AAd4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHY82AAd4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHY82AAd4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFHY82AAd4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHY82AAd4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHY82AAd4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHY82AAd4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFHY82AAd4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFHY82AAd4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFHY82AAd4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFHY82AAd4 .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uFHY82AAd4 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uFHY82AAd4 .navbar.collapsed {
  justify-content: center;
}
.cid-uFHY82AAd4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFHY82AAd4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFHY82AAd4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFHY82AAd4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFHY82AAd4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFHY82AAd4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFHY82AAd4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFHY82AAd4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFHY82AAd4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFHY82AAd4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFHY82AAd4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFHY82AAd4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFHY82AAd4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFHY82AAd4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFHY82AAd4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFHY82AAd4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFHY82AAd4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFHY82AAd4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFHY82AAd4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFHY82AAd4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFHY82AAd4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFHY82AAd4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFHY82AAd4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFHY82AAd4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFHY82AAd4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFHY82AAd4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFHY82AAd4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFHY82AAd4 .dropdown-item.active,
.cid-uFHY82AAd4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFHY82AAd4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uFHY82AAd4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFHY82AAd4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFHY82AAd4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHY82AAd4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFHY82AAd4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFHY82AAd4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #003f33;
}
.cid-uFHY82AAd4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uFHY82AAd4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHY82AAd4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHY82AAd4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHY82AAd4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHY82AAd4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHY82AAd4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHY82AAd4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHY82AAd4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHY82AAd4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFHY82AAd4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFHY82AAd4 .navbar {
    height: 70px;
  }
  .cid-uFHY82AAd4 .navbar.opened {
    height: auto;
  }
  .cid-uFHY82AAd4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFHY82AAd4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFHY82AAd4 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uFHY82AAd4 .navbar-caption:hover {
  color: #04018b;
}
@media (min-width: 992px) {
  .cid-uFHY82AAd4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFHY82AAd4 .text_widget {
  margin-bottom: 32px;
}
.cid-uFHY82AAd4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFHY82AAd4 .text_widget a:hover,
.cid-uFHY82AAd4 .text_widget a:focus {
  opacity: .8;
}
.cid-uFHY82AAd4 .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uFHY82AAd4 .contacts-wrapper {
    display: none;
  }
}
.cid-uFHY82AAd4 .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uFHY82AAd4 .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uFHY82AAd4 .contacts-wrapper a .mbr-contact:hover:before,
.cid-uFHY82AAd4 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uFHY82AAd4 .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uFHY82AAd4 .navbar-caption {
  color: #01004c;
}
.cid-uFHY82AAd4 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uFHY82AAd4 .mbr-section-subtitle,
.cid-uFHY82AAd4 .text_widget,
.cid-uFHY82AAd4 .mbr-section-btn {
  text-align: center;
}
.cid-uFHY82AAd4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFHY84xM5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}
.cid-uFHY84xM5v::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uFHY84xM5v .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #454545;
  transform: rotate(-45deg);
}
.cid-uFHY84xM5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHY84xM5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHY84xM5v .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uFHY84xM5v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHY84xM5v .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uFHY84xM5v .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFHY84xM5v .container {
    padding: 0 14px;
  }
}
.cid-uFHY84xM5v .row {
  position: relative;
  z-index: 1;
}
.cid-uFHY84xM5v .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFHY84xM5v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFHY84xM5v .link-wrapper:hover .mbr-link,
.cid-uFHY84xM5v .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uFHY84xM5v .link-wrapper .mbr-link {
  text-decoration: underline;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFHY84xM5v .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-uFHY84xM5v .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uFHY84xM5v .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFHY84xM5v .mbr-desc {
  color: #01004c;
}
.cid-uFHY84xM5v .mbr-section-title {
  color: #01004c;
}
.cid-uFHY84xM5v .mbr-link {
  color: #851523;
}
.cid-uFHY84xM5v .mbr-text {
  color: #000000;
}
.cid-uFHY84xM5v .mbr-section-title,
.cid-uFHY84xM5v .mbr-section-btn {
  color: #000000;
}
.cid-uFHYkCwsC6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFHYkCwsC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHYkCwsC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHYkCwsC6 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uFHYkCwsC6 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFHYkCwsC6 .mbr-name {
  color: #858585;
}
.cid-uFHYkCwsC6 .mbr-text {
  color: #191c25;
}
.cid-uFHYkCwsC6 .mbr-section-btn {
  text-align: center;
}
.cid-uFHY87IuCa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFHY87IuCa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFHY87IuCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHY87IuCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHY87IuCa .content-wrap {
  margin: 0;
}
.cid-uFHY87IuCa .content-wrap .card {
  padding: 0;
}
.cid-uFHY87IuCa .google-map {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFHY87IuCa .google-map {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uFHY87IuCa .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFHY87IuCa .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFHY87IuCa .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uFHY87IuCa .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFHY87IuCa .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uFHY87IuCa .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uFHY87IuCa .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFHY87IuCa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFHY87IuCa .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFHY87IuCa .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uFHY87IuCa .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uFHY87IuCa .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFHY87IuCa .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFHY87IuCa .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFHY87IuCa .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-uFHY87IuCa .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFHY87IuCa .mbr-section-title {
  color: #150764;
}
.cid-uFHY87IuCa .mbr-desc {
  color: #150764;
}
.cid-uFHY87IuCa .item-desc {
  color: #150764;
}
.cid-uFHY87IuCa .list {
  color: #150764;
}
.cid-uFHY88hj0E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHY88hj0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHY88hj0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHY88hj0E .row {
  justify-content: center;
}
.cid-uFHY88hj0E .card {
  justify-content: center;
}
.cid-uFHY88hj0E .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uFHY88hj0E .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFHY88hj0E .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFHY88hj0E .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFHY88hj0E .nav-wrapper .list .item-wrap:hover,
.cid-uFHY88hj0E .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFHY88hj0E .list,
.cid-uFHY88hj0E .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
