body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Anybody', display;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5f6ad4 !important;
}
.bg-success {
  background-color: #78ec80 !important;
}
.bg-info {
  background-color: #77bbdf !important;
}
.bg-warning {
  background-color: #fff6b1 !important;
}
.bg-danger {
  background-color: #ffe40e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5f6ad4 !important;
  border-color: #5f6ad4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2f3bae !important;
  border-color: #2f3bae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f3bae !important;
  border-color: #2f3bae !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7237d4 !important;
  border-color: #7237d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7237d4 !important;
  border-color: #7237d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #77bbdf !important;
  border-color: #77bbdf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3198ce !important;
  border-color: #3198ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3198ce !important;
  border-color: #3198ce !important;
}
.btn-success,
.btn-success:active {
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
  color: #0c5912 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c5912 !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
  color: #b19d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5a5000 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b19d00 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe40e !important;
  border-color: #ffe40e !important;
  color: #0e0c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b6a200 !important;
  border-color: #b6a200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0e0c00 !important;
  background-color: #b6a200 !important;
  border-color: #b6a200 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f6ad4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2f3bae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f6ad4 !important;
  border-color: #5f6ad4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a47ee3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7237d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a47ee3 !important;
  border-color: #a47ee3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #77bbdf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3198ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #77bbdf !important;
  border-color: #77bbdf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #78ec80;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2ce139 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0c5912 !important;
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff6b1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffec5a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b19d00 !important;
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe40e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b6a200 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0e0c00 !important;
  background-color: #ffe40e !important;
  border-color: #ffe40e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b2b2b;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: #5f6ad4 !important;
}
.text-secondary {
  color: #a47ee3 !important;
}
.text-success {
  color: #78ec80 !important;
}
.text-info {
  color: #77bbdf !important;
}
.text-warning {
  color: #fff6b1 !important;
}
.text-danger {
  color: #ffe40e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #2B2B2B !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b37a2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6a2dce !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fdf2d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2e8fc2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffea4b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a79400 !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: #5f6ad4;
}
.nav-tabs .nav-link:not(.active) {
  color: #2B2B2B;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #77bbdf;
}
.alert-warning {
  background-color: #fff6b1;
}
.alert-danger {
  background-color: #ffe40e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5f6ad4;
  border-color: #5f6ad4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5f6ad4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffbda;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #5f6ad4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #5f6ad4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5f6ad4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5f6ad4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5f6ad4;
  border-bottom-color: #5f6ad4;
}
.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: #5f6ad4 !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: #a47ee3 !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='%235f6ad4' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 660px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 500px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
  padding: 12px 35px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-radius: 10px;
  box-shadow: none !important;
  border: none !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-black-outline {
  color: #2b2b2b !important;
  border: 2px solid #cecec1 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
  border: 2px solid #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content !important;
  }
}
b {
  font-weight: 600 !important;
}
.cid-urbgYfD7G8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbgYfD7G8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbgYfD7G8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbgYfD7G8 .content-wrap {
  justify-content: flex-end;
}
.cid-urbgYfD7G8 .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urbgYfD7G8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urbgYfD7G8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urbgYfD7G8 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #180a74, #220ea3);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urbgYfD7G8 .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbgYfD7G8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urbgYfD7G8 .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urbgYfD7G8 .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urbgYfD7G8 .image-wrapper {
    padding: 0;
  }
}
.cid-urbgYfD7G8 .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbgYfD7G8 .image-wrapper img {
    height: 350px;
  }
}
.cid-urbgYfD7G8 .mbr-section-title {
  color: #ffffff;
}
.cid-urbgYfD7G8 .mbr-text,
.cid-urbgYfD7G8 .text-wrapper {
  color: #000000;
}
.cid-urbgYfD7G8 .mbr-section-title,
.cid-urbgYfD7G8 .mbr-section-btn,
.cid-urbgYfD7G8 .clients-wrapper {
  color: #000000;
}
.cid-urbrQHmsRm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbrQHmsRm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urbrQHmsRm .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urbrQHmsRm .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #180a74;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
}
.cid-urbrQHmsRm .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-urbrQHmsRm .mbr-text {
  color: #3d5943;
}
.cid-urasBWATO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #180a74;
}
.cid-urasBWATO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urasBWATO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urasBWATO7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-urasBWATO7 .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-urbnWacPcC {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-urbnWacPcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbnWacPcC .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-urbnWacPcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbnWacPcC h1 {
  max-width: 800px;
}
.cid-urbnWacPcC p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-urbnWacPcC .btn:hover {
  transform: scale(1.1);
  background: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #5f6ad4 !important;
}
.cid-urbnWacPcC .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-urbnWacPcC .btn div {
  overflow: hidden;
}
.cid-urbnWacPcC .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-urbnWacPcC {
    align-items: center;
  }
  .cid-urbnWacPcC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urbnWacPcC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urbnWacPcC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urbnWacPcC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urbnWacPcC .content-wrap {
    width: 100%;
  }
}
.cid-urbnWacPcC .mbr-section-subtitle,
.cid-urbnWacPcC .line {
  color: #291f1e;
}
.cid-urbnWacPcC .mbr-text,
.cid-urbnWacPcC .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-urbnWacPcC .mbr-section-title {
  color: #291f1e;
}
.cid-urbiqwg6JJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbiqwg6JJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbiqwg6JJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbiqwg6JJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urbiqwg6JJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-urbiqwg6JJ .container {
    padding: 0;
  }
}
.cid-urbiqwg6JJ .row {
  justify-content: center;
}
.cid-urbiqwg6JJ .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-urbiqwg6JJ .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-urbiqwg6JJ .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #ffffff;
}
.cid-urbiqwg6JJ .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-urbiqwg6JJ .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-urbiqwg6JJ .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #fafaf6;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-urbiqwg6JJ .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-urbiqwg6JJ .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-urbiqwg6JJ .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbiqwg6JJ .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-urbiqwg6JJ .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-urbiqwg6JJ .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-urbiqwg6JJ .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-urbiqwg6JJ .mbr-text {
  color: #ffffff;
}
.cid-urbistgmDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbistgmDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbistgmDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbistgmDC .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-urbistgmDC .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-urbistgmDC .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-urbistgmDC .mbr-section-title {
  color: #131313;
}
.cid-urbistgmDC .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-urbistgmDC .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-urbistgmDC .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-urbistgmDC .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #fafaf6;
  box-shadow: 4px 4px 0 #fafaf6;
  background: #180a74;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-urbistgmDC .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-urbistgmDC .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-urbistgmDC .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-urbistgmDC .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-urbistgmDC .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-urbistgmDC .card-title {
  color: #131313;
}
.cid-urbistgmDC .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: center;
}
.cid-urbistgmDC .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-urbistgmDC .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-urbistgmDC .card-link {
    margin-top: 15px;
  }
}
.cid-urbistgmDC .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-urbistgmDC .card-title,
.cid-urbistgmDC .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-urbo4Shucq {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/patrick-robert-doyle-ivhzn4flnbc-unsplash-1-2000x1333.jpg");
}
.cid-urbo4Shucq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-urbo4Shucq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbo4Shucq .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-urbo4Shucq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbo4Shucq h1 {
  max-width: 800px;
}
.cid-urbo4Shucq p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-urbo4Shucq .btn:hover {
  transform: scale(1.1);
  background: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #5f6ad4 !important;
}
.cid-urbo4Shucq .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-urbo4Shucq .btn div {
  overflow: hidden;
}
.cid-urbo4Shucq .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-urbo4Shucq {
    align-items: center;
  }
  .cid-urbo4Shucq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urbo4Shucq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urbo4Shucq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urbo4Shucq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urbo4Shucq .content-wrap {
    width: 100%;
  }
}
.cid-urbo4Shucq .mbr-section-subtitle,
.cid-urbo4Shucq .line {
  color: #291f1e;
}
.cid-urbo4Shucq .mbr-text,
.cid-urbo4Shucq .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-urbo4Shucq .mbr-section-title {
  color: #291f1e;
}
.cid-urbmnDgtiE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbmnDgtiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbmnDgtiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbmnDgtiE .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbmnDgtiE .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-urbmnDgtiE .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-urbmnDgtiE .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-urbmnDgtiE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urbmnDgtiE .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-urbmnDgtiE .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-urbmnDgtiE .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-urbmnDgtiE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbmnDgtiE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-urbmnDgtiE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #180a74;
}
.cid-urbmnDgtiE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-urbmnDgtiE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 12px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #180a74;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-urbmnDgtiE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-urbmnDgtiE .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-urbmnDgtiE .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-urbmnDgtiE .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urbmnDgtiE .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-urbmnDgtiE .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-urbmnDgtiE .mbr-section-title {
  color: #050f0f;
}
.cid-urbmnDgtiE .item-title {
  color: #050f0f;
}
.cid-urbmnDgtiE .item-text {
  color: #050f0f;
}
.cid-t8Pn3TSLMG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-t8Pn3TSLMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8Pn3TSLMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8Pn3TSLMG .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-t8Pn3TSLMG .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-uralwYG0AS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-uralwYG0AS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uralwYG0AS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uralwYG0AS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uralwYG0AS .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uralwYG0AS .container {
    padding: 0 25px;
  }
}
.cid-uralwYG0AS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uralwYG0AS .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uralwYG0AS .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uralwYG0AS .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uralwYG0AS .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uralwYG0AS .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uralwYG0AS .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uralwYG0AS .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uralwYG0AS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uralwYG0AS .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uralwYG0AS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uralwYG0AS .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uralwYG0AS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uralwYG0AS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uralwYG0AS .panel-title-edit {
  color: #ffffff;
}
.cid-uralwYG0AS .panel-text {
  color: #000000;
}
.cid-urbolee84Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbolee84Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbolee84Q .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-urbolee84Q .container {
    padding: 0 22px;
  }
}
.cid-urbolee84Q .row {
  justify-content: center;
}
.cid-urbolee84Q .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urbolee84Q .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbolee84Q .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urbolee84Q .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-urbolee84Q .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-urbolee84Q .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-urbolee84Q .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbolee84Q .mbr-section-title {
  color: #ffffff;
}
.cid-urbolee84Q .mbr-text {
  color: #000000;
}
.cid-urbolee84Q .mbr-section-title,
.cid-urbolee84Q .icon-wrapper {
  color: #000000;
}
.cid-urajWXPI4P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #180a74;
}
.cid-urajWXPI4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-urajWXPI4P .col-12 {
  padding: 0;
}
.cid-urajWXPI4P .row {
  margin: 0;
}
.cid-urajWXPI4P .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-urajWXPI4P .card-margin {
    margin-top: -1px;
  }
}
.cid-urajWXPI4P .card-wrapper {
  min-height: 500px;
  border: 1px solid #5f6ad4;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-urajWXPI4P .card-wrapper {
    padding: 1rem;
  }
}
.cid-urajWXPI4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urajWXPI4P .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urajWXPI4P .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-urajWXPI4P .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-urajWXPI4P .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-urajWXPI4P .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-urajWXPI4P .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-urajWXPI4P .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urajWXPI4P .image-wrapper {
    padding: 1rem;
  }
}
.cid-urajWXPI4P .mbr-section-title {
  color: #ffffff;
}
.cid-urajWXPI4P .mbr-text,
.cid-urajWXPI4P .mbr-section-btn {
  color: #ffffff;
}
.cid-urboYM32V5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urboYM32V5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urboYM32V5 .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-urboYM32V5 .container {
    padding: 0 15px;
  }
}
.cid-urboYM32V5 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-urboYM32V5 .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urboYM32V5 .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-urboYM32V5 .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urboYM32V5 .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-urboYM32V5 .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-urboYM32V5 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urboYM32V5 .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urboYM32V5 .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urboYM32V5 .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urboYM32V5 .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #180a74;
  border: 2px solid #180a74;
}
.cid-urboYM32V5 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-urboYM32V5 .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-urboYM32V5 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-urboYM32V5 .mbr-section-subtitle {
  color: #30262b;
}
.cid-urboYM32V5 .list {
  color: #30262b;
}
.cid-urboYM32V5 .mbr-address {
  color: #30262b;
}
.cid-urapXYbrb6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urapXYbrb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urapXYbrb6 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-urapXYbrb6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urapXYbrb6 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-urapXYbrb6 a {
  font-weight: 600;
}
.cid-urapXYbrb6 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-urapXYbrb6 .col-lg-3,
  .cid-urapXYbrb6 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-urapXYbrb6 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-urapXYbrb6 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urapXYbrb6 h5 {
  margin: 0;
}
.cid-urapXYbrb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urapXYbrb6 .iconfont-wrapper {
  position: relative;
}
.cid-urapXYbrb6 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-urapXYbrb6 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-urapXYbrb6 .sociconfont-wrapper {
  display: flex;
}
.cid-urapXYbrb6 .card-title,
.cid-urapXYbrb6 .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-urapXYbrb6 .card-text {
  color: #000000;
}
.cid-urapXYbrb6 .mbr-section-title {
  color: #000000;
}
.cid-urapXYbrb6 .main-title,
.cid-urapXYbrb6 .iconfont-wrapper {
  text-align: left;
}
.cid-t8Pd8pLmAE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a2a2a;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-t8Pd8pLmAE .mbr-text {
  color: #efefec;
}
.cid-uraM2FuQxz {
  background-color: transparent;
}
.cid-uraM2FuQxz .navbar-dropdown {
  background: #180a74 !important;
  padding: 0;
}
.cid-uraM2FuQxz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #180a74 !important;
  background: #180a74;
}
.cid-uraM2FuQxz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uraM2FuQxz .navbar {
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uraM2FuQxz .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uraM2FuQxz .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uraM2FuQxz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uraM2FuQxz .navbar.opened {
  transition: all 0.3s;
}
.cid-uraM2FuQxz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uraM2FuQxz .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uraM2FuQxz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uraM2FuQxz .navbar.collapsed {
  justify-content: center;
}
.cid-uraM2FuQxz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uraM2FuQxz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uraM2FuQxz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uraM2FuQxz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uraM2FuQxz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uraM2FuQxz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uraM2FuQxz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uraM2FuQxz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uraM2FuQxz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uraM2FuQxz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uraM2FuQxz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uraM2FuQxz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uraM2FuQxz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uraM2FuQxz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uraM2FuQxz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uraM2FuQxz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uraM2FuQxz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uraM2FuQxz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uraM2FuQxz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uraM2FuQxz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uraM2FuQxz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uraM2FuQxz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uraM2FuQxz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uraM2FuQxz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uraM2FuQxz .menu_box .navbar.opened,
  .cid-uraM2FuQxz .menu_box .navbar-collapse {
    background-color: #180a74 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uraM2FuQxz .navbar-dropdown {
  position: relative !important;
}
.cid-uraM2FuQxz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uraM2FuQxz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uraM2FuQxz .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uraM2FuQxz .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .nav-item {
    margin: 0 !important;
  }
}
.cid-uraM2FuQxz .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uraM2FuQxz .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uraM2FuQxz .nav-item .nav-link:hover,
.cid-uraM2FuQxz .nav-item .nav-link:focus {
  color: #aad8f0 !important;
}
.cid-uraM2FuQxz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uraM2FuQxz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uraM2FuQxz .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-uraM2FuQxz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uraM2FuQxz .offcanvas_box {
    display: none;
  }
}
.cid-uraM2FuQxz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uraM2FuQxz .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uraM2FuQxz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uraM2FuQxz .container {
  display: flex;
  margin: auto;
}
.cid-uraM2FuQxz .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uraM2FuQxz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uraM2FuQxz .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .navbar-nav {
    margin: 0;
  }
}
.cid-uraM2FuQxz .dropdown-menu,
.cid-uraM2FuQxz .navbar.opened {
  background-color: true !important;
}
.cid-uraM2FuQxz .nav-item:focus,
.cid-uraM2FuQxz .nav-link:focus {
  outline: none;
}
.cid-uraM2FuQxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uraM2FuQxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uraM2FuQxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uraM2FuQxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uraM2FuQxz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uraM2FuQxz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uraM2FuQxz .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-uraM2FuQxz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uraM2FuQxz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uraM2FuQxz .dropdown-item.active,
.cid-uraM2FuQxz .dropdown-item:active {
  background-color: transparent;
}
.cid-uraM2FuQxz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uraM2FuQxz .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uraM2FuQxz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uraM2FuQxz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uraM2FuQxz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uraM2FuQxz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uraM2FuQxz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uraM2FuQxz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #180a74;
  background: #f4f2ef;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uraM2FuQxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uraM2FuQxz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uraM2FuQxz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uraM2FuQxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uraM2FuQxz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uraM2FuQxz .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-uraM2FuQxz .navbar {
    height: 70px;
  }
  .cid-uraM2FuQxz .navbar.opened {
    height: auto;
  }
  .cid-uraM2FuQxz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uraM2FuQxz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uraM2FuQxz .navbar-caption:hover {
  color: #5f6ad4;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uraM2FuQxz .text_widget {
  margin-bottom: 32px;
}
.cid-uraM2FuQxz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uraM2FuQxz .text_widget a:hover,
.cid-uraM2FuQxz .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uraM2FuQxz .navbar-caption {
  color: #150764;
}
.cid-uraM2FuQxz .mbr-section-subtitle,
.cid-uraM2FuQxz .text_widget,
.cid-uraM2FuQxz .mbr-section-btn {
  text-align: center;
}
.cid-uraM2FuQxz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urbgyFNLlL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbgyFNLlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbgyFNLlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbgyFNLlL .content-wrap {
  justify-content: flex-end;
}
.cid-urbgyFNLlL .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urbgyFNLlL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urbgyFNLlL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urbgyFNLlL .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urbgyFNLlL .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbgyFNLlL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urbgyFNLlL .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urbgyFNLlL .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urbgyFNLlL .image-wrapper {
    padding: 0;
  }
}
.cid-urbgyFNLlL .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbgyFNLlL .image-wrapper img {
    height: 350px;
  }
}
.cid-urbgyFNLlL .mbr-section-title {
  color: #ffffff;
}
.cid-urbgyFNLlL .mbr-text,
.cid-urbgyFNLlL .text-wrapper {
  color: #ffffff;
}
.cid-urbgyFNLlL .mbr-section-title,
.cid-urbgyFNLlL .mbr-section-btn,
.cid-urbgyFNLlL .clients-wrapper {
  color: #000000;
}
.cid-urawT60waH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-urawT60waH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urawT60waH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urawT60waH .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-urawT60waH .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-urbporW5Cg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urbporW5Cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbporW5Cg .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-urbporW5Cg .container {
    padding: 0 15px;
  }
}
.cid-urbporW5Cg .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-urbporW5Cg .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urbporW5Cg .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-urbporW5Cg .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urbporW5Cg .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-urbporW5Cg .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-urbporW5Cg .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbporW5Cg .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbporW5Cg .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbporW5Cg .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbporW5Cg .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-urbporW5Cg .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-urbporW5Cg .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-urbporW5Cg .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-urbporW5Cg .mbr-section-subtitle {
  color: #30262b;
}
.cid-urbporW5Cg .list {
  color: #30262b;
}
.cid-urbporW5Cg .mbr-address {
  color: #30262b;
}
.cid-urawTcEzxW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urawTcEzxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urawTcEzxW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-urawTcEzxW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urawTcEzxW .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-urawTcEzxW a {
  font-weight: 600;
}
.cid-urawTcEzxW a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-urawTcEzxW .col-lg-3,
  .cid-urawTcEzxW .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-urawTcEzxW .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-urawTcEzxW .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urawTcEzxW h5 {
  margin: 0;
}
.cid-urawTcEzxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urawTcEzxW .iconfont-wrapper {
  position: relative;
}
.cid-urawTcEzxW .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-urawTcEzxW .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-urawTcEzxW .sociconfont-wrapper {
  display: flex;
}
.cid-urawTcEzxW .card-title,
.cid-urawTcEzxW .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-urawTcEzxW .card-text {
  color: #000000;
}
.cid-urawTcEzxW .mbr-section-title {
  color: #000000;
}
.cid-urawTcEzxW .main-title,
.cid-urawTcEzxW .iconfont-wrapper {
  text-align: left;
}
.cid-urawTdmQBn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a2a2a;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-urawTdmQBn .mbr-text {
  color: #efefec;
}
.cid-uraM2FuQxz {
  background-color: transparent;
}
.cid-uraM2FuQxz .navbar-dropdown {
  background: #180a74 !important;
  padding: 0;
}
.cid-uraM2FuQxz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #180a74 !important;
  background: #180a74;
}
.cid-uraM2FuQxz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uraM2FuQxz .navbar {
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uraM2FuQxz .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uraM2FuQxz .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uraM2FuQxz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uraM2FuQxz .navbar.opened {
  transition: all 0.3s;
}
.cid-uraM2FuQxz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uraM2FuQxz .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uraM2FuQxz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uraM2FuQxz .navbar.collapsed {
  justify-content: center;
}
.cid-uraM2FuQxz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uraM2FuQxz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uraM2FuQxz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uraM2FuQxz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uraM2FuQxz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uraM2FuQxz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uraM2FuQxz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uraM2FuQxz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uraM2FuQxz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uraM2FuQxz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uraM2FuQxz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uraM2FuQxz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uraM2FuQxz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uraM2FuQxz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uraM2FuQxz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uraM2FuQxz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uraM2FuQxz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uraM2FuQxz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uraM2FuQxz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uraM2FuQxz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uraM2FuQxz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uraM2FuQxz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uraM2FuQxz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uraM2FuQxz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uraM2FuQxz .menu_box .navbar.opened,
  .cid-uraM2FuQxz .menu_box .navbar-collapse {
    background-color: #180a74 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uraM2FuQxz .navbar-dropdown {
  position: relative !important;
}
.cid-uraM2FuQxz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uraM2FuQxz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uraM2FuQxz .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uraM2FuQxz .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .nav-item {
    margin: 0 !important;
  }
}
.cid-uraM2FuQxz .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uraM2FuQxz .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uraM2FuQxz .nav-item .nav-link:hover,
.cid-uraM2FuQxz .nav-item .nav-link:focus {
  color: #aad8f0 !important;
}
.cid-uraM2FuQxz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uraM2FuQxz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uraM2FuQxz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uraM2FuQxz .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-uraM2FuQxz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uraM2FuQxz .offcanvas_box {
    display: none;
  }
}
.cid-uraM2FuQxz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uraM2FuQxz .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uraM2FuQxz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uraM2FuQxz .container {
  display: flex;
  margin: auto;
}
.cid-uraM2FuQxz .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uraM2FuQxz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uraM2FuQxz .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .navbar-nav {
    margin: 0;
  }
}
.cid-uraM2FuQxz .dropdown-menu,
.cid-uraM2FuQxz .navbar.opened {
  background-color: true !important;
}
.cid-uraM2FuQxz .nav-item:focus,
.cid-uraM2FuQxz .nav-link:focus {
  outline: none;
}
.cid-uraM2FuQxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uraM2FuQxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uraM2FuQxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uraM2FuQxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uraM2FuQxz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uraM2FuQxz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uraM2FuQxz .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-uraM2FuQxz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uraM2FuQxz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uraM2FuQxz .dropdown-item.active,
.cid-uraM2FuQxz .dropdown-item:active {
  background-color: transparent;
}
.cid-uraM2FuQxz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uraM2FuQxz .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uraM2FuQxz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uraM2FuQxz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uraM2FuQxz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uraM2FuQxz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uraM2FuQxz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uraM2FuQxz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #180a74;
  background: #f4f2ef;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uraM2FuQxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uraM2FuQxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uraM2FuQxz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uraM2FuQxz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uraM2FuQxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uraM2FuQxz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uraM2FuQxz .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-uraM2FuQxz .navbar {
    height: 70px;
  }
  .cid-uraM2FuQxz .navbar.opened {
    height: auto;
  }
  .cid-uraM2FuQxz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uraM2FuQxz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uraM2FuQxz .navbar-caption:hover {
  color: #5f6ad4;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uraM2FuQxz .text_widget {
  margin-bottom: 32px;
}
.cid-uraM2FuQxz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uraM2FuQxz .text_widget a:hover,
.cid-uraM2FuQxz .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uraM2FuQxz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uraM2FuQxz .navbar-caption {
  color: #150764;
}
.cid-uraM2FuQxz .mbr-section-subtitle,
.cid-uraM2FuQxz .text_widget,
.cid-uraM2FuQxz .mbr-section-btn {
  text-align: center;
}
.cid-uraM2FuQxz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urbpONhz8s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbpONhz8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbpONhz8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbpONhz8s .content-wrap {
  justify-content: flex-end;
}
.cid-urbpONhz8s .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urbpONhz8s .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urbpONhz8s .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urbpONhz8s .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urbpONhz8s .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbpONhz8s .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urbpONhz8s .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urbpONhz8s .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urbpONhz8s .image-wrapper {
    padding: 0;
  }
}
.cid-urbpONhz8s .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbpONhz8s .image-wrapper img {
    height: 350px;
  }
}
.cid-urbpONhz8s .mbr-section-title {
  color: #ffffff;
}
.cid-urbpONhz8s .mbr-text,
.cid-urbpONhz8s .text-wrapper {
  color: #ffffff;
}
.cid-urbpONhz8s .mbr-section-title,
.cid-urbpONhz8s .mbr-section-btn,
.cid-urbpONhz8s .clients-wrapper {
  color: #000000;
}
.cid-urbpOO5lgA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-urbpOO5lgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbpOO5lgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbpOO5lgA .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-urbpOO5lgA .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-urbpOOErzL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urbpOOErzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbpOOErzL .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-urbpOOErzL .container {
    padding: 0 15px;
  }
}
.cid-urbpOOErzL .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-urbpOOErzL .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urbpOOErzL .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-urbpOOErzL .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urbpOOErzL .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-urbpOOErzL .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-urbpOOErzL .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbpOOErzL .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbpOOErzL .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbpOOErzL .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbpOOErzL .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-urbpOOErzL .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-urbpOOErzL .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-urbpOOErzL .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-urbpOOErzL .mbr-section-subtitle {
  color: #30262b;
}
.cid-urbpOOErzL .list {
  color: #30262b;
}
.cid-urbpOOErzL .mbr-address {
  color: #30262b;
}
.cid-urbpOPslkI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urbpOPslkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbpOPslkI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-urbpOPslkI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urbpOPslkI .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-urbpOPslkI a {
  font-weight: 600;
}
.cid-urbpOPslkI a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-urbpOPslkI .col-lg-3,
  .cid-urbpOPslkI .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-urbpOPslkI .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-urbpOPslkI .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urbpOPslkI h5 {
  margin: 0;
}
.cid-urbpOPslkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbpOPslkI .iconfont-wrapper {
  position: relative;
}
.cid-urbpOPslkI .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-urbpOPslkI .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-urbpOPslkI .sociconfont-wrapper {
  display: flex;
}
.cid-urbpOPslkI .card-title,
.cid-urbpOPslkI .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-urbpOPslkI .card-text {
  color: #000000;
}
.cid-urbpOPslkI .mbr-section-title {
  color: #000000;
}
.cid-urbpOPslkI .main-title,
.cid-urbpOPslkI .iconfont-wrapper {
  text-align: left;
}
.cid-urbpOQrUUF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #180a74;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-urbpOQrUUF .mbr-text {
  color: #efefec;
}
.cid-urbpORkus2 {
  background-color: transparent;
}
.cid-urbpORkus2 .navbar-dropdown {
  background: #180a74 !important;
  padding: 0;
}
.cid-urbpORkus2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #180a74 !important;
  background: #180a74;
}
.cid-urbpORkus2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urbpORkus2 .navbar {
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-urbpORkus2 .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-urbpORkus2 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-urbpORkus2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urbpORkus2 .navbar.opened {
  transition: all 0.3s;
}
.cid-urbpORkus2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urbpORkus2 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-urbpORkus2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urbpORkus2 .navbar.collapsed {
  justify-content: center;
}
.cid-urbpORkus2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urbpORkus2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urbpORkus2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urbpORkus2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urbpORkus2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urbpORkus2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urbpORkus2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urbpORkus2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urbpORkus2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urbpORkus2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urbpORkus2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urbpORkus2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urbpORkus2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urbpORkus2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urbpORkus2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urbpORkus2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urbpORkus2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urbpORkus2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urbpORkus2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urbpORkus2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urbpORkus2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urbpORkus2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-urbpORkus2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urbpORkus2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urbpORkus2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urbpORkus2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urbpORkus2 .menu_box .navbar.opened,
  .cid-urbpORkus2 .menu_box .navbar-collapse {
    background-color: #180a74 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urbpORkus2 .navbar-dropdown {
  position: relative !important;
}
.cid-urbpORkus2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urbpORkus2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urbpORkus2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urbpORkus2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urbpORkus2 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-urbpORkus2 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-urbpORkus2 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-urbpORkus2 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-urbpORkus2 .nav-item {
    margin: 0 !important;
  }
}
.cid-urbpORkus2 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-urbpORkus2 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-urbpORkus2 .nav-item .nav-link:hover,
.cid-urbpORkus2 .nav-item .nav-link:focus {
  color: #aad8f0 !important;
}
.cid-urbpORkus2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urbpORkus2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urbpORkus2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urbpORkus2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urbpORkus2 .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-urbpORkus2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urbpORkus2 .offcanvas_box {
    display: none;
  }
}
.cid-urbpORkus2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urbpORkus2 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urbpORkus2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urbpORkus2 .container {
  display: flex;
  margin: auto;
}
.cid-urbpORkus2 .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-urbpORkus2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urbpORkus2 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-urbpORkus2 .navbar-nav {
    margin: 0;
  }
}
.cid-urbpORkus2 .dropdown-menu,
.cid-urbpORkus2 .navbar.opened {
  background-color: true !important;
}
.cid-urbpORkus2 .nav-item:focus,
.cid-urbpORkus2 .nav-link:focus {
  outline: none;
}
.cid-urbpORkus2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urbpORkus2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urbpORkus2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urbpORkus2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urbpORkus2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urbpORkus2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urbpORkus2 .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-urbpORkus2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-urbpORkus2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urbpORkus2 .dropdown-item.active,
.cid-urbpORkus2 .dropdown-item:active {
  background-color: transparent;
}
.cid-urbpORkus2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-urbpORkus2 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-urbpORkus2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urbpORkus2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urbpORkus2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urbpORkus2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urbpORkus2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urbpORkus2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #180a74;
  background: #f4f2ef;
}
.cid-urbpORkus2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-urbpORkus2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urbpORkus2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbpORkus2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbpORkus2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urbpORkus2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbpORkus2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urbpORkus2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urbpORkus2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbpORkus2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urbpORkus2 .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-urbpORkus2 .navbar {
    height: 70px;
  }
  .cid-urbpORkus2 .navbar.opened {
    height: auto;
  }
  .cid-urbpORkus2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urbpORkus2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urbpORkus2 .navbar-caption:hover {
  color: #5f6ad4;
}
@media (min-width: 992px) {
  .cid-urbpORkus2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urbpORkus2 .text_widget {
  margin-bottom: 32px;
}
.cid-urbpORkus2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urbpORkus2 .text_widget a:hover,
.cid-urbpORkus2 .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-urbpORkus2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-urbpORkus2 .navbar-caption {
  color: #150764;
}
.cid-urbpORkus2 .mbr-section-subtitle,
.cid-urbpORkus2 .text_widget,
.cid-urbpORkus2 .mbr-section-btn {
  text-align: center;
}
.cid-urbpORkus2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urbtdaiehW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbtdaiehW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdaiehW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtdaiehW .content-wrap {
  justify-content: flex-end;
}
.cid-urbtdaiehW .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urbtdaiehW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urbtdaiehW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urbtdaiehW .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #180a74, #220ea3);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urbtdaiehW .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbtdaiehW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urbtdaiehW .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urbtdaiehW .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urbtdaiehW .image-wrapper {
    padding: 0;
  }
}
.cid-urbtdaiehW .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbtdaiehW .image-wrapper img {
    height: 350px;
  }
}
.cid-urbtdaiehW .mbr-section-title {
  color: #ffffff;
}
.cid-urbtdaiehW .mbr-text,
.cid-urbtdaiehW .text-wrapper {
  color: #000000;
}
.cid-urbtdaiehW .mbr-section-title,
.cid-urbtdaiehW .mbr-section-btn,
.cid-urbtdaiehW .clients-wrapper {
  color: #000000;
}
.cid-urbtdaUKaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbtdaUKaB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urbtdaUKaB .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urbtdaUKaB .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #180a74;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
}
.cid-urbtdaUKaB .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-urbtdaUKaB .mbr-text {
  color: #3d5943;
}
.cid-urbtdbpPdf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #180a74;
}
.cid-urbtdbpPdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdbpPdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtdbpPdf .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-urbtdbpPdf .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-urbtdbQLAo {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-urbtdbQLAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdbQLAo .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-urbtdbQLAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtdbQLAo h1 {
  max-width: 800px;
}
.cid-urbtdbQLAo p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-urbtdbQLAo .btn:hover {
  transform: scale(1.1);
  background: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #5f6ad4 !important;
}
.cid-urbtdbQLAo .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-urbtdbQLAo .btn div {
  overflow: hidden;
}
.cid-urbtdbQLAo .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-urbtdbQLAo {
    align-items: center;
  }
  .cid-urbtdbQLAo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urbtdbQLAo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urbtdbQLAo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urbtdbQLAo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urbtdbQLAo .content-wrap {
    width: 100%;
  }
}
.cid-urbtdbQLAo .mbr-section-subtitle,
.cid-urbtdbQLAo .line {
  color: #291f1e;
}
.cid-urbtdbQLAo .mbr-text,
.cid-urbtdbQLAo .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-urbtdbQLAo .mbr-section-title {
  color: #291f1e;
}
.cid-urbtdcnNt5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbtdcnNt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdcnNt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtdcnNt5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urbtdcnNt5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-urbtdcnNt5 .container {
    padding: 0;
  }
}
.cid-urbtdcnNt5 .row {
  justify-content: center;
}
.cid-urbtdcnNt5 .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-urbtdcnNt5 .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-urbtdcnNt5 .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #ffffff;
}
.cid-urbtdcnNt5 .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-urbtdcnNt5 .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-urbtdcnNt5 .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #fafaf6;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-urbtdcnNt5 .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-urbtdcnNt5 .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-urbtdcnNt5 .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbtdcnNt5 .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-urbtdcnNt5 .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-urbtdcnNt5 .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-urbtdcnNt5 .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-urbtdcnNt5 .mbr-text {
  color: #ffffff;
}
.cid-urbtddfptP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbtddfptP .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtddfptP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtddfptP .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-urbtddfptP .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-urbtddfptP .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-urbtddfptP .mbr-section-title {
  color: #131313;
}
.cid-urbtddfptP .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
  text-align: center;
}
.cid-urbtddfptP .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-urbtddfptP .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-urbtddfptP .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #fafaf6;
  box-shadow: 4px 4px 0 #fafaf6;
  background: #180a74;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-urbtddfptP .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-urbtddfptP .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-urbtddfptP .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-urbtddfptP .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-urbtddfptP .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-urbtddfptP .card-title {
  color: #131313;
}
.cid-urbtddfptP .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: center;
}
.cid-urbtddfptP .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-urbtddfptP .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-urbtddfptP .card-link {
    margin-top: 15px;
  }
}
.cid-urbtddfptP .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-urbtddfptP .card-title,
.cid-urbtddfptP .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-urbtddfptP .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-urbtddV7c8 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/maarten-duineveld-pmfjcn7rgiw-unsplash-1-2000x1333.jpg");
}
.cid-urbtddV7c8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-urbtddV7c8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtddV7c8 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-urbtddV7c8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtddV7c8 h1 {
  max-width: 800px;
}
.cid-urbtddV7c8 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-urbtddV7c8 .btn:hover {
  transform: scale(1.1);
  background: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #5f6ad4 !important;
}
.cid-urbtddV7c8 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-urbtddV7c8 .btn div {
  overflow: hidden;
}
.cid-urbtddV7c8 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-urbtddV7c8 {
    align-items: center;
  }
  .cid-urbtddV7c8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urbtddV7c8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urbtddV7c8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urbtddV7c8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urbtddV7c8 .content-wrap {
    width: 100%;
  }
}
.cid-urbtddV7c8 .mbr-section-subtitle,
.cid-urbtddV7c8 .line {
  color: #291f1e;
}
.cid-urbtddV7c8 .mbr-text,
.cid-urbtddV7c8 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-urbtddV7c8 .mbr-section-title {
  color: #291f1e;
}
.cid-urbtdet7xh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbtdet7xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdet7xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtdet7xh .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbtdet7xh .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-urbtdet7xh .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-urbtdet7xh .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-urbtdet7xh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urbtdet7xh .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-urbtdet7xh .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-urbtdet7xh .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-urbtdet7xh .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbtdet7xh .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-urbtdet7xh .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #180a74;
}
.cid-urbtdet7xh .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-urbtdet7xh .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 12px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #180a74;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-urbtdet7xh .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-urbtdet7xh .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-urbtdet7xh .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-urbtdet7xh .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urbtdet7xh .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-urbtdet7xh .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-urbtdet7xh .mbr-section-title {
  color: #050f0f;
}
.cid-urbtdet7xh .item-title {
  color: #050f0f;
}
.cid-urbtdet7xh .item-text {
  color: #050f0f;
}
.cid-urbtdfbTKl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-urbtdfbTKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdfbTKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtdfbTKl .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-urbtdfbTKl .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-urbtdfDN7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbtdfDN7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdfDN7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtdfDN7Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urbtdfDN7Q .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-urbtdfDN7Q .container {
    padding: 0 25px;
  }
}
.cid-urbtdfDN7Q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-urbtdfDN7Q .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-urbtdfDN7Q .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-urbtdfDN7Q .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-urbtdfDN7Q .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-urbtdfDN7Q .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-urbtdfDN7Q .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-urbtdfDN7Q .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urbtdfDN7Q .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-urbtdfDN7Q .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-urbtdfDN7Q .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-urbtdfDN7Q .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-urbtdfDN7Q .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-urbtdfDN7Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urbtdfDN7Q .panel-title-edit {
  color: #ffffff;
}
.cid-urbtdfDN7Q .panel-text {
  color: #000000;
}
.cid-urbtdgtY1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbtdgtY1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdgtY1Q .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-urbtdgtY1Q .container {
    padding: 0 22px;
  }
}
.cid-urbtdgtY1Q .row {
  justify-content: center;
}
.cid-urbtdgtY1Q .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urbtdgtY1Q .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbtdgtY1Q .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urbtdgtY1Q .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-urbtdgtY1Q .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-urbtdgtY1Q .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-urbtdgtY1Q .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbtdgtY1Q .mbr-section-title {
  color: #ffffff;
}
.cid-urbtdgtY1Q .mbr-text {
  color: #000000;
}
.cid-urbtdgtY1Q .mbr-section-title,
.cid-urbtdgtY1Q .icon-wrapper {
  color: #000000;
}
.cid-urbtdh6DuL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #180a74;
}
.cid-urbtdh6DuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdh6DuL .col-12 {
  padding: 0;
}
.cid-urbtdh6DuL .row {
  margin: 0;
}
.cid-urbtdh6DuL .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-urbtdh6DuL .card-margin {
    margin-top: -1px;
  }
}
.cid-urbtdh6DuL .card-wrapper {
  min-height: 500px;
  border: 1px solid #5f6ad4;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-urbtdh6DuL .card-wrapper {
    padding: 1rem;
  }
}
.cid-urbtdh6DuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtdh6DuL .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urbtdh6DuL .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-urbtdh6DuL .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-urbtdh6DuL .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-urbtdh6DuL .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-urbtdh6DuL .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-urbtdh6DuL .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urbtdh6DuL .image-wrapper {
    padding: 1rem;
  }
}
.cid-urbtdh6DuL .mbr-section-title {
  color: #ffffff;
}
.cid-urbtdh6DuL .mbr-text,
.cid-urbtdh6DuL .mbr-section-btn {
  color: #ffffff;
}
.cid-urbxYHBAMn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urbxYHBAMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbxYHBAMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbxYHBAMn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-urbxYHBAMn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urbxYHBAMn .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #5f6ad4;
}
.cid-urbxYHBAMn .panel-body,
.cid-urbxYHBAMn .card-header {
  padding: 1rem 0;
}
.cid-urbxYHBAMn .panel-title-edit {
  color: #000000;
}
.cid-urbxYHBAMn H3 {
  color: #180a74;
}
.cid-urbxYHBAMn .panel-text {
  color: #000000;
}
.cid-urbtdhJtd8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urbtdhJtd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdhJtd8 .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-urbtdhJtd8 .container {
    padding: 0 15px;
  }
}
.cid-urbtdhJtd8 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-urbtdhJtd8 .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urbtdhJtd8 .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-urbtdhJtd8 .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urbtdhJtd8 .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-urbtdhJtd8 .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-urbtdhJtd8 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbtdhJtd8 .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #180a74;
  border: 2px solid #180a74;
}
.cid-urbtdhJtd8 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-urbtdhJtd8 .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-urbtdhJtd8 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-urbtdhJtd8 .mbr-section-subtitle {
  color: #30262b;
}
.cid-urbtdhJtd8 .list {
  color: #30262b;
}
.cid-urbtdhJtd8 .mbr-address {
  color: #30262b;
}
.cid-urbtdiyq9z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urbtdiyq9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbtdiyq9z .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-urbtdiyq9z .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urbtdiyq9z .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-urbtdiyq9z a {
  font-weight: 600;
}
.cid-urbtdiyq9z a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-urbtdiyq9z .col-lg-3,
  .cid-urbtdiyq9z .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-urbtdiyq9z .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-urbtdiyq9z .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urbtdiyq9z h5 {
  margin: 0;
}
.cid-urbtdiyq9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbtdiyq9z .iconfont-wrapper {
  position: relative;
}
.cid-urbtdiyq9z .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-urbtdiyq9z .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-urbtdiyq9z .sociconfont-wrapper {
  display: flex;
}
.cid-urbtdiyq9z .card-title,
.cid-urbtdiyq9z .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-urbtdiyq9z .card-text {
  color: #000000;
}
.cid-urbtdiyq9z .mbr-section-title {
  color: #000000;
}
.cid-urbtdiyq9z .main-title,
.cid-urbtdiyq9z .iconfont-wrapper {
  text-align: left;
}
.cid-urbtdjd33H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a2a2a;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-urbtdjd33H .mbr-text {
  color: #efefec;
}
.cid-urbtdjPSwg {
  background-color: transparent;
}
.cid-urbtdjPSwg .navbar-dropdown {
  background: #180a74 !important;
  padding: 0;
}
.cid-urbtdjPSwg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #180a74 !important;
  background: #180a74;
}
.cid-urbtdjPSwg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urbtdjPSwg .navbar {
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-urbtdjPSwg .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-urbtdjPSwg .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-urbtdjPSwg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urbtdjPSwg .navbar.opened {
  transition: all 0.3s;
}
.cid-urbtdjPSwg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urbtdjPSwg .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-urbtdjPSwg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urbtdjPSwg .navbar.collapsed {
  justify-content: center;
}
.cid-urbtdjPSwg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urbtdjPSwg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urbtdjPSwg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urbtdjPSwg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urbtdjPSwg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urbtdjPSwg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urbtdjPSwg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urbtdjPSwg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urbtdjPSwg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urbtdjPSwg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urbtdjPSwg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urbtdjPSwg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urbtdjPSwg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urbtdjPSwg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urbtdjPSwg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urbtdjPSwg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urbtdjPSwg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urbtdjPSwg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urbtdjPSwg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urbtdjPSwg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urbtdjPSwg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urbtdjPSwg .navbar.navbar-short {
  min-height: 60px;
}
.cid-urbtdjPSwg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urbtdjPSwg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urbtdjPSwg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urbtdjPSwg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urbtdjPSwg .menu_box .navbar.opened,
  .cid-urbtdjPSwg .menu_box .navbar-collapse {
    background-color: #180a74 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urbtdjPSwg .navbar-dropdown {
  position: relative !important;
}
.cid-urbtdjPSwg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urbtdjPSwg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urbtdjPSwg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urbtdjPSwg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urbtdjPSwg .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-urbtdjPSwg .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-urbtdjPSwg .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-urbtdjPSwg .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-urbtdjPSwg .nav-item {
    margin: 0 !important;
  }
}
.cid-urbtdjPSwg .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-urbtdjPSwg .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-urbtdjPSwg .nav-item .nav-link:hover,
.cid-urbtdjPSwg .nav-item .nav-link:focus {
  color: #aad8f0 !important;
}
.cid-urbtdjPSwg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urbtdjPSwg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urbtdjPSwg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urbtdjPSwg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urbtdjPSwg .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-urbtdjPSwg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urbtdjPSwg .offcanvas_box {
    display: none;
  }
}
.cid-urbtdjPSwg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urbtdjPSwg .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urbtdjPSwg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urbtdjPSwg .container {
  display: flex;
  margin: auto;
}
.cid-urbtdjPSwg .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-urbtdjPSwg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urbtdjPSwg .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-urbtdjPSwg .navbar-nav {
    margin: 0;
  }
}
.cid-urbtdjPSwg .dropdown-menu,
.cid-urbtdjPSwg .navbar.opened {
  background-color: true !important;
}
.cid-urbtdjPSwg .nav-item:focus,
.cid-urbtdjPSwg .nav-link:focus {
  outline: none;
}
.cid-urbtdjPSwg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urbtdjPSwg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urbtdjPSwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urbtdjPSwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urbtdjPSwg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urbtdjPSwg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urbtdjPSwg .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-urbtdjPSwg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-urbtdjPSwg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urbtdjPSwg .dropdown-item.active,
.cid-urbtdjPSwg .dropdown-item:active {
  background-color: transparent;
}
.cid-urbtdjPSwg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-urbtdjPSwg .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-urbtdjPSwg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urbtdjPSwg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urbtdjPSwg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urbtdjPSwg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urbtdjPSwg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urbtdjPSwg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #180a74;
  background: #f4f2ef;
}
.cid-urbtdjPSwg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-urbtdjPSwg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urbtdjPSwg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbtdjPSwg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbtdjPSwg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urbtdjPSwg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbtdjPSwg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urbtdjPSwg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urbtdjPSwg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbtdjPSwg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urbtdjPSwg .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-urbtdjPSwg .navbar {
    height: 70px;
  }
  .cid-urbtdjPSwg .navbar.opened {
    height: auto;
  }
  .cid-urbtdjPSwg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urbtdjPSwg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urbtdjPSwg .navbar-caption:hover {
  color: #5f6ad4;
}
@media (min-width: 992px) {
  .cid-urbtdjPSwg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urbtdjPSwg .text_widget {
  margin-bottom: 32px;
}
.cid-urbtdjPSwg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urbtdjPSwg .text_widget a:hover,
.cid-urbtdjPSwg .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-urbtdjPSwg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-urbtdjPSwg .navbar-caption {
  color: #150764;
}
.cid-urbtdjPSwg .mbr-section-subtitle,
.cid-urbtdjPSwg .text_widget,
.cid-urbtdjPSwg .mbr-section-btn {
  text-align: center;
}
.cid-urbtdjPSwg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urbsDDxWwQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbsDDxWwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDDxWwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDDxWwQ .content-wrap {
  justify-content: flex-end;
}
.cid-urbsDDxWwQ .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urbsDDxWwQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urbsDDxWwQ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urbsDDxWwQ .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #180a74, #220ea3);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urbsDDxWwQ .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbsDDxWwQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urbsDDxWwQ .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urbsDDxWwQ .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urbsDDxWwQ .image-wrapper {
    padding: 0;
  }
}
.cid-urbsDDxWwQ .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbsDDxWwQ .image-wrapper img {
    height: 350px;
  }
}
.cid-urbsDDxWwQ .mbr-section-title {
  color: #ffffff;
}
.cid-urbsDDxWwQ .mbr-text,
.cid-urbsDDxWwQ .text-wrapper {
  color: #000000;
}
.cid-urbsDDxWwQ .mbr-section-title,
.cid-urbsDDxWwQ .mbr-section-btn,
.cid-urbsDDxWwQ .clients-wrapper {
  color: #000000;
}
.cid-urbsDFUbW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbsDFUbW3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urbsDFUbW3 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urbsDFUbW3 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #180a74;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
}
.cid-urbsDFUbW3 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-urbsDFUbW3 .mbr-text {
  color: #3d5943;
}
.cid-urbsDH7kUg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #180a74;
}
.cid-urbsDH7kUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDH7kUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDH7kUg .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-urbsDH7kUg .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-urbsDItI9E {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-urbsDItI9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDItI9E .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-urbsDItI9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDItI9E h1 {
  max-width: 800px;
}
.cid-urbsDItI9E p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-urbsDItI9E .btn:hover {
  transform: scale(1.1);
  background: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #5f6ad4 !important;
}
.cid-urbsDItI9E .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-urbsDItI9E .btn div {
  overflow: hidden;
}
.cid-urbsDItI9E .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-urbsDItI9E {
    align-items: center;
  }
  .cid-urbsDItI9E .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urbsDItI9E .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urbsDItI9E {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urbsDItI9E .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urbsDItI9E .content-wrap {
    width: 100%;
  }
}
.cid-urbsDItI9E .mbr-section-subtitle,
.cid-urbsDItI9E .line {
  color: #291f1e;
}
.cid-urbsDItI9E .mbr-text,
.cid-urbsDItI9E .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-urbsDItI9E .mbr-section-title {
  color: #291f1e;
}
.cid-urbsDJUkWu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbsDJUkWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDJUkWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDJUkWu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urbsDJUkWu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-urbsDJUkWu .container {
    padding: 0;
  }
}
.cid-urbsDJUkWu .row {
  justify-content: center;
}
.cid-urbsDJUkWu .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-urbsDJUkWu .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-urbsDJUkWu .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #ffffff;
}
.cid-urbsDJUkWu .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-urbsDJUkWu .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-urbsDJUkWu .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #fafaf6;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-urbsDJUkWu .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-urbsDJUkWu .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-urbsDJUkWu .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbsDJUkWu .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-urbsDJUkWu .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-urbsDJUkWu .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-urbsDJUkWu .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-urbsDJUkWu .mbr-text {
  color: #ffffff;
}
.cid-urbsDM0ji7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbsDM0ji7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDM0ji7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDM0ji7 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-urbsDM0ji7 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-urbsDM0ji7 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-urbsDM0ji7 .mbr-section-title {
  color: #131313;
}
.cid-urbsDM0ji7 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
  text-align: center;
}
.cid-urbsDM0ji7 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-urbsDM0ji7 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-urbsDM0ji7 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #fafaf6;
  box-shadow: 4px 4px 0 #fafaf6;
  background: #180a74;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-urbsDM0ji7 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-urbsDM0ji7 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-urbsDM0ji7 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-urbsDM0ji7 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-urbsDM0ji7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-urbsDM0ji7 .card-title {
  color: #131313;
}
.cid-urbsDM0ji7 .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: center;
}
.cid-urbsDM0ji7 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-urbsDM0ji7 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-urbsDM0ji7 .card-link {
    margin-top: 15px;
  }
}
.cid-urbsDM0ji7 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-urbsDM0ji7 .card-title,
.cid-urbsDM0ji7 .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-urbsDM0ji7 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-urbsDNOp4j {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/robson-hatsukami-morgan-ftjhdbkdpbe-unsplash-1-2000x1500.jpg");
}
.cid-urbsDNOp4j .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-urbsDNOp4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDNOp4j .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-urbsDNOp4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDNOp4j h1 {
  max-width: 800px;
}
.cid-urbsDNOp4j p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-urbsDNOp4j .btn:hover {
  transform: scale(1.1);
  background: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #5f6ad4 !important;
}
.cid-urbsDNOp4j .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-urbsDNOp4j .btn div {
  overflow: hidden;
}
.cid-urbsDNOp4j .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-urbsDNOp4j {
    align-items: center;
  }
  .cid-urbsDNOp4j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urbsDNOp4j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urbsDNOp4j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urbsDNOp4j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urbsDNOp4j .content-wrap {
    width: 100%;
  }
}
.cid-urbsDNOp4j .mbr-section-subtitle,
.cid-urbsDNOp4j .line {
  color: #291f1e;
}
.cid-urbsDNOp4j .mbr-text,
.cid-urbsDNOp4j .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-urbsDNOp4j .mbr-section-title {
  color: #291f1e;
}
.cid-urbsDPkHRK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbsDPkHRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDPkHRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDPkHRK .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbsDPkHRK .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-urbsDPkHRK .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-urbsDPkHRK .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-urbsDPkHRK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urbsDPkHRK .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-urbsDPkHRK .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-urbsDPkHRK .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-urbsDPkHRK .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbsDPkHRK .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-urbsDPkHRK .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #180a74;
}
.cid-urbsDPkHRK .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-urbsDPkHRK .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 12px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #180a74;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-urbsDPkHRK .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-urbsDPkHRK .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-urbsDPkHRK .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-urbsDPkHRK .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urbsDPkHRK .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-urbsDPkHRK .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-urbsDPkHRK .mbr-section-title {
  color: #050f0f;
}
.cid-urbsDPkHRK .item-title {
  color: #050f0f;
}
.cid-urbsDPkHRK .item-text {
  color: #050f0f;
}
.cid-urbsDRlLQo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-urbsDRlLQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDRlLQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDRlLQo .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-urbsDRlLQo .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-urbsDTa9BI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbsDTa9BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDTa9BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDTa9BI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urbsDTa9BI .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-urbsDTa9BI .container {
    padding: 0 25px;
  }
}
.cid-urbsDTa9BI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-urbsDTa9BI .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-urbsDTa9BI .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-urbsDTa9BI .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-urbsDTa9BI .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-urbsDTa9BI .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-urbsDTa9BI .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-urbsDTa9BI .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urbsDTa9BI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-urbsDTa9BI .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-urbsDTa9BI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-urbsDTa9BI .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-urbsDTa9BI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-urbsDTa9BI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urbsDTa9BI .panel-title-edit {
  color: #ffffff;
}
.cid-urbsDTa9BI .panel-text {
  color: #000000;
}
.cid-urgIf9ksH3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urgIf9ksH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgIf9ksH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgIf9ksH3 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-urgIf9ksH3 .container-fluid {
    padding: 0 12px;
  }
}
.cid-urgIf9ksH3 .container-fluid .row {
  padding: 0;
}
.cid-urgIf9ksH3 .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-urgIf9ksH3 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-urgIf9ksH3 .card {
    padding: 48px 20px;
  }
}
.cid-urgIf9ksH3 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-urgIf9ksH3 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urgIf9ksH3 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-urgIf9ksH3 .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-urgIf9ksH3 .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-urbsDUTgjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbsDUTgjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDUTgjA .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-urbsDUTgjA .container {
    padding: 0 22px;
  }
}
.cid-urbsDUTgjA .row {
  justify-content: center;
}
.cid-urbsDUTgjA .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urbsDUTgjA .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbsDUTgjA .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urbsDUTgjA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-urbsDUTgjA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-urbsDUTgjA .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-urbsDUTgjA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbsDUTgjA .mbr-section-title {
  color: #ffffff;
}
.cid-urbsDUTgjA .mbr-text {
  color: #000000;
}
.cid-urbsDUTgjA .mbr-section-title,
.cid-urbsDUTgjA .icon-wrapper {
  color: #000000;
}
.cid-urbsDVB44y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #180a74;
}
.cid-urbsDVB44y .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDVB44y .col-12 {
  padding: 0;
}
.cid-urbsDVB44y .row {
  margin: 0;
}
.cid-urbsDVB44y .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-urbsDVB44y .card-margin {
    margin-top: -1px;
  }
}
.cid-urbsDVB44y .card-wrapper {
  min-height: 500px;
  border: 1px solid #5f6ad4;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-urbsDVB44y .card-wrapper {
    padding: 1rem;
  }
}
.cid-urbsDVB44y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDVB44y .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urbsDVB44y .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-urbsDVB44y .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-urbsDVB44y .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-urbsDVB44y .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-urbsDVB44y .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-urbsDVB44y .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urbsDVB44y .image-wrapper {
    padding: 1rem;
  }
}
.cid-urbsDVB44y .mbr-section-title {
  color: #ffffff;
}
.cid-urbsDVB44y .mbr-text,
.cid-urbsDVB44y .mbr-section-btn {
  color: #ffffff;
}
.cid-urbxBhX8KY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urbxBhX8KY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbxBhX8KY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbxBhX8KY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-urbxBhX8KY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urbxBhX8KY .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #5f6ad4;
}
.cid-urbxBhX8KY .panel-body,
.cid-urbxBhX8KY .card-header {
  padding: 1rem 0;
}
.cid-urbxBhX8KY .panel-title-edit {
  color: #000000;
}
.cid-urbxBhX8KY H3 {
  color: #180a74;
}
.cid-urbxBhX8KY .panel-text {
  color: #000000;
}
.cid-urbsDWiIuq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urbsDWiIuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDWiIuq .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-urbsDWiIuq .container {
    padding: 0 15px;
  }
}
.cid-urbsDWiIuq .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-urbsDWiIuq .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urbsDWiIuq .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-urbsDWiIuq .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urbsDWiIuq .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-urbsDWiIuq .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-urbsDWiIuq .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbsDWiIuq .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbsDWiIuq .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbsDWiIuq .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbsDWiIuq .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #180a74;
  border: 2px solid #180a74;
}
.cid-urbsDWiIuq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-urbsDWiIuq .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-urbsDWiIuq .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-urbsDWiIuq .mbr-section-subtitle {
  color: #30262b;
}
.cid-urbsDWiIuq .list {
  color: #30262b;
}
.cid-urbsDWiIuq .mbr-address {
  color: #30262b;
}
.cid-urbsDXcAeM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urbsDXcAeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbsDXcAeM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-urbsDXcAeM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urbsDXcAeM .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-urbsDXcAeM a {
  font-weight: 600;
}
.cid-urbsDXcAeM a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-urbsDXcAeM .col-lg-3,
  .cid-urbsDXcAeM .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-urbsDXcAeM .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-urbsDXcAeM .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urbsDXcAeM h5 {
  margin: 0;
}
.cid-urbsDXcAeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbsDXcAeM .iconfont-wrapper {
  position: relative;
}
.cid-urbsDXcAeM .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-urbsDXcAeM .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-urbsDXcAeM .sociconfont-wrapper {
  display: flex;
}
.cid-urbsDXcAeM .card-title,
.cid-urbsDXcAeM .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-urbsDXcAeM .card-text {
  color: #000000;
}
.cid-urbsDXcAeM .mbr-section-title {
  color: #000000;
}
.cid-urbsDXcAeM .main-title,
.cid-urbsDXcAeM .iconfont-wrapper {
  text-align: left;
}
.cid-urbsDY5aJ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a2a2a;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-urbsDY5aJ8 .mbr-text {
  color: #efefec;
}
.cid-urbsDZv8Ze {
  background-color: transparent;
}
.cid-urbsDZv8Ze .navbar-dropdown {
  background: #180a74 !important;
  padding: 0;
}
.cid-urbsDZv8Ze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #180a74 !important;
  background: #180a74;
}
.cid-urbsDZv8Ze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urbsDZv8Ze .navbar {
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-urbsDZv8Ze .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-urbsDZv8Ze .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-urbsDZv8Ze .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urbsDZv8Ze .navbar.opened {
  transition: all 0.3s;
}
.cid-urbsDZv8Ze .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urbsDZv8Ze .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-urbsDZv8Ze .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urbsDZv8Ze .navbar.collapsed {
  justify-content: center;
}
.cid-urbsDZv8Ze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urbsDZv8Ze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urbsDZv8Ze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urbsDZv8Ze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urbsDZv8Ze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urbsDZv8Ze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urbsDZv8Ze .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urbsDZv8Ze .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urbsDZv8Ze .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urbsDZv8Ze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urbsDZv8Ze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urbsDZv8Ze .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urbsDZv8Ze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urbsDZv8Ze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urbsDZv8Ze .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urbsDZv8Ze .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urbsDZv8Ze .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urbsDZv8Ze .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urbsDZv8Ze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urbsDZv8Ze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urbsDZv8Ze .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urbsDZv8Ze .navbar.navbar-short {
  min-height: 60px;
}
.cid-urbsDZv8Ze .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urbsDZv8Ze .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urbsDZv8Ze .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urbsDZv8Ze .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urbsDZv8Ze .menu_box .navbar.opened,
  .cid-urbsDZv8Ze .menu_box .navbar-collapse {
    background-color: #180a74 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urbsDZv8Ze .navbar-dropdown {
  position: relative !important;
}
.cid-urbsDZv8Ze .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urbsDZv8Ze .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urbsDZv8Ze .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urbsDZv8Ze .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urbsDZv8Ze .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-urbsDZv8Ze .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-urbsDZv8Ze .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-urbsDZv8Ze .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-urbsDZv8Ze .nav-item {
    margin: 0 !important;
  }
}
.cid-urbsDZv8Ze .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-urbsDZv8Ze .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-urbsDZv8Ze .nav-item .nav-link:hover,
.cid-urbsDZv8Ze .nav-item .nav-link:focus {
  color: #aad8f0 !important;
}
.cid-urbsDZv8Ze .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urbsDZv8Ze .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urbsDZv8Ze .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urbsDZv8Ze .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urbsDZv8Ze .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-urbsDZv8Ze .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urbsDZv8Ze .offcanvas_box {
    display: none;
  }
}
.cid-urbsDZv8Ze .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urbsDZv8Ze .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urbsDZv8Ze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urbsDZv8Ze .container {
  display: flex;
  margin: auto;
}
.cid-urbsDZv8Ze .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-urbsDZv8Ze .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urbsDZv8Ze .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-urbsDZv8Ze .navbar-nav {
    margin: 0;
  }
}
.cid-urbsDZv8Ze .dropdown-menu,
.cid-urbsDZv8Ze .navbar.opened {
  background-color: true !important;
}
.cid-urbsDZv8Ze .nav-item:focus,
.cid-urbsDZv8Ze .nav-link:focus {
  outline: none;
}
.cid-urbsDZv8Ze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urbsDZv8Ze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urbsDZv8Ze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urbsDZv8Ze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urbsDZv8Ze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urbsDZv8Ze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urbsDZv8Ze .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-urbsDZv8Ze .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-urbsDZv8Ze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urbsDZv8Ze .dropdown-item.active,
.cid-urbsDZv8Ze .dropdown-item:active {
  background-color: transparent;
}
.cid-urbsDZv8Ze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-urbsDZv8Ze .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-urbsDZv8Ze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urbsDZv8Ze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urbsDZv8Ze .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urbsDZv8Ze ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urbsDZv8Ze .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urbsDZv8Ze button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #180a74;
  background: #f4f2ef;
}
.cid-urbsDZv8Ze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-urbsDZv8Ze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urbsDZv8Ze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbsDZv8Ze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbsDZv8Ze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urbsDZv8Ze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbsDZv8Ze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urbsDZv8Ze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urbsDZv8Ze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbsDZv8Ze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urbsDZv8Ze .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-urbsDZv8Ze .navbar {
    height: 70px;
  }
  .cid-urbsDZv8Ze .navbar.opened {
    height: auto;
  }
  .cid-urbsDZv8Ze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urbsDZv8Ze .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urbsDZv8Ze .navbar-caption:hover {
  color: #5f6ad4;
}
@media (min-width: 992px) {
  .cid-urbsDZv8Ze .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urbsDZv8Ze .text_widget {
  margin-bottom: 32px;
}
.cid-urbsDZv8Ze .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urbsDZv8Ze .text_widget a:hover,
.cid-urbsDZv8Ze .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-urbsDZv8Ze .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-urbsDZv8Ze .navbar-caption {
  color: #150764;
}
.cid-urbsDZv8Ze .mbr-section-subtitle,
.cid-urbsDZv8Ze .text_widget,
.cid-urbsDZv8Ze .mbr-section-btn {
  text-align: center;
}
.cid-urbsDZv8Ze a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urbs2sDGO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbs2sDGO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2sDGO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2sDGO7 .content-wrap {
  justify-content: flex-end;
}
.cid-urbs2sDGO7 .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urbs2sDGO7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urbs2sDGO7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urbs2sDGO7 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #180a74, #220ea3);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urbs2sDGO7 .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbs2sDGO7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urbs2sDGO7 .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urbs2sDGO7 .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urbs2sDGO7 .image-wrapper {
    padding: 0;
  }
}
.cid-urbs2sDGO7 .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbs2sDGO7 .image-wrapper img {
    height: 350px;
  }
}
.cid-urbs2sDGO7 .mbr-section-title {
  color: #ffffff;
}
.cid-urbs2sDGO7 .mbr-text,
.cid-urbs2sDGO7 .text-wrapper {
  color: #000000;
}
.cid-urbs2sDGO7 .mbr-section-title,
.cid-urbs2sDGO7 .mbr-section-btn,
.cid-urbs2sDGO7 .clients-wrapper {
  color: #000000;
}
.cid-urbs2tlweE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbs2tlweE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urbs2tlweE .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urbs2tlweE .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #180a74;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
}
.cid-urbs2tlweE .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-urbs2tlweE .mbr-text {
  color: #3d5943;
}
.cid-urbs2tQFCc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #180a74;
}
.cid-urbs2tQFCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2tQFCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2tQFCc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-urbs2tQFCc .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-urbs2ujAsS {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-urbs2ujAsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2ujAsS .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-urbs2ujAsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2ujAsS h1 {
  max-width: 800px;
}
.cid-urbs2ujAsS p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-urbs2ujAsS .btn:hover {
  transform: scale(1.1);
  background: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #5f6ad4 !important;
}
.cid-urbs2ujAsS .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-urbs2ujAsS .btn div {
  overflow: hidden;
}
.cid-urbs2ujAsS .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-urbs2ujAsS {
    align-items: center;
  }
  .cid-urbs2ujAsS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urbs2ujAsS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urbs2ujAsS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urbs2ujAsS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urbs2ujAsS .content-wrap {
    width: 100%;
  }
}
.cid-urbs2ujAsS .mbr-section-subtitle,
.cid-urbs2ujAsS .line {
  color: #291f1e;
}
.cid-urbs2ujAsS .mbr-text,
.cid-urbs2ujAsS .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-urbs2ujAsS .mbr-section-title {
  color: #291f1e;
}
.cid-urbs2uJIZK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbs2uJIZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2uJIZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2uJIZK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urbs2uJIZK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-urbs2uJIZK .container {
    padding: 0;
  }
}
.cid-urbs2uJIZK .row {
  justify-content: center;
}
.cid-urbs2uJIZK .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-urbs2uJIZK .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-urbs2uJIZK .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #ffffff;
}
.cid-urbs2uJIZK .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-urbs2uJIZK .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-urbs2uJIZK .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #fafaf6;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-urbs2uJIZK .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-urbs2uJIZK .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-urbs2uJIZK .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbs2uJIZK .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-urbs2uJIZK .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-urbs2uJIZK .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-urbs2uJIZK .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-urbs2uJIZK .mbr-text {
  color: #ffffff;
}
.cid-urbs2vz60Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbs2vz60Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2vz60Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2vz60Q .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-urbs2vz60Q .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-urbs2vz60Q .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-urbs2vz60Q .mbr-section-title {
  color: #131313;
}
.cid-urbs2vz60Q .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-urbs2vz60Q .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-urbs2vz60Q .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-urbs2vz60Q .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #fafaf6;
  box-shadow: 4px 4px 0 #fafaf6;
  background: #180a74;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-urbs2vz60Q .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-urbs2vz60Q .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-urbs2vz60Q .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-urbs2vz60Q .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-urbs2vz60Q .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-urbs2vz60Q .card-title {
  color: #131313;
}
.cid-urbs2vz60Q .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: center;
}
.cid-urbs2vz60Q .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-urbs2vz60Q .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-urbs2vz60Q .card-link {
    margin-top: 15px;
  }
}
.cid-urbs2vz60Q .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-urbs2vz60Q .card-title,
.cid-urbs2vz60Q .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-urbs2wgjmZ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/hendrik-morkel-ysqf5oenkrw-unsplash-1-2000x1333.jpg");
}
.cid-urbs2wgjmZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-urbs2wgjmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2wgjmZ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-urbs2wgjmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2wgjmZ h1 {
  max-width: 800px;
}
.cid-urbs2wgjmZ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-urbs2wgjmZ .btn:hover {
  transform: scale(1.1);
  background: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #5f6ad4 !important;
}
.cid-urbs2wgjmZ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-urbs2wgjmZ .btn div {
  overflow: hidden;
}
.cid-urbs2wgjmZ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-urbs2wgjmZ {
    align-items: center;
  }
  .cid-urbs2wgjmZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urbs2wgjmZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urbs2wgjmZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urbs2wgjmZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urbs2wgjmZ .content-wrap {
    width: 100%;
  }
}
.cid-urbs2wgjmZ .mbr-section-subtitle,
.cid-urbs2wgjmZ .line {
  color: #291f1e;
}
.cid-urbs2wgjmZ .mbr-text,
.cid-urbs2wgjmZ .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-urbs2wgjmZ .mbr-section-title {
  color: #291f1e;
}
.cid-urbs2wM96h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbs2wM96h .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2wM96h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2wM96h .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbs2wM96h .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-urbs2wM96h .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-urbs2wM96h .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-urbs2wM96h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urbs2wM96h .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-urbs2wM96h .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-urbs2wM96h .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-urbs2wM96h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbs2wM96h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-urbs2wM96h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #180a74;
}
.cid-urbs2wM96h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-urbs2wM96h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 12px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #180a74;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-urbs2wM96h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-urbs2wM96h .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-urbs2wM96h .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-urbs2wM96h .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urbs2wM96h .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-urbs2wM96h .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-urbs2wM96h .mbr-section-title {
  color: #050f0f;
}
.cid-urbs2wM96h .item-title {
  color: #050f0f;
}
.cid-urbs2wM96h .item-text {
  color: #050f0f;
}
.cid-urbs2xxxA0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-urbs2xxxA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2xxxA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2xxxA0 .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-urbs2xxxA0 .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-urbs2xY5It {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #180a74;
}
.cid-urbs2xY5It .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2xY5It .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2xY5It .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urbs2xY5It .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-urbs2xY5It .container {
    padding: 0 25px;
  }
}
.cid-urbs2xY5It .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-urbs2xY5It .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-urbs2xY5It .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-urbs2xY5It .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-urbs2xY5It .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-urbs2xY5It .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-urbs2xY5It .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-urbs2xY5It .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urbs2xY5It .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-urbs2xY5It .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-urbs2xY5It .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-urbs2xY5It .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-urbs2xY5It .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-urbs2xY5It .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urbs2xY5It .panel-title-edit {
  color: #ffffff;
}
.cid-urbs2xY5It .panel-text {
  color: #000000;
}
.cid-urbs2yNcwB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urbs2yNcwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2yNcwB .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-urbs2yNcwB .container {
    padding: 0 22px;
  }
}
.cid-urbs2yNcwB .row {
  justify-content: center;
}
.cid-urbs2yNcwB .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urbs2yNcwB .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbs2yNcwB .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urbs2yNcwB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-urbs2yNcwB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-urbs2yNcwB .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-urbs2yNcwB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbs2yNcwB .mbr-section-title {
  color: #ffffff;
}
.cid-urbs2yNcwB .mbr-text {
  color: #000000;
}
.cid-urbs2yNcwB .mbr-section-title,
.cid-urbs2yNcwB .icon-wrapper {
  color: #000000;
}
.cid-urbs2zIeZO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #180a74;
}
.cid-urbs2zIeZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2zIeZO .col-12 {
  padding: 0;
}
.cid-urbs2zIeZO .row {
  margin: 0;
}
.cid-urbs2zIeZO .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-urbs2zIeZO .card-margin {
    margin-top: -1px;
  }
}
.cid-urbs2zIeZO .card-wrapper {
  min-height: 500px;
  border: 1px solid #5f6ad4;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-urbs2zIeZO .card-wrapper {
    padding: 1rem;
  }
}
.cid-urbs2zIeZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2zIeZO .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urbs2zIeZO .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-urbs2zIeZO .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-urbs2zIeZO .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-urbs2zIeZO .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-urbs2zIeZO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-urbs2zIeZO .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urbs2zIeZO .image-wrapper {
    padding: 1rem;
  }
}
.cid-urbs2zIeZO .mbr-section-title {
  color: #ffffff;
}
.cid-urbs2zIeZO .mbr-text,
.cid-urbs2zIeZO .mbr-section-btn {
  color: #ffffff;
}
.cid-urbx9X1lev {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urbx9X1lev .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbx9X1lev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbx9X1lev .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-urbx9X1lev .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urbx9X1lev .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #5f6ad4;
}
.cid-urbx9X1lev .panel-body,
.cid-urbx9X1lev .card-header {
  padding: 1rem 0;
}
.cid-urbx9X1lev .panel-title-edit {
  color: #000000;
}
.cid-urbx9X1lev H3 {
  color: #180a74;
}
.cid-urbx9X1lev .panel-text {
  color: #000000;
}
.cid-urbs2Auw0v {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urbs2Auw0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2Auw0v .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-urbs2Auw0v .container {
    padding: 0 15px;
  }
}
.cid-urbs2Auw0v .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-urbs2Auw0v .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urbs2Auw0v .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-urbs2Auw0v .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #180a74;
}
@media (max-width: 992px) {
  .cid-urbs2Auw0v .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-urbs2Auw0v .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-urbs2Auw0v .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbs2Auw0v .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbs2Auw0v .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbs2Auw0v .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbs2Auw0v .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #180a74;
  border: 2px solid #180a74;
}
.cid-urbs2Auw0v .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-urbs2Auw0v .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-urbs2Auw0v .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-urbs2Auw0v .mbr-section-subtitle {
  color: #30262b;
}
.cid-urbs2Auw0v .list {
  color: #30262b;
}
.cid-urbs2Auw0v .mbr-address {
  color: #30262b;
}
.cid-urbs2Be5LO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urbs2Be5LO .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbs2Be5LO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-urbs2Be5LO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urbs2Be5LO .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-urbs2Be5LO a {
  font-weight: 600;
}
.cid-urbs2Be5LO a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-urbs2Be5LO .col-lg-3,
  .cid-urbs2Be5LO .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-urbs2Be5LO .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-urbs2Be5LO .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urbs2Be5LO h5 {
  margin: 0;
}
.cid-urbs2Be5LO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbs2Be5LO .iconfont-wrapper {
  position: relative;
}
.cid-urbs2Be5LO .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-urbs2Be5LO .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-urbs2Be5LO .sociconfont-wrapper {
  display: flex;
}
.cid-urbs2Be5LO .card-title,
.cid-urbs2Be5LO .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-urbs2Be5LO .card-text {
  color: #000000;
}
.cid-urbs2Be5LO .mbr-section-title {
  color: #000000;
}
.cid-urbs2Be5LO .main-title,
.cid-urbs2Be5LO .iconfont-wrapper {
  text-align: left;
}
.cid-urbs2BX3j5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a2a2a;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-urbs2BX3j5 .mbr-text {
  color: #efefec;
}
.cid-urbs2CxVcT {
  background-color: transparent;
}
.cid-urbs2CxVcT .navbar-dropdown {
  background: #180a74 !important;
  padding: 0;
}
.cid-urbs2CxVcT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #180a74 !important;
  background: #180a74;
}
.cid-urbs2CxVcT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urbs2CxVcT .navbar {
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-urbs2CxVcT .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-urbs2CxVcT .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-urbs2CxVcT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urbs2CxVcT .navbar.opened {
  transition: all 0.3s;
}
.cid-urbs2CxVcT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urbs2CxVcT .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-urbs2CxVcT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urbs2CxVcT .navbar.collapsed {
  justify-content: center;
}
.cid-urbs2CxVcT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urbs2CxVcT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urbs2CxVcT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urbs2CxVcT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urbs2CxVcT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urbs2CxVcT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urbs2CxVcT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urbs2CxVcT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urbs2CxVcT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urbs2CxVcT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urbs2CxVcT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urbs2CxVcT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urbs2CxVcT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urbs2CxVcT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urbs2CxVcT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urbs2CxVcT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urbs2CxVcT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urbs2CxVcT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urbs2CxVcT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urbs2CxVcT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urbs2CxVcT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urbs2CxVcT .navbar.navbar-short {
  min-height: 60px;
}
.cid-urbs2CxVcT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urbs2CxVcT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urbs2CxVcT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urbs2CxVcT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urbs2CxVcT .menu_box .navbar.opened,
  .cid-urbs2CxVcT .menu_box .navbar-collapse {
    background-color: #180a74 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urbs2CxVcT .navbar-dropdown {
  position: relative !important;
}
.cid-urbs2CxVcT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urbs2CxVcT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urbs2CxVcT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urbs2CxVcT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urbs2CxVcT .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-urbs2CxVcT .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-urbs2CxVcT .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-urbs2CxVcT .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-urbs2CxVcT .nav-item {
    margin: 0 !important;
  }
}
.cid-urbs2CxVcT .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-urbs2CxVcT .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-urbs2CxVcT .nav-item .nav-link:hover,
.cid-urbs2CxVcT .nav-item .nav-link:focus {
  color: #aad8f0 !important;
}
.cid-urbs2CxVcT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urbs2CxVcT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urbs2CxVcT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urbs2CxVcT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urbs2CxVcT .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-urbs2CxVcT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urbs2CxVcT .offcanvas_box {
    display: none;
  }
}
.cid-urbs2CxVcT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urbs2CxVcT .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urbs2CxVcT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urbs2CxVcT .container {
  display: flex;
  margin: auto;
}
.cid-urbs2CxVcT .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-urbs2CxVcT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urbs2CxVcT .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-urbs2CxVcT .navbar-nav {
    margin: 0;
  }
}
.cid-urbs2CxVcT .dropdown-menu,
.cid-urbs2CxVcT .navbar.opened {
  background-color: true !important;
}
.cid-urbs2CxVcT .nav-item:focus,
.cid-urbs2CxVcT .nav-link:focus {
  outline: none;
}
.cid-urbs2CxVcT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urbs2CxVcT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urbs2CxVcT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urbs2CxVcT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urbs2CxVcT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urbs2CxVcT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urbs2CxVcT .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-urbs2CxVcT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-urbs2CxVcT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urbs2CxVcT .dropdown-item.active,
.cid-urbs2CxVcT .dropdown-item:active {
  background-color: transparent;
}
.cid-urbs2CxVcT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-urbs2CxVcT .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-urbs2CxVcT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urbs2CxVcT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urbs2CxVcT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urbs2CxVcT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urbs2CxVcT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urbs2CxVcT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #180a74;
  background: #f4f2ef;
}
.cid-urbs2CxVcT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-urbs2CxVcT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urbs2CxVcT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbs2CxVcT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbs2CxVcT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urbs2CxVcT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbs2CxVcT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urbs2CxVcT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urbs2CxVcT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbs2CxVcT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urbs2CxVcT .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-urbs2CxVcT .navbar {
    height: 70px;
  }
  .cid-urbs2CxVcT .navbar.opened {
    height: auto;
  }
  .cid-urbs2CxVcT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urbs2CxVcT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urbs2CxVcT .navbar-caption:hover {
  color: #5f6ad4;
}
@media (min-width: 992px) {
  .cid-urbs2CxVcT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urbs2CxVcT .text_widget {
  margin-bottom: 32px;
}
.cid-urbs2CxVcT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urbs2CxVcT .text_widget a:hover,
.cid-urbs2CxVcT .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-urbs2CxVcT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-urbs2CxVcT .navbar-caption {
  color: #150764;
}
.cid-urbs2CxVcT .mbr-section-subtitle,
.cid-urbs2CxVcT .text_widget,
.cid-urbs2CxVcT .mbr-section-btn {
  text-align: center;
}
.cid-urbs2CxVcT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
