body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #274abb !important;
}
.bg-success {
  background-color: #7242d6 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #274abb !important;
  border-color: #274abb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #152967;
  color: #152967;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #274abb;
  border-color: #274abb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #274abb !important;
  border-color: #274abb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #157074;
  color: #157074;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #25c4ca;
  border-color: #25c4ca;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #452092;
  color: #452092;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #7242d6;
  border-color: #7242d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #274abb !important;
}
.text-secondary {
  color: #25c4ca !important;
}
.text-success {
  color: #7242d6 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #656565 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #152967 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #157074 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #452092 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #323232 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #656565;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #274abb;
  border-color: #274abb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #274abb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7e96e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #efeafa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #274abb;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.btn-primary-outline-2 {
  border: none;
  color: #274abb;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #274abb;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #274abb;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #274abb;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #274abb;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #274abb;
  border-bottom-color: #274abb;
}
.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: #274abb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #25c4ca !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%;
}
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='%23274abb' %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;
}
.cid-rzMX8LxWYf .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rzMX8LxWYf .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzMX8LxWYf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzMX8LxWYf .dropdown-item {
  padding: 0;
}
.cid-rzMX8LxWYf .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-rzMX8LxWYf .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMX8LxWYf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzMX8LxWYf a {
  font-style: normal;
}
.cid-rzMX8LxWYf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzMX8LxWYf .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rzMX8LxWYf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .content-text {
  margin-bottom: 0;
}
.cid-rzMX8LxWYf .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #274abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzMX8LxWYf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzMX8LxWYf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzMX8LxWYf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzMX8LxWYf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzMX8LxWYf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzMX8LxWYf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzMX8LxWYf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMX8LxWYf .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzMX8LxWYf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzMX8LxWYf .content-right-side {
  text-align: center;
}
.cid-rzMX8LxWYf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzMX8LxWYf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzMX8LxWYf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzMX8LxWYf .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rzMX8LxWYf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzMX8LxWYf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzMX8LxWYf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzMX8LxWYf .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rzMX8LxWYf .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rzMX8LxWYf .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzMX8LxWYf .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzMX8LxWYf .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzMX8LxWYf .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzMX8LxWYf .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 4.5rem);
  }
  .cid-rzMX8LxWYf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzMX8LxWYf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rzMX8LxWYf .navbar-toggler {
    display: none;
  }
  .cid-rzMX8LxWYf .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rzMX8LxWYf .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzMX8LxWYf .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzMX8LxWYf .menu-logo {
  margin-right: auto;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzMX8LxWYf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzMX8LxWYf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzMX8LxWYf .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzMX8LxWYf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMX8LxWYf button.navbar-toggler:focus {
  outline: none;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMX8LxWYf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzMX8LxWYf .collapsed .btn {
  display: flex;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzMX8LxWYf .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzMX8LxWYf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rzMX8LxWYf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rzMX8LxWYf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rzMX8LxWYf .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rzMX8LxWYf .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing,
  .cid-rzMX8LxWYf .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-nav,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzMX8LxWYf .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzMX8LxWYf img {
    height: 3.8rem !important;
  }
  .cid-rzMX8LxWYf .btn {
    display: flex;
  }
  .cid-rzMX8LxWYf button.navbar-toggler {
    display: block;
  }
  .cid-rzMX8LxWYf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rzMX8LxWYf .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rzMX8LxWYf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rzMX8LxWYf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzMX8LxWYf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzMX8LxWYf .nav-link:focus {
  outline: none;
}
.cid-rzMX8LxWYf .navbar-toggler {
  position: relative;
}
.cid-rzMX8LxWYf .dropdown-item.active,
.cid-rzMX8LxWYf .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-unpVz4jrnv .modal-body .close {
  background: #1b1b1b;
}
.cid-unpVz4jrnv .modal-body .close span {
  font-style: normal;
}
.cid-unpVz4jrnv .carousel-inner > .active,
.cid-unpVz4jrnv .carousel-inner > .next,
.cid-unpVz4jrnv .carousel-inner > .prev {
  display: table;
}
.cid-unpVz4jrnv .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-unpVz4jrnv .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-unpVz4jrnv .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-unpVz4jrnv .carousel-control,
.cid-unpVz4jrnv .carousel-indicators li {
  background-color: #274abb !important;
  opacity: 0.7!important;
  border: none;
}
.cid-unpVz4jrnv .carousel-control:hover,
.cid-unpVz4jrnv .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-unpVz4jrnv .carousel-control .active,
.cid-unpVz4jrnv .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-unpVz4jrnv .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-unpVz4jrnv .carousel-control .icon-next,
.cid-unpVz4jrnv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-unpVz4jrnv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-unpVz4jrnv .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-unpVz4jrnv .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-unpVz4jrnv .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-unpVz4jrnv .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-unpVz4jrnv .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-unpVz4jrnv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-unpVz4jrnv .boxed-slider > div {
  position: relative;
}
.cid-unpVz4jrnv .container img {
  width: 100%;
}
.cid-unpVz4jrnv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-unpVz4jrnv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-unpVz4jrnv .mbr-table-cell {
  padding: 0;
}
.cid-unpVz4jrnv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-unpVz4jrnv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-unpVz4jrnv .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-unpVz4jrnv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-unpVz4jrnv .carousel-item .container {
    width: 100%;
  }
}
.cid-unpVz4jrnv .carousel-item-next.carousel-item-left,
.cid-unpVz4jrnv .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-unpVz4jrnv .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-unpVz4jrnv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unpVz4jrnv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-unpVz4jrnv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-unpVz4jrnv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-unpVz4jrnv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-unpVz4jrnv .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-unpVz4jrnv .mbr-slider .carousel-indicators li.active,
.cid-unpVz4jrnv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-unpVz4jrnv .mbr-slider .carousel-indicators li::after,
.cid-unpVz4jrnv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-unpVz4jrnv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-unpVz4jrnv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-unpVz4jrnv .mbr-slider > .container img {
  width: 100%;
}
.cid-unpVz4jrnv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-unpVz4jrnv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-unpVz4jrnv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-unpVz4jrnv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-unpVz4jrnv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-unpVz4jrnv .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-unpVz4jrnv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-unpVz4jrnv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-unpVz4jrnv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-unpVz4jrnv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-unpVz4jrnv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-unpVz4jrnv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-unpVz4jrnv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-unpVz4jrnv P {
  text-align: center;
}
.cid-unpVz4jrnv H2 {
  text-align: center;
  color: #f7ed4a;
}
.cid-rzMXdfrRCn {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzMXdfrRCn .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-rzMXdfrRCn .card-img {
  position: relative;
}
.cid-rzMXdfrRCn .card-img:hover .card-title {
  background: linear-gradient(to top, #25c4ca, transparent);
}
.cid-rzMXdfrRCn .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rzMXdfrRCn .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-rzMXdfrRCn .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-rzMXdfrRCn .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-rzMXdfrRCn .text-box {
  padding: 20px;
}
.cid-rzMXdfrRCn .text-box p {
  margin: 0;
}
.cid-rzMXdfrRCn .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-rzMXdfrRCn .ico-box p {
  margin: 0;
}
.cid-rzMXdfrRCn .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-rzMXdfrRCn .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rzMXdfrRCn .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-rzMXdfrRCn .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rzMXdfrRCn .mbr-section-title {
  color: #656565;
}
.cid-rzMXdfrRCn .card-box {
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-rzMXdfrRCn .card-box {
    bottom: 0px;
  }
  .cid-rzMXdfrRCn .p-box {
    padding: 0px;
  }
  .cid-rzMXdfrRCn .card-title {
    padding: 10px 15px;
  }
}
.cid-rzMXdfrRCn .card-text {
  color: #656565;
}
.cid-rzMXdfrRCn .phone {
  color: #656565;
}
.cid-rzMXdfrRCn .card-title2 {
  color: #333333;
}
.cid-unq16MjM8U {
  padding-top: 90px;
  padding-bottom: 90px;
  /* background-image: url("../../../assets/images/mbr-1920x614.jpg"); */
}
.cid-unq16MjM8U .intro-body {
  vertical-align: middle;
}
.cid-unq16MjM8U .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-unq16MjM8U .text {
  color: white;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.cid-unq16MjM8U .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-unq16MjM8U .mbr-text {
  width: 100%;
  height: auto;
  text-align: left;
}
.cid-unq16MjM8U .video {
  text-align: center;
  vertical-align: middle;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .cid-unq16MjM8U .video {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-unq16MjM8U .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unq16MjM8U .content,
  .cid-unq16MjM8U .video {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-unq16MjM8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-unq16MjM8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rzN0poamVs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rzN0poamVs .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-rzN0poamVs .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-rzN0poamVs .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rzN0poamVs .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #274abb;
}
.cid-rzN0poamVs .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rzN0poamVs .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-rzN0poamVs .big {
  margin-top: -25%;
}
.cid-rzN0poamVs .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-rzN0poamVs .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzN0poamVs .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-rzN0poamVs .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rzN0poamVs .small {
    margin-top: -25%;
  }
}
.cid-rzN0poamVs .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}

.cid-rzN0s6n1UA {
  padding-top: 90px;
  padding-bottom: 90px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}

.cid-rzN0s6n1UA .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-rzN0s6n1UA .mbr-text {
  color: #cccccc;
}
.cid-rzN0s6n1UA .border-r {
  border-right: 1px solid #656565;
}
.cid-rzN0s6n1UA p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rzN0s6n1UA .border-r {
    border-right: 0px solid #656565;
  }
}
@media (max-width: 576px) {
  .cid-rzN0s6n1UA .card {
    margin-bottom: 2rem;
  }
}
.cid-rzN0tJPtPc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzN0tJPtPc .mbr-iconfont {
  color: #656565;
  font-size: 0.9rem;
}
.cid-rzN0tJPtPc .title,
.cid-rzN0tJPtPc .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-rzN0tJPtPc .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-rzN0tJPtPc .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-rzN0tJPtPc .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-rzN0tJPtPc .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-rzN0tJPtPc .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-rzN0tJPtPc .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-rzN0tJPtPc .card-img {
  overflow: hidden;
}
.cid-rzN0tJPtPc .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rzN0tJPtPc .card-box {
  padding: 0rem;
}
.cid-rzN0tJPtPc img {
  transition: all 0.3s;
}
.cid-rzN0tJPtPc .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-rzN0tJPtPc status {
  color: #855dd8;
}
.cid-rzN0tJPtPc .status {
  color: #656565;
  text-align: left;
}
.cid-rzN0uOmasq {
  padding-top: 75px;
  padding-bottom: 60px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}
.cid-rzN0uOmasq .mbr-section-title {
  text-align: center;
}
.cid-rzN0uOmasq .mbr-text,
.cid-rzN0uOmasq .mbr-section-btn {
  text-align: center;
}
.cid-rzN0SWuwaD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzN0SWuwaD .title {
  background: #3b5abb;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rzN0SWuwaD .mbr-section-subtitle {
  color: #9e9e9e;
  text-align: center;
}
.cid-rzN0SWuwaD p {
  margin: 0;
  padding: 0;
}
.cid-rzN0SWuwaD .card {
  margin-bottom: 2rem;
}
.cid-rzN0SWuwaD .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #3b5abb;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-rzN0SWuwaD .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #3b5abb;
  border-right: 15px solid transparent;
}
.cid-rzN0SWuwaD .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-rzN0SWuwaD .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rzN0SWuwaD .name-wrap {
  display: inline-block;
}
.cid-rzN0SWuwaD .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-rzN0SWuwaD .mbr-author-desc {
  color: #9e9e9e;
}
.cid-rzN0SWuwaD .card-block P {
  color: #ffffff;
}
.cid-rzN0SWuwaD .mbr-author-name {
  color: #506ab9;
}
.cid-rzN0SWuwaD .mbr-section-title,
.cid-rzN0SWuwaD .title DIV {
  color: #232323;
  text-align: center;
}
.cid-rzN0SWuwaD .mbr-section-title,
.cid-rzN0SWuwaD .title {
  color: #656565;
}
.cid-unqrM4iqdb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-unqrM4iqdb::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unqrM4iqdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-unqrM4iqdb .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-unqrM4iqdb .container {
    padding: 0 22px;
  }
}
.cid-unqrM4iqdb .row {
  position: relative;
  z-index: 1;
}
.cid-unqrM4iqdb .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unqrM4iqdb .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unqrM4iqdb .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unqrM4iqdb .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unqrM4iqdb .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unqrM4iqdb .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unqrM4iqdb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unqrM4iqdb .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unqrM4iqdb .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unqrM4iqdb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unqrM4iqdb .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unqrM4iqdb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unqrM4iqdb .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unqrM4iqdb .nav-wrapper .list .item-wrap:hover,
.cid-unqrM4iqdb .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unqrM4iqdb .nav-wrapper .list .item-wrap:hover::before,
.cid-unqrM4iqdb .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unqrM4iqdb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unqrM4iqdb .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unqrM4iqdb .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unqrM4iqdb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unqrM4iqdb .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unqrM4iqdb .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unqrM4iqdb .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unqrM4iqdb .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unqrM4iqdb .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unqrM4iqdb .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unqrM4iqdb .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unqrM4iqdb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unqrM4iqdb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unqrM4iqdb .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unqrM4iqdb .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unqrM4iqdb .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unqrM4iqdb .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unqrM4iqdb .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unqrM4iqdb .mbr-section-title {
  color: #00d0f3;
}
.cid-unqrM4iqdb .mbr-text {
  color: #ffffff;
}
.cid-unqrM4iqdb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unqrM4iqdb .list {
  color: #ffffff;
}
.cid-unqrM4iqdb .mbr-contact {
  color: #ffffff;
}
.cid-unqrM4iqdb .mbr-desc {
  color: #ffffff;
}
.cid-unrqlQ4f9o .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-unrqlQ4f9o .navbar-fixed-top {
  padding-top: 0;
}
.cid-unrqlQ4f9o .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-unrqlQ4f9o .dropdown-item {
  padding: 0;
}
.cid-unrqlQ4f9o .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-unrqlQ4f9o .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-unrqlQ4f9o .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unrqlQ4f9o .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-unrqlQ4f9o a {
  font-style: normal;
}
.cid-unrqlQ4f9o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-unrqlQ4f9o .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-unrqlQ4f9o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrqlQ4f9o .content-text {
  margin-bottom: 0;
}
.cid-unrqlQ4f9o .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-unrqlQ4f9o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #274abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-unrqlQ4f9o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-unrqlQ4f9o .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-unrqlQ4f9o .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-unrqlQ4f9o .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unrqlQ4f9o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unrqlQ4f9o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-unrqlQ4f9o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unrqlQ4f9o .nav-dropdown .link {
  font-weight: 400;
}
.cid-unrqlQ4f9o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-unrqlQ4f9o .content-right-side {
  text-align: center;
}
.cid-unrqlQ4f9o .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-unrqlQ4f9o .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-unrqlQ4f9o .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-unrqlQ4f9o .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-unrqlQ4f9o .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrqlQ4f9o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-unrqlQ4f9o .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-unrqlQ4f9o .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-unrqlQ4f9o .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-unrqlQ4f9o .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-unrqlQ4f9o .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-unrqlQ4f9o .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unrqlQ4f9o .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-unrqlQ4f9o .navbar {
    display: block;
    padding: 0;
  }
  .cid-unrqlQ4f9o .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unrqlQ4f9o .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 4.5rem);
  }
  .cid-unrqlQ4f9o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-unrqlQ4f9o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-unrqlQ4f9o .navbar-toggler {
    display: none;
  }
  .cid-unrqlQ4f9o .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unrqlQ4f9o .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-unrqlQ4f9o .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrqlQ4f9o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-unrqlQ4f9o .menu-logo {
  margin-right: auto;
}
.cid-unrqlQ4f9o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrqlQ4f9o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-unrqlQ4f9o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-unrqlQ4f9o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unrqlQ4f9o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unrqlQ4f9o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unrqlQ4f9o .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-unrqlQ4f9o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-unrqlQ4f9o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrqlQ4f9o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unrqlQ4f9o .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unrqlQ4f9o .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unrqlQ4f9o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrqlQ4f9o .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-unrqlQ4f9o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-unrqlQ4f9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unrqlQ4f9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrqlQ4f9o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unrqlQ4f9o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unrqlQ4f9o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-unrqlQ4f9o .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-unrqlQ4f9o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-unrqlQ4f9o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unrqlQ4f9o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-unrqlQ4f9o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unrqlQ4f9o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrqlQ4f9o button.navbar-toggler:focus {
  outline: none;
}
.cid-unrqlQ4f9o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unrqlQ4f9o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unrqlQ4f9o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unrqlQ4f9o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unrqlQ4f9o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unrqlQ4f9o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unrqlQ4f9o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unrqlQ4f9o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unrqlQ4f9o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unrqlQ4f9o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unrqlQ4f9o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unrqlQ4f9o .collapsed .btn {
  display: flex;
}
.cid-unrqlQ4f9o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unrqlQ4f9o .collapsed .navbar-collapse.collapsing,
.cid-unrqlQ4f9o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unrqlQ4f9o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unrqlQ4f9o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unrqlQ4f9o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unrqlQ4f9o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unrqlQ4f9o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-unrqlQ4f9o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-unrqlQ4f9o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unrqlQ4f9o .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-unrqlQ4f9o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unrqlQ4f9o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unrqlQ4f9o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unrqlQ4f9o .collapsed button.navbar-toggler {
  display: block;
}
.cid-unrqlQ4f9o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-unrqlQ4f9o .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unrqlQ4f9o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-unrqlQ4f9o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unrqlQ4f9o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unrqlQ4f9o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-unrqlQ4f9o .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-unrqlQ4f9o .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-unrqlQ4f9o .navbar-collapse.collapsing,
  .cid-unrqlQ4f9o .navbar-collapse.show {
    display: block !important;
  }
  .cid-unrqlQ4f9o .navbar-collapse.collapsing .navbar-nav,
  .cid-unrqlQ4f9o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unrqlQ4f9o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unrqlQ4f9o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unrqlQ4f9o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-unrqlQ4f9o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-unrqlQ4f9o .navbar-collapse.collapsing .navbar-buttons,
  .cid-unrqlQ4f9o .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-unrqlQ4f9o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unrqlQ4f9o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unrqlQ4f9o .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unrqlQ4f9o img {
    height: 3.8rem !important;
  }
  .cid-unrqlQ4f9o .btn {
    display: flex;
  }
  .cid-unrqlQ4f9o button.navbar-toggler {
    display: block;
  }
  .cid-unrqlQ4f9o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-unrqlQ4f9o .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-unrqlQ4f9o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-unrqlQ4f9o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unrqlQ4f9o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unrqlQ4f9o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-unrqlQ4f9o .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-unrqlQ4f9o .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-unrqlQ4f9o .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-unrqlQ4f9o .nav-link:focus {
  outline: none;
}
.cid-unrqlQ4f9o .navbar-toggler {
  position: relative;
}
.cid-unrqlQ4f9o .dropdown-item.active,
.cid-unrqlQ4f9o .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}

/* FAQ */
.cid-unrqlR8k0X {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  /* background-image: url("../../../assets/images/mbr-1920x1280.jpg"); */
}
.cid-unrqlR8k0X::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unrqlR8k0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrqlR8k0X .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-unrqlR8k0X .container {
    padding: 0 22px;
  }
}
.cid-unrqlR8k0X .row {
  justify-content: center;
}
.cid-unrqlR8k0X .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-unrqlR8k0X .content-wrapper {
    padding: 0;
  }
}
.cid-unrqlR8k0X .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unrqlR8k0X .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-unrqlR8k0X .mbr-section-title {
  color: #ffffff;
}
.cid-unrqlR8k0X .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unrqlR8k0X .mbr-section-title,
.cid-unrqlR8k0X .mbr-section-btn {
  text-align: center;
}
.cid-unrurouxw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-unrurouxw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrurouxw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unrurouxw3 .title-wrapper {
  padding: 96px 10px;
  background-color: #3b5abb;
}
@media (max-width: 992px) {
  .cid-unrurouxw3 .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-unrurouxw3 .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-unrurouxw3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unrurouxw3 .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-unrurouxw3 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-unrurouxw3 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-unrurouxw3 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-unrurouxw3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-unrurouxw3 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-unrurouxw3 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #3b5abb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-unrurouxw3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-unrurouxw3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-unrurouxw3 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-unrurouxw3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-unrurouxw3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unrurouxw3 .panel-title-edit {
  color: #3b5abb;
}
.cid-unrurouxw3 .panel-text {
  color: #747474;
}
.cid-unrqlTVqyd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unrqlTVqyd .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-unrqlTVqyd .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-unrqlTVqyd .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unrqlTVqyd .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #274abb;
}
.cid-unrqlTVqyd .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-unrqlTVqyd .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-unrqlTVqyd .big {
  margin-top: -25%;
}
.cid-unrqlTVqyd .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-unrqlTVqyd .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unrqlTVqyd .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-unrqlTVqyd .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unrqlTVqyd .small {
    margin-top: -25%;
  }
}
.cid-unrqlTVqyd .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-unrqlUDIbz {
  padding-top: 90px;
  padding-bottom: 90px;
  /* background-image: url("../../../assets/images/background1.jpg");*/
}
.cid-unrqlUDIbz .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-unrqlUDIbz .mbr-text {
  color: #cccccc;
}
.cid-unrqlUDIbz .border-r {
  border-right: 1px solid #656565;
}
.cid-unrqlUDIbz p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-unrqlUDIbz .border-r {
    border-right: 0px solid #656565;
  }
}
@media (max-width: 576px) {
  .cid-unrqlUDIbz .card {
    margin-bottom: 2rem;
  }
}
.cid-unrqlWDi7I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unrqlWDi7I .mbr-iconfont {
  color: #656565;
  font-size: 0.9rem;
}
.cid-unrqlWDi7I .title,
.cid-unrqlWDi7I .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-unrqlWDi7I .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-unrqlWDi7I .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-unrqlWDi7I .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-unrqlWDi7I .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-unrqlWDi7I .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-unrqlWDi7I .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-unrqlWDi7I .card-img {
  overflow: hidden;
}
.cid-unrqlWDi7I .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unrqlWDi7I .card-box {
  padding: 0rem;
}
.cid-unrqlWDi7I img {
  transition: all 0.3s;
}
.cid-unrqlWDi7I .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-unrqlWDi7I status {
  color: #855dd8;
}
.cid-unrqlWDi7I .status {
  color: #656565;
  text-align: left;
}
.cid-unrqlY6Ymn {
  padding-top: 75px;
  padding-bottom: 60px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}
.cid-unrqlY6Ymn .mbr-section-title {
  text-align: center;
}
.cid-unrqlY6Ymn .mbr-text,
.cid-unrqlY6Ymn .mbr-section-btn {
  text-align: center;
}
.cid-unrqlZIkCw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unrqlZIkCw .title {
  background: #3b5abb;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-unrqlZIkCw .mbr-section-subtitle {
  color: #9e9e9e;
  text-align: center;
}
.cid-unrqlZIkCw p {
  margin: 0;
  padding: 0;
}
.cid-unrqlZIkCw .card {
  margin-bottom: 2rem;
}
.cid-unrqlZIkCw .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #3b5abb;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-unrqlZIkCw .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #3b5abb;
  border-right: 15px solid transparent;
}
.cid-unrqlZIkCw .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-unrqlZIkCw .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-unrqlZIkCw .name-wrap {
  display: inline-block;
}
.cid-unrqlZIkCw .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-unrqlZIkCw .mbr-author-desc {
  color: #9e9e9e;
}
.cid-unrqlZIkCw .card-block P {
  color: #ffffff;
}
.cid-unrqlZIkCw .mbr-author-name {
  color: #506ab9;
}
.cid-unrqlZIkCw .mbr-section-title,
.cid-unrqlZIkCw .title DIV {
  color: #232323;
  text-align: center;
}
.cid-unrqlZIkCw .mbr-section-title,
.cid-unrqlZIkCw .title {
  color: #656565;
}
.cid-unrqm0MQjI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-unrqm0MQjI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unrqm0MQjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrqm0MQjI .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-unrqm0MQjI .container {
    padding: 0 22px;
  }
}
.cid-unrqm0MQjI .row {
  position: relative;
  z-index: 1;
}
.cid-unrqm0MQjI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unrqm0MQjI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unrqm0MQjI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unrqm0MQjI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unrqm0MQjI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrqm0MQjI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unrqm0MQjI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unrqm0MQjI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unrqm0MQjI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unrqm0MQjI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unrqm0MQjI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unrqm0MQjI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unrqm0MQjI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unrqm0MQjI .nav-wrapper .list .item-wrap:hover,
.cid-unrqm0MQjI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unrqm0MQjI .nav-wrapper .list .item-wrap:hover::before,
.cid-unrqm0MQjI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unrqm0MQjI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unrqm0MQjI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrqm0MQjI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unrqm0MQjI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unrqm0MQjI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrqm0MQjI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unrqm0MQjI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unrqm0MQjI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unrqm0MQjI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unrqm0MQjI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unrqm0MQjI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unrqm0MQjI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unrqm0MQjI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unrqm0MQjI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unrqm0MQjI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unrqm0MQjI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unrqm0MQjI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unrqm0MQjI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unrqm0MQjI .mbr-section-title {
  color: #00d0f3;
}
.cid-unrqm0MQjI .mbr-text {
  color: #ffffff;
}
.cid-unrqm0MQjI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unrqm0MQjI .list {
  color: #ffffff;
}
.cid-unrqm0MQjI .mbr-contact {
  color: #ffffff;
}
.cid-unrqm0MQjI .mbr-desc {
  color: #ffffff;
}

/*TODO
.cid-unrqm1Qmgk {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-unrqm1Qmgk .carousel {
  z-index: 0;
}
.cid-unrqm1Qmgk .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-unrqm1Qmgk .carousel-item.active,
.cid-unrqm1Qmgk .carousel-item-next,
.cid-unrqm1Qmgk .carousel-item-prev {
  display: flex;
}
.cid-unrqm1Qmgk .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-unrqm1Qmgk .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-unrqm1Qmgk .line {
  width: 100px;
  height: 1px;
  background: #1c1c1c;
}
.cid-unrqm1Qmgk .line1 {
  margin-left: -2rem;
}
.cid-unrqm1Qmgk .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-unrqm1Qmgk .carousel-controls a {
  font-size: 2rem;
}
.cid-unrqm1Qmgk .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #1c1c1c;
  background: transparent;
  opacity: 0.5;
}
.cid-unrqm1Qmgk .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-unrqm1Qmgk ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-unrqm1Qmgk .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #1c1c1c;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-unrqm1Qmgk .carousel-indicators .active {
  opacity: 1;
}
.cid-unrqm1Qmgk .user_text {
  color: #767676;
}
.cid-unrqm1Qmgk .user_desk {
  color: #767676;
}
.cid-unrqm1Qmgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrqm1Qmgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
*/

.cid-unr2GfbYMt .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-unr2GfbYMt .navbar-fixed-top {
  padding-top: 0;
}
.cid-unr2GfbYMt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-unr2GfbYMt .dropdown-item {
  padding: 0;
}
.cid-unr2GfbYMt .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-unr2GfbYMt .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-unr2GfbYMt .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unr2GfbYMt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-unr2GfbYMt a {
  font-style: normal;
}
.cid-unr2GfbYMt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-unr2GfbYMt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-unr2GfbYMt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unr2GfbYMt .content-text {
  margin-bottom: 0;
}
.cid-unr2GfbYMt .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-unr2GfbYMt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #274abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-unr2GfbYMt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-unr2GfbYMt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-unr2GfbYMt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-unr2GfbYMt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unr2GfbYMt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unr2GfbYMt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-unr2GfbYMt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unr2GfbYMt .nav-dropdown .link {
  font-weight: 400;
}
.cid-unr2GfbYMt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-unr2GfbYMt .content-right-side {
  text-align: center;
}
.cid-unr2GfbYMt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-unr2GfbYMt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-unr2GfbYMt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-unr2GfbYMt .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-unr2GfbYMt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unr2GfbYMt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-unr2GfbYMt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-unr2GfbYMt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-unr2GfbYMt .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-unr2GfbYMt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-unr2GfbYMt .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-unr2GfbYMt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unr2GfbYMt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-unr2GfbYMt .navbar {
    display: block;
    padding: 0;
  }
  .cid-unr2GfbYMt .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unr2GfbYMt .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 4.5rem);
  }
  .cid-unr2GfbYMt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-unr2GfbYMt .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-unr2GfbYMt .navbar-toggler {
    display: none;
  }
  .cid-unr2GfbYMt .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unr2GfbYMt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-unr2GfbYMt .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unr2GfbYMt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-unr2GfbYMt .menu-logo {
  margin-right: auto;
}
.cid-unr2GfbYMt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unr2GfbYMt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-unr2GfbYMt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-unr2GfbYMt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unr2GfbYMt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unr2GfbYMt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unr2GfbYMt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-unr2GfbYMt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-unr2GfbYMt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-unr2GfbYMt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unr2GfbYMt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unr2GfbYMt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unr2GfbYMt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unr2GfbYMt .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-unr2GfbYMt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-unr2GfbYMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unr2GfbYMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unr2GfbYMt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unr2GfbYMt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unr2GfbYMt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-unr2GfbYMt .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-unr2GfbYMt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-unr2GfbYMt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unr2GfbYMt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-unr2GfbYMt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unr2GfbYMt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unr2GfbYMt button.navbar-toggler:focus {
  outline: none;
}
.cid-unr2GfbYMt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unr2GfbYMt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unr2GfbYMt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unr2GfbYMt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unr2GfbYMt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unr2GfbYMt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unr2GfbYMt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unr2GfbYMt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unr2GfbYMt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unr2GfbYMt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unr2GfbYMt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unr2GfbYMt .collapsed .btn {
  display: flex;
}
.cid-unr2GfbYMt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unr2GfbYMt .collapsed .navbar-collapse.collapsing,
.cid-unr2GfbYMt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unr2GfbYMt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unr2GfbYMt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unr2GfbYMt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unr2GfbYMt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unr2GfbYMt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-unr2GfbYMt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-unr2GfbYMt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unr2GfbYMt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-unr2GfbYMt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unr2GfbYMt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unr2GfbYMt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unr2GfbYMt .collapsed button.navbar-toggler {
  display: block;
}
.cid-unr2GfbYMt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-unr2GfbYMt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unr2GfbYMt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-unr2GfbYMt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unr2GfbYMt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unr2GfbYMt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-unr2GfbYMt .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-unr2GfbYMt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-unr2GfbYMt .navbar-collapse.collapsing,
  .cid-unr2GfbYMt .navbar-collapse.show {
    display: block !important;
  }
  .cid-unr2GfbYMt .navbar-collapse.collapsing .navbar-nav,
  .cid-unr2GfbYMt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unr2GfbYMt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unr2GfbYMt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unr2GfbYMt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-unr2GfbYMt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-unr2GfbYMt .navbar-collapse.collapsing .navbar-buttons,
  .cid-unr2GfbYMt .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-unr2GfbYMt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unr2GfbYMt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unr2GfbYMt .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unr2GfbYMt img {
    height: 3.8rem !important;
  }
  .cid-unr2GfbYMt .btn {
    display: flex;
  }
  .cid-unr2GfbYMt button.navbar-toggler {
    display: block;
  }
  .cid-unr2GfbYMt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-unr2GfbYMt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-unr2GfbYMt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-unr2GfbYMt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unr2GfbYMt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unr2GfbYMt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-unr2GfbYMt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-unr2GfbYMt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-unr2GfbYMt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-unr2GfbYMt .nav-link:focus {
  outline: none;
}
.cid-unr2GfbYMt .navbar-toggler {
  position: relative;
}
.cid-unr2GfbYMt .dropdown-item.active,
.cid-unr2GfbYMt .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}

/* PRESTATION */
.cid-unr3ohnFM0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  /* background-image: url("../../../assets/images/mbr-8-1920x1280.jpg"); */
}
.cid-unr3ohnFM0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unr3ohnFM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unr3ohnFM0 .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-unr3ohnFM0 .container {
    padding: 0 22px;
  }
}
.cid-unr3ohnFM0 .row {
  justify-content: center;
}
.cid-unr3ohnFM0 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-unr3ohnFM0 .content-wrapper {
    padding: 0;
  }
}
.cid-unr3ohnFM0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unr3ohnFM0 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-unr3ohnFM0 .mbr-section-title {
  color: #ffffff;
}
.cid-unr3ohnFM0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unr3ohnFM0 .mbr-section-title,
.cid-unr3ohnFM0 .mbr-section-btn {
  text-align: center;
}
.cid-unr81QNJBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-unr81QNJBR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-unr81QNJBR .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-unr81QNJBR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-unr81QNJBR .container {
    padding: 0 16px;
  }
}
.cid-unr81QNJBR .row {
  justify-content: space-between;
}
.cid-unr81QNJBR .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-unr81QNJBR .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-unr81QNJBR .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-unr81QNJBR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-unr81QNJBR .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-unr81QNJBR .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-unr81QNJBR .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unr81QNJBR .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-unr81QNJBR .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-unr81QNJBR .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-unr81QNJBR .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-unr81QNJBR .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-unr81QNJBR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-unr81QNJBR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-unr81QNJBR .embla__slide .slide-content {
  width: 100%;
}
.cid-unr81QNJBR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-unr81QNJBR .embla__button--next,
.cid-unr81QNJBR .embla__button--prev {
  display: flex;
}
.cid-unr81QNJBR .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #274abb !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-unr81QNJBR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unr81QNJBR .embla__button:hover {
  color: #7242d6 !important;
}
.cid-unr81QNJBR .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-unr81QNJBR .embla__button.embla__button--next {
  right: 0;
}
.cid-unr81QNJBR .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-unr81QNJBR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em;
}
.cid-unr81QNJBR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unr81QNJBR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unr81QNJBR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unr81QNJBR .mbr-section-title {
  color: #080808;
}
.cid-unr81QNJBR .mbr-section-subtitle {
  color: #080808;
}
.cid-unr81QNJBR .mbr-text {
  color: #333333;
}
.cid-unr81QNJBR .mbr-tag {
  color: #898989;
}
.cid-unr83T9hWW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unr83T9hWW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-unr83T9hWW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unr83T9hWW .container {
    padding: 0 24px;
  }
}
.cid-unr83T9hWW .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-unr83T9hWW .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-unr83T9hWW .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-unr83T9hWW .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-unr83T9hWW .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-unr83T9hWW .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-unr83T9hWW .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-unr83T9hWW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unr83T9hWW .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-unr83T9hWW .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-unr83T9hWW .content-wrapper .mbr-section-btn .btn:hover,
.cid-unr83T9hWW .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-unr83T9hWW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-unr83T9hWW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-unr83T9hWW .embla__slide .slide-content {
  width: 100%;
}
.cid-unr83T9hWW .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-unr83T9hWW .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-unr83T9hWW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-unr83T9hWW .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-unr83T9hWW .embla__button--next,
.cid-unr83T9hWW .embla__button--prev {
  display: flex;
}
.cid-unr83T9hWW .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #141414 !important;
  color: #ffffff !important;
  border: 1px solid #141414 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-unr83T9hWW .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-unr83T9hWW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unr83T9hWW .embla__button:hover {
  box-shadow: inset 81px 10px 5px #7f89e9;
  border-color: #7f89e9 !important;
}
.cid-unr83T9hWW .embla__button:hover::before {
  width: 30%;
}
.cid-unr83T9hWW .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-unr83T9hWW .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-unr83T9hWW .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-unr83T9hWW .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background-image: linear-gradient(90deg, #f8e885 -25%, #fb8fc9 47%);
  width: 100%;
  z-index: 1;
}
.cid-unr83T9hWW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-unr83T9hWW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unr83T9hWW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unr83T9hWW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-unr83T9hWW .mbr-section-title {
  color: #141414;
}
.cid-unr83T9hWW .mbr-text {
  color: #141414;
}
.cid-unravFDu6m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  /* background-image: url("../../../assets/images/background3.jpg"); */
}
.cid-unravFDu6m .mbr-overlay {
  background: #012b3a;
  opacity: 0.5;
}
.cid-unravFDu6m .item:focus,
.cid-unravFDu6m span:focus {
  outline: none;
}
.cid-unravFDu6m .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: #012B3A;
}
.cid-unravFDu6m .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-unravFDu6m .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-unravFDu6m .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5.2px;
}
.cid-unravFDu6m .mbr-text,
.cid-unravFDu6m .mbr-section-btn {
  text-align: left;
}
.cid-unravFDu6m .item-title {
  text-align: left;
}
.cid-unravFDu6m .item-subtitle {
  text-align: left;
}
.cid-unravFDu6m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-unravFDu6m .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-unravFDu6m .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-unravFDu6m .embla__slide {
    min-width: 375px;
  }
}
.cid-unravFDu6m .embla__button--next,
.cid-unravFDu6m .embla__button--prev {
  display: flex;
}
.cid-unravFDu6m .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unravFDu6m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unravFDu6m .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unravFDu6m .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-unravFDu6m .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-unravFDu6m .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-unravFDu6m .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-unravFDu6m .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-unravFDu6m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unravFDu6m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unravFDu6m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unravFDu6m .mbr-section-subtitle {
  text-align: center;
  color: #fff8ef;
}
.cid-unravFDu6m .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}
.cid-unravFDu6m .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}
.cid-unravFDu6m .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-unravFDu6m H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-unravFDu6m .button-align {
  margin-top: 25px;
  text-align: center;
}
.cid-unravFDu6m .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  transition: all .3s !important;
}
.cid-unravFDu6m a.btn > span {
  margin-left: 0.5rem;
}
.cid-unravFDu6m .card-title,
.cid-unravFDu6m .iconfont-wrapper {
  color: #75dbcd;
}
.cid-unravFDu6m .mbr-section-title,
.cid-unravFDu6m .button-align {
  color: #75dbcd;
}
.cid-unravFDu6m a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
@media (max-width: 576px) {
  .cid-unravFDu6m .embla__slide {
    min-width: 100%;
  }
}
.cid-unr2GhQoYn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unr2GhQoYn .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-unr2GhQoYn .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-unr2GhQoYn .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unr2GhQoYn .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #274abb;
}
.cid-unr2GhQoYn .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-unr2GhQoYn .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-unr2GhQoYn .big {
  margin-top: -25%;
}
.cid-unr2GhQoYn .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-unr2GhQoYn .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unr2GhQoYn .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-unr2GhQoYn .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unr2GhQoYn .small {
    margin-top: -25%;
  }
}
.cid-unr2GhQoYn .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-unr2GiiiAS {
  padding-top: 90px;
  padding-bottom: 90px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}
.cid-unr2GiiiAS .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-unr2GiiiAS .mbr-text {
  color: #cccccc;
}
.cid-unr2GiiiAS .border-r {
  border-right: 1px solid #656565;
}
.cid-unr2GiiiAS p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-unr2GiiiAS .border-r {
    border-right: 0px solid #656565;
  }
}
@media (max-width: 576px) {
  .cid-unr2GiiiAS .card {
    margin-bottom: 2rem;
  }
}
.cid-unr2GiMhOJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unr2GiMhOJ .mbr-iconfont {
  color: #656565;
  font-size: 0.9rem;
}
.cid-unr2GiMhOJ .title,
.cid-unr2GiMhOJ .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-unr2GiMhOJ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-unr2GiMhOJ .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-unr2GiMhOJ .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-unr2GiMhOJ .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-unr2GiMhOJ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-unr2GiMhOJ .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-unr2GiMhOJ .card-img {
  overflow: hidden;
}
.cid-unr2GiMhOJ .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unr2GiMhOJ .card-box {
  padding: 0rem;
}
.cid-unr2GiMhOJ img {
  transition: all 0.3s;
}
.cid-unr2GiMhOJ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-unr2GiMhOJ status {
  color: #855dd8;
}
.cid-unr2GiMhOJ .status {
  color: #656565;
  text-align: left;
}
.cid-unr2GjtmdO {
  padding-top: 75px;
  padding-bottom: 60px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}
.cid-unr2GjtmdO .mbr-section-title {
  text-align: center;
}
.cid-unr2GjtmdO .mbr-text,
.cid-unr2GjtmdO .mbr-section-btn {
  text-align: center;
}
.cid-unr2GjRtJE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unr2GjRtJE .title {
  background: #3b5abb;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-unr2GjRtJE .mbr-section-subtitle {
  color: #9e9e9e;
  text-align: center;
}
.cid-unr2GjRtJE p {
  margin: 0;
  padding: 0;
}
.cid-unr2GjRtJE .card {
  margin-bottom: 2rem;
}
.cid-unr2GjRtJE .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #3b5abb;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-unr2GjRtJE .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #3b5abb;
  border-right: 15px solid transparent;
}
.cid-unr2GjRtJE .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-unr2GjRtJE .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-unr2GjRtJE .name-wrap {
  display: inline-block;
}
.cid-unr2GjRtJE .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-unr2GjRtJE .mbr-author-desc {
  color: #9e9e9e;
}
.cid-unr2GjRtJE .card-block P {
  color: #ffffff;
}
.cid-unr2GjRtJE .mbr-author-name {
  color: #506ab9;
}
.cid-unr2GjRtJE .mbr-section-title,
.cid-unr2GjRtJE .title DIV {
  color: #232323;
  text-align: center;
}
.cid-unr2GjRtJE .mbr-section-title,
.cid-unr2GjRtJE .title {
  color: #656565;
}
.cid-unr2GkqOam {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-unr2GkqOam::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unr2GkqOam .mbr-fallback-image.disabled {
  display: none;
}
.cid-unr2GkqOam .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-unr2GkqOam .container {
    padding: 0 22px;
  }
}
.cid-unr2GkqOam .row {
  position: relative;
  z-index: 1;
}
.cid-unr2GkqOam .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unr2GkqOam .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unr2GkqOam .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unr2GkqOam .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unr2GkqOam .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unr2GkqOam .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unr2GkqOam .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unr2GkqOam .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unr2GkqOam .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unr2GkqOam .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unr2GkqOam .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unr2GkqOam .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unr2GkqOam .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unr2GkqOam .nav-wrapper .list .item-wrap:hover,
.cid-unr2GkqOam .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unr2GkqOam .nav-wrapper .list .item-wrap:hover::before,
.cid-unr2GkqOam .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unr2GkqOam .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unr2GkqOam .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unr2GkqOam .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unr2GkqOam .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unr2GkqOam .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unr2GkqOam .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unr2GkqOam .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unr2GkqOam .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unr2GkqOam .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unr2GkqOam .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unr2GkqOam .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unr2GkqOam .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unr2GkqOam .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unr2GkqOam .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unr2GkqOam .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unr2GkqOam .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unr2GkqOam .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unr2GkqOam .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unr2GkqOam .mbr-section-title {
  color: #00d0f3;
}
.cid-unr2GkqOam .mbr-text {
  color: #ffffff;
}
.cid-unr2GkqOam .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unr2GkqOam .list {
  color: #ffffff;
}
.cid-unr2GkqOam .mbr-contact {
  color: #ffffff;
}
.cid-unr2GkqOam .mbr-desc {
  color: #ffffff;
}
.cid-unrcJNIOJS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-unrcJNIOJS .navbar-fixed-top {
  padding-top: 0;
}
.cid-unrcJNIOJS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-unrcJNIOJS .dropdown-item {
  padding: 0;
}
.cid-unrcJNIOJS .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-unrcJNIOJS .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-unrcJNIOJS .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unrcJNIOJS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-unrcJNIOJS a {
  font-style: normal;
}
.cid-unrcJNIOJS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-unrcJNIOJS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-unrcJNIOJS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrcJNIOJS .content-text {
  margin-bottom: 0;
}
.cid-unrcJNIOJS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-unrcJNIOJS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #274abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-unrcJNIOJS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-unrcJNIOJS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-unrcJNIOJS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-unrcJNIOJS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unrcJNIOJS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unrcJNIOJS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-unrcJNIOJS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unrcJNIOJS .nav-dropdown .link {
  font-weight: 400;
}
.cid-unrcJNIOJS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-unrcJNIOJS .content-right-side {
  text-align: center;
}
.cid-unrcJNIOJS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-unrcJNIOJS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-unrcJNIOJS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-unrcJNIOJS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-unrcJNIOJS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrcJNIOJS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-unrcJNIOJS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-unrcJNIOJS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-unrcJNIOJS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-unrcJNIOJS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-unrcJNIOJS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-unrcJNIOJS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unrcJNIOJS .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-unrcJNIOJS .navbar {
    display: block;
    padding: 0;
  }
  .cid-unrcJNIOJS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unrcJNIOJS .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 4.5rem);
  }
  .cid-unrcJNIOJS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-unrcJNIOJS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-unrcJNIOJS .navbar-toggler {
    display: none;
  }
  .cid-unrcJNIOJS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unrcJNIOJS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-unrcJNIOJS .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrcJNIOJS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-unrcJNIOJS .menu-logo {
  margin-right: auto;
}
.cid-unrcJNIOJS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrcJNIOJS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-unrcJNIOJS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-unrcJNIOJS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unrcJNIOJS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unrcJNIOJS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unrcJNIOJS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-unrcJNIOJS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-unrcJNIOJS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrcJNIOJS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unrcJNIOJS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unrcJNIOJS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unrcJNIOJS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrcJNIOJS .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-unrcJNIOJS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-unrcJNIOJS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unrcJNIOJS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrcJNIOJS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unrcJNIOJS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unrcJNIOJS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-unrcJNIOJS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-unrcJNIOJS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-unrcJNIOJS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unrcJNIOJS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-unrcJNIOJS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unrcJNIOJS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrcJNIOJS button.navbar-toggler:focus {
  outline: none;
}
.cid-unrcJNIOJS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unrcJNIOJS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unrcJNIOJS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unrcJNIOJS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unrcJNIOJS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unrcJNIOJS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unrcJNIOJS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unrcJNIOJS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unrcJNIOJS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unrcJNIOJS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unrcJNIOJS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unrcJNIOJS .collapsed .btn {
  display: flex;
}
.cid-unrcJNIOJS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unrcJNIOJS .collapsed .navbar-collapse.collapsing,
.cid-unrcJNIOJS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unrcJNIOJS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unrcJNIOJS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unrcJNIOJS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unrcJNIOJS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unrcJNIOJS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-unrcJNIOJS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-unrcJNIOJS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unrcJNIOJS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-unrcJNIOJS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unrcJNIOJS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unrcJNIOJS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unrcJNIOJS .collapsed button.navbar-toggler {
  display: block;
}
.cid-unrcJNIOJS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-unrcJNIOJS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unrcJNIOJS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-unrcJNIOJS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unrcJNIOJS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unrcJNIOJS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-unrcJNIOJS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-unrcJNIOJS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-unrcJNIOJS .navbar-collapse.collapsing,
  .cid-unrcJNIOJS .navbar-collapse.show {
    display: block !important;
  }
  .cid-unrcJNIOJS .navbar-collapse.collapsing .navbar-nav,
  .cid-unrcJNIOJS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unrcJNIOJS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unrcJNIOJS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unrcJNIOJS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-unrcJNIOJS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-unrcJNIOJS .navbar-collapse.collapsing .navbar-buttons,
  .cid-unrcJNIOJS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-unrcJNIOJS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unrcJNIOJS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unrcJNIOJS .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unrcJNIOJS img {
    height: 3.8rem !important;
  }
  .cid-unrcJNIOJS .btn {
    display: flex;
  }
  .cid-unrcJNIOJS button.navbar-toggler {
    display: block;
  }
  .cid-unrcJNIOJS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-unrcJNIOJS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-unrcJNIOJS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-unrcJNIOJS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unrcJNIOJS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unrcJNIOJS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-unrcJNIOJS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-unrcJNIOJS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-unrcJNIOJS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-unrcJNIOJS .nav-link:focus {
  outline: none;
}
.cid-unrcJNIOJS .navbar-toggler {
  position: relative;
}
.cid-unrcJNIOJS .dropdown-item.active,
.cid-unrcJNIOJS .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-unrcJOEyu7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  /* background-image: url("../../../assets/images/mbr-10-1920x1280.jpg"); */
}
.cid-unrcJOEyu7::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unrcJOEyu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrcJOEyu7 .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-unrcJOEyu7 .container {
    padding: 0 22px;
  }
}
.cid-unrcJOEyu7 .row {
  justify-content: center;
}
.cid-unrcJOEyu7 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-unrcJOEyu7 .content-wrapper {
    padding: 0;
  }
}
.cid-unrcJOEyu7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unrcJOEyu7 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-unrcJOEyu7 .mbr-section-title {
  color: #ffffff;
}
.cid-unrcJOEyu7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unrcJOEyu7 .mbr-section-title,
.cid-unrcJOEyu7 .mbr-section-btn {
  text-align: center;
}
.cid-unrfhqwXnO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unrfhqwXnO .title-section {
  margin-bottom: 4.25rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-unrfhqwXnO .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-unrfhqwXnO .card-body {
  padding: 70px 30px;
}
.cid-unrfhqwXnO .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-unrfhqwXnO .img-container {
  display: flex;
  justify-content: center;
}
.cid-unrfhqwXnO .img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-unrfhqwXnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrfhqwXnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unriwf4gBy {
  padding-top: 90px;
  padding-bottom: 60px;
  /* background-image: url("../../../assets/images/background4.jpg"); */
}
.cid-unriwf4gBy .team-card .image-wrap {
  overflow: hidden;
}
.cid-unriwf4gBy .team-card .image-wrap img {
  transition: all 0.5s;
}
.cid-unriwf4gBy .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-unriwf4gBy .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-unriwf4gBy .team-card {
  margin-bottom: 2rem;
}
.cid-unriwf4gBy .card-wrap {
  background: #ffffff;
}
.cid-unriwf4gBy .card-wrap .image-wrap img {
  width: 100%;
}
.cid-unriwf4gBy .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-unriwf4gBy .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-unriwf4gBy .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unriwf4gBy .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unriwf4gBy .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-unriwf4gBy .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-unriwf4gBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-unriwf4gBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unrcJS7DCt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unrcJS7DCt .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-unrcJS7DCt .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-unrcJS7DCt .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unrcJS7DCt .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #274abb;
}
.cid-unrcJS7DCt .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-unrcJS7DCt .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-unrcJS7DCt .big {
  margin-top: -25%;
}
.cid-unrcJS7DCt .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-unrcJS7DCt .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unrcJS7DCt .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-unrcJS7DCt .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unrcJS7DCt .small {
    margin-top: -25%;
  }
}
.cid-unrcJS7DCt .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-unrcJSRM9h {
  padding-top: 90px;
  padding-bottom: 90px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}
.cid-unrcJSRM9h .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-unrcJSRM9h .mbr-text {
  color: #cccccc;
}
.cid-unrcJSRM9h .border-r {
  border-right: 1px solid #656565;
}
.cid-unrcJSRM9h p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-unrcJSRM9h .border-r {
    border-right: 0px solid #656565;
  }
}
@media (max-width: 576px) {
  .cid-unrcJSRM9h .card {
    margin-bottom: 2rem;
  }
}
.cid-unrcJTygCd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unrcJTygCd .mbr-iconfont {
  color: #656565;
  font-size: 0.9rem;
}
.cid-unrcJTygCd .title,
.cid-unrcJTygCd .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-unrcJTygCd .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-unrcJTygCd .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-unrcJTygCd .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-unrcJTygCd .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-unrcJTygCd .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-unrcJTygCd .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-unrcJTygCd .card-img {
  overflow: hidden;
}
.cid-unrcJTygCd .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unrcJTygCd .card-box {
  padding: 0rem;
}
.cid-unrcJTygCd img {
  transition: all 0.3s;
}
.cid-unrcJTygCd .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-unrcJTygCd status {
  color: #855dd8;
}
.cid-unrcJTygCd .status {
  color: #656565;
  text-align: left;
}
.cid-unrcJUnRjy {
  padding-top: 75px;
  padding-bottom: 60px;
  /* background-image: url("../../../assets/images/background1.jpg"); */ 
}
.cid-unrcJUnRjy .mbr-section-title {
  text-align: center;
}
.cid-unrcJUnRjy .mbr-text,
.cid-unrcJUnRjy .mbr-section-btn {
  text-align: center;
}
.cid-unrcJUZqxL {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unrcJUZqxL .title {
  background: #3b5abb;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-unrcJUZqxL .mbr-section-subtitle {
  color: #9e9e9e;
  text-align: center;
}
.cid-unrcJUZqxL p {
  margin: 0;
  padding: 0;
}
.cid-unrcJUZqxL .card {
  margin-bottom: 2rem;
}
.cid-unrcJUZqxL .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #3b5abb;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-unrcJUZqxL .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #3b5abb;
  border-right: 15px solid transparent;
}
.cid-unrcJUZqxL .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-unrcJUZqxL .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-unrcJUZqxL .name-wrap {
  display: inline-block;
}
.cid-unrcJUZqxL .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-unrcJUZqxL .mbr-author-desc {
  color: #9e9e9e;
}
.cid-unrcJUZqxL .card-block P {
  color: #ffffff;
}
.cid-unrcJUZqxL .mbr-author-name {
  color: #506ab9;
}
.cid-unrcJUZqxL .mbr-section-title,
.cid-unrcJUZqxL .title DIV {
  color: #232323;
  text-align: center;
}
.cid-unrcJUZqxL .mbr-section-title,
.cid-unrcJUZqxL .title {
  color: #656565;
}
.cid-unrcJVS58v {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-unrcJVS58v::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unrcJVS58v .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrcJVS58v .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-unrcJVS58v .container {
    padding: 0 22px;
  }
}
.cid-unrcJVS58v .row {
  position: relative;
  z-index: 1;
}
.cid-unrcJVS58v .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unrcJVS58v .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unrcJVS58v .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unrcJVS58v .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unrcJVS58v .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrcJVS58v .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unrcJVS58v .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unrcJVS58v .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unrcJVS58v .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unrcJVS58v .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unrcJVS58v .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unrcJVS58v .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unrcJVS58v .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unrcJVS58v .nav-wrapper .list .item-wrap:hover,
.cid-unrcJVS58v .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unrcJVS58v .nav-wrapper .list .item-wrap:hover::before,
.cid-unrcJVS58v .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unrcJVS58v .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unrcJVS58v .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrcJVS58v .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unrcJVS58v .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unrcJVS58v .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrcJVS58v .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unrcJVS58v .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unrcJVS58v .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unrcJVS58v .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unrcJVS58v .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unrcJVS58v .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unrcJVS58v .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unrcJVS58v .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unrcJVS58v .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unrcJVS58v .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unrcJVS58v .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unrcJVS58v .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unrcJVS58v .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unrcJVS58v .mbr-section-title {
  color: #00d0f3;
}
.cid-unrcJVS58v .mbr-text {
  color: #ffffff;
}
.cid-unrcJVS58v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unrcJVS58v .list {
  color: #ffffff;
}
.cid-unrcJVS58v .mbr-contact {
  color: #ffffff;
}
.cid-unrcJVS58v .mbr-desc {
  color: #ffffff;
}

/*TODO
.cid-unrh01IfMD {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-unrh01IfMD .carousel {
  z-index: 0;
}
.cid-unrh01IfMD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-unrh01IfMD .carousel-item.active,
.cid-unrh01IfMD .carousel-item-next,
.cid-unrh01IfMD .carousel-item-prev {
  display: flex;
}
.cid-unrh01IfMD .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-unrh01IfMD .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-unrh01IfMD .line {
  width: 100px;
  height: 1px;
  background: #1c1c1c;
}
.cid-unrh01IfMD .line1 {
  margin-left: -2rem;
}
.cid-unrh01IfMD .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-unrh01IfMD .carousel-controls a {
  font-size: 2rem;
}
.cid-unrh01IfMD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #1c1c1c;
  background: transparent;
  opacity: 0.5;
}
.cid-unrh01IfMD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-unrh01IfMD ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-unrh01IfMD .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #1c1c1c;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-unrh01IfMD .carousel-indicators .active {
  opacity: 1;
}
.cid-unrh01IfMD .user_text {
  color: #767676;
}
.cid-unrh01IfMD .user_desk {
  color: #767676;
}
.cid-unrh01IfMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrh01IfMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
*/

.cid-unrqEjyUHm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-unrqEjyUHm .navbar-fixed-top {
  padding-top: 0;
}
.cid-unrqEjyUHm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-unrqEjyUHm .dropdown-item {
  padding: 0;
}
.cid-unrqEjyUHm .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-unrqEjyUHm .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-unrqEjyUHm .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unrqEjyUHm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-unrqEjyUHm a {
  font-style: normal;
}
.cid-unrqEjyUHm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-unrqEjyUHm .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-unrqEjyUHm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrqEjyUHm .content-text {
  margin-bottom: 0;
}
.cid-unrqEjyUHm .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-unrqEjyUHm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #274abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-unrqEjyUHm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-unrqEjyUHm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-unrqEjyUHm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-unrqEjyUHm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unrqEjyUHm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unrqEjyUHm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-unrqEjyUHm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unrqEjyUHm .nav-dropdown .link {
  font-weight: 400;
}
.cid-unrqEjyUHm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-unrqEjyUHm .content-right-side {
  text-align: center;
}
.cid-unrqEjyUHm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-unrqEjyUHm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-unrqEjyUHm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-unrqEjyUHm .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-unrqEjyUHm .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrqEjyUHm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-unrqEjyUHm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-unrqEjyUHm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-unrqEjyUHm .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-unrqEjyUHm .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-unrqEjyUHm .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-unrqEjyUHm .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unrqEjyUHm .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-unrqEjyUHm .navbar {
    display: block;
    padding: 0;
  }
  .cid-unrqEjyUHm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unrqEjyUHm .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 4.5rem);
  }
  .cid-unrqEjyUHm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-unrqEjyUHm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-unrqEjyUHm .navbar-toggler {
    display: none;
  }
  .cid-unrqEjyUHm .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unrqEjyUHm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-unrqEjyUHm .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrqEjyUHm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-unrqEjyUHm .menu-logo {
  margin-right: auto;
}
.cid-unrqEjyUHm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrqEjyUHm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-unrqEjyUHm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-unrqEjyUHm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unrqEjyUHm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unrqEjyUHm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unrqEjyUHm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-unrqEjyUHm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-unrqEjyUHm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrqEjyUHm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unrqEjyUHm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unrqEjyUHm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unrqEjyUHm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrqEjyUHm .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-unrqEjyUHm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-unrqEjyUHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unrqEjyUHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrqEjyUHm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unrqEjyUHm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unrqEjyUHm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-unrqEjyUHm .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-unrqEjyUHm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-unrqEjyUHm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unrqEjyUHm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-unrqEjyUHm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unrqEjyUHm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrqEjyUHm button.navbar-toggler:focus {
  outline: none;
}
.cid-unrqEjyUHm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unrqEjyUHm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unrqEjyUHm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unrqEjyUHm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unrqEjyUHm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unrqEjyUHm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unrqEjyUHm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unrqEjyUHm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unrqEjyUHm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unrqEjyUHm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unrqEjyUHm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unrqEjyUHm .collapsed .btn {
  display: flex;
}
.cid-unrqEjyUHm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unrqEjyUHm .collapsed .navbar-collapse.collapsing,
.cid-unrqEjyUHm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unrqEjyUHm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unrqEjyUHm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unrqEjyUHm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unrqEjyUHm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unrqEjyUHm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-unrqEjyUHm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-unrqEjyUHm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unrqEjyUHm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-unrqEjyUHm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unrqEjyUHm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unrqEjyUHm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unrqEjyUHm .collapsed button.navbar-toggler {
  display: block;
}
.cid-unrqEjyUHm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-unrqEjyUHm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unrqEjyUHm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-unrqEjyUHm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unrqEjyUHm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unrqEjyUHm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-unrqEjyUHm .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-unrqEjyUHm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-unrqEjyUHm .navbar-collapse.collapsing,
  .cid-unrqEjyUHm .navbar-collapse.show {
    display: block !important;
  }
  .cid-unrqEjyUHm .navbar-collapse.collapsing .navbar-nav,
  .cid-unrqEjyUHm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unrqEjyUHm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unrqEjyUHm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unrqEjyUHm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-unrqEjyUHm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-unrqEjyUHm .navbar-collapse.collapsing .navbar-buttons,
  .cid-unrqEjyUHm .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-unrqEjyUHm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unrqEjyUHm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unrqEjyUHm .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unrqEjyUHm img {
    height: 3.8rem !important;
  }
  .cid-unrqEjyUHm .btn {
    display: flex;
  }
  .cid-unrqEjyUHm button.navbar-toggler {
    display: block;
  }
  .cid-unrqEjyUHm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-unrqEjyUHm .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-unrqEjyUHm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-unrqEjyUHm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unrqEjyUHm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unrqEjyUHm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-unrqEjyUHm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-unrqEjyUHm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-unrqEjyUHm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-unrqEjyUHm .nav-link:focus {
  outline: none;
}
.cid-unrqEjyUHm .navbar-toggler {
  position: relative;
}
.cid-unrqEjyUHm .dropdown-item.active,
.cid-unrqEjyUHm .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-unrqEkkqPK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  /* background-image: url("../../../assets/images/mbr-11-1920x1280.jpg"); */
}
.cid-unrqEkkqPK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unrqEkkqPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrqEkkqPK .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-unrqEkkqPK .container {
    padding: 0 22px;
  }
}
.cid-unrqEkkqPK .row {
  justify-content: center;
}
.cid-unrqEkkqPK .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-unrqEkkqPK .content-wrapper {
    padding: 0;
  }
}
.cid-unrqEkkqPK .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unrqEkkqPK .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-unrqEkkqPK .mbr-section-title {
  color: #ffffff;
}
.cid-unrqEkkqPK .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unrqEkkqPK .mbr-section-title,
.cid-unrqEkkqPK .mbr-section-btn {
  text-align: center;
}
.cid-unrrOXwE0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unrrOXwE0M .main-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cid-unrrOXwE0M .history-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 180px;
}
@media (max-width: 991px) {
  .cid-unrrOXwE0M .history-item {
    flex-wrap: wrap;
    margin-top: 110px;
  }
}
@media (max-width: 575px) {
  .cid-unrrOXwE0M .history-item {
    margin-top: 100px;
  }
}
.cid-unrrOXwE0M .history-item-first {
  margin-top: 0;
}
.cid-unrrOXwE0M .img-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-unrrOXwE0M .img-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .cid-unrrOXwE0M .img-container {
    order: 1;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
  }
}
.cid-unrrOXwE0M .image-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-unrrOXwE0M .image-wrapper {
    max-width: 550px;
  }
}
.cid-unrrOXwE0M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-unrrOXwE0M .text-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-unrrOXwE0M .text-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-unrrOXwE0M .text-container {
    order: 2;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
    padding-top: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-unrrOXwE0M .history-item-reverse .img-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-unrrOXwE0M .history-item-reverse .text-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
.cid-unrrOXwE0M .text-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-unrrOXwE0M .text-wrapper {
    max-width: 550px;
  }
}
.cid-unrrOXwE0M .card-title {
  width: 100%;
  color: #A2A4A7;
}
.cid-unrrOXwE0M .card-subtitle {
  width: 100%;
  color: #45494E;
  margin-top: 16px;
}
.cid-unrrOXwE0M .mbr-text {
  width: 100%;
  color: #45494E;
  margin-top: 36px;
}
.cid-unrrOXwE0M .mbr-section-btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-unrrOXwE0M .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-unrrOXwE0M .center-line {
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  height: 100%;
  background-color: #45494e;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-unrrOXwE0M .center-line {
    left: 5px;
    transform: translateX(0);
  }
}
.cid-unrrOXwE0M .item-circle {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #45494e;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cid-unrrOXwE0M .item-circle {
    left: 0;
    transform: translateX(0);
  }
}
.cid-unrs0Q1rDH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-unrs0Q1rDH .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-unrs0Q1rDH .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-unrs0Q1rDH .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-unrs0Q1rDH .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-unrs0Q1rDH .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-unrs0Q1rDH .timelines-container {
  margin-top: 60px;
}
.cid-unrs0Q1rDH .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-unrs0Q1rDH .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-unrs0Q1rDH .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-unrs0Q1rDH .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-unrs0Q1rDH .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-unrs0Q1rDH .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-unrs0Q1rDH .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-unrs0Q1rDH .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-unrs0Q1rDH .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-unrs0Q1rDH .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-unrs0Q1rDH .container-fluid {
  padding: 0 2rem;
}
.cid-unrs0Q1rDH .separline:before,
.cid-unrs0Q1rDH .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-unrs0Q1rDH .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-unrs0Q1rDH .container-fluid {
    padding: 0 1rem;
  }
  .cid-unrs0Q1rDH .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-unrs0Q1rDH .separline:before,
  .cid-unrs0Q1rDH .first-separline:before {
    left: -10px !important;
  }
  .cid-unrs0Q1rDH .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-unrs0Q1rDH .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-unrs0Q1rDH .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-unrs0Q1rDH .time-line-date-content p {
    float: left !important;
  }
  .cid-unrs0Q1rDH .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-unrs0Q1rDH .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-unrs0Q1rDH .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-unrs0Q1rDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrs0Q1rDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unrqEmCvDV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unrqEmCvDV .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-unrqEmCvDV .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-unrqEmCvDV .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unrqEmCvDV .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #274abb;
}
.cid-unrqEmCvDV .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-unrqEmCvDV .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-unrqEmCvDV .big {
  margin-top: -25%;
}
.cid-unrqEmCvDV .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-unrqEmCvDV .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unrqEmCvDV .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-unrqEmCvDV .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unrqEmCvDV .small {
    margin-top: -25%;
  }
}
.cid-unrqEmCvDV .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-unrqEnhSqM {
  padding-top: 90px;
  padding-bottom: 90px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}
.cid-unrqEnhSqM .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-unrqEnhSqM .mbr-text {
  color: #cccccc;
}
.cid-unrqEnhSqM .border-r {
  border-right: 1px solid #656565;
}
.cid-unrqEnhSqM p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-unrqEnhSqM .border-r {
    border-right: 0px solid #656565;
  }
}
@media (max-width: 576px) {
  .cid-unrqEnhSqM .card {
    margin-bottom: 2rem;
  }
}
.cid-unrqEnSb3Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unrqEnSb3Z .mbr-iconfont {
  color: #656565;
  font-size: 0.9rem;
}
.cid-unrqEnSb3Z .title,
.cid-unrqEnSb3Z .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-unrqEnSb3Z .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-unrqEnSb3Z .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-unrqEnSb3Z .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-unrqEnSb3Z .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-unrqEnSb3Z .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-unrqEnSb3Z .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-unrqEnSb3Z .card-img {
  overflow: hidden;
}
.cid-unrqEnSb3Z .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unrqEnSb3Z .card-box {
  padding: 0rem;
}
.cid-unrqEnSb3Z img {
  transition: all 0.3s;
}
.cid-unrqEnSb3Z .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-unrqEnSb3Z status {
  color: #855dd8;
}
.cid-unrqEnSb3Z .status {
  color: #656565;
  text-align: left;
}
.cid-unrqEoHKQk {
  padding-top: 75px;
  padding-bottom: 60px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}
.cid-unrqEoHKQk .mbr-section-title {
  text-align: center;
}
.cid-unrqEoHKQk .mbr-text,
.cid-unrqEoHKQk .mbr-section-btn {
  text-align: center;
}
.cid-unrqEpjvUB {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unrqEpjvUB .title {
  background: #3b5abb;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-unrqEpjvUB .mbr-section-subtitle {
  color: #9e9e9e;
  text-align: center;
}
.cid-unrqEpjvUB p {
  margin: 0;
  padding: 0;
}
.cid-unrqEpjvUB .card {
  margin-bottom: 2rem;
}
.cid-unrqEpjvUB .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #3b5abb;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-unrqEpjvUB .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #3b5abb;
  border-right: 15px solid transparent;
}
.cid-unrqEpjvUB .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-unrqEpjvUB .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-unrqEpjvUB .name-wrap {
  display: inline-block;
}
.cid-unrqEpjvUB .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-unrqEpjvUB .mbr-author-desc {
  color: #9e9e9e;
}
.cid-unrqEpjvUB .card-block P {
  color: #ffffff;
}
.cid-unrqEpjvUB .mbr-author-name {
  color: #506ab9;
}
.cid-unrqEpjvUB .mbr-section-title,
.cid-unrqEpjvUB .title DIV {
  color: #232323;
  text-align: center;
}
.cid-unrqEpjvUB .mbr-section-title,
.cid-unrqEpjvUB .title {
  color: #656565;
}
.cid-unrqEq4HTS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-unrqEq4HTS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unrqEq4HTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrqEq4HTS .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-unrqEq4HTS .container {
    padding: 0 22px;
  }
}
.cid-unrqEq4HTS .row {
  position: relative;
  z-index: 1;
}
.cid-unrqEq4HTS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unrqEq4HTS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unrqEq4HTS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unrqEq4HTS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unrqEq4HTS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrqEq4HTS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unrqEq4HTS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unrqEq4HTS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unrqEq4HTS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unrqEq4HTS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unrqEq4HTS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unrqEq4HTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unrqEq4HTS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unrqEq4HTS .nav-wrapper .list .item-wrap:hover,
.cid-unrqEq4HTS .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unrqEq4HTS .nav-wrapper .list .item-wrap:hover::before,
.cid-unrqEq4HTS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unrqEq4HTS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unrqEq4HTS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrqEq4HTS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unrqEq4HTS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unrqEq4HTS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrqEq4HTS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unrqEq4HTS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unrqEq4HTS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unrqEq4HTS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unrqEq4HTS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unrqEq4HTS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unrqEq4HTS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unrqEq4HTS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unrqEq4HTS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unrqEq4HTS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unrqEq4HTS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unrqEq4HTS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unrqEq4HTS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unrqEq4HTS .mbr-section-title {
  color: #00d0f3;
}
.cid-unrqEq4HTS .mbr-text {
  color: #ffffff;
}
.cid-unrqEq4HTS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unrqEq4HTS .list {
  color: #ffffff;
}
.cid-unrqEq4HTS .mbr-contact {
  color: #ffffff;
}
.cid-unrqEq4HTS .mbr-desc {
  color: #ffffff;
}

/*TODO
.cid-unrqEr04mK {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-unrqEr04mK .carousel {
  z-index: 0;
}
.cid-unrqEr04mK .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-unrqEr04mK .carousel-item.active,
.cid-unrqEr04mK .carousel-item-next,
.cid-unrqEr04mK .carousel-item-prev {
  display: flex;
}
.cid-unrqEr04mK .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-unrqEr04mK .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-unrqEr04mK .line {
  width: 100px;
  height: 1px;
  background: #1c1c1c;
}
.cid-unrqEr04mK .line1 {
  margin-left: -2rem;
}
.cid-unrqEr04mK .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-unrqEr04mK .carousel-controls a {
  font-size: 2rem;
}
.cid-unrqEr04mK .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #1c1c1c;
  background: transparent;
  opacity: 0.5;
}
.cid-unrqEr04mK .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-unrqEr04mK ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-unrqEr04mK .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #1c1c1c;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-unrqEr04mK .carousel-indicators .active {
  opacity: 1;
}
.cid-unrqEr04mK .user_text {
  color: #767676;
}
.cid-unrqEr04mK .user_desk {
  color: #767676;
}
.cid-unrqEr04mK .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrqEr04mK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
*/

.cid-unrqMABfaR .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-unrqMABfaR .navbar-fixed-top {
  padding-top: 0;
}
.cid-unrqMABfaR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-unrqMABfaR .dropdown-item {
  padding: 0;
}
.cid-unrqMABfaR .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-unrqMABfaR .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-unrqMABfaR .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unrqMABfaR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-unrqMABfaR a {
  font-style: normal;
}
.cid-unrqMABfaR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-unrqMABfaR .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-unrqMABfaR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrqMABfaR .content-text {
  margin-bottom: 0;
}
.cid-unrqMABfaR .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-unrqMABfaR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #274abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-unrqMABfaR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-unrqMABfaR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-unrqMABfaR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-unrqMABfaR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unrqMABfaR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-unrqMABfaR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-unrqMABfaR .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unrqMABfaR .nav-dropdown .link {
  font-weight: 400;
}
.cid-unrqMABfaR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-unrqMABfaR .content-right-side {
  text-align: center;
}
.cid-unrqMABfaR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-unrqMABfaR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-unrqMABfaR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-unrqMABfaR .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-unrqMABfaR .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrqMABfaR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-unrqMABfaR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-unrqMABfaR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-unrqMABfaR .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-unrqMABfaR .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-unrqMABfaR .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-unrqMABfaR .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unrqMABfaR .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-unrqMABfaR .navbar {
    display: block;
    padding: 0;
  }
  .cid-unrqMABfaR .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unrqMABfaR .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 4.5rem);
  }
  .cid-unrqMABfaR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-unrqMABfaR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-unrqMABfaR .navbar-toggler {
    display: none;
  }
  .cid-unrqMABfaR .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unrqMABfaR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-unrqMABfaR .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrqMABfaR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-unrqMABfaR .menu-logo {
  margin-right: auto;
}
.cid-unrqMABfaR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unrqMABfaR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-unrqMABfaR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-unrqMABfaR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unrqMABfaR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unrqMABfaR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unrqMABfaR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-unrqMABfaR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-unrqMABfaR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrqMABfaR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unrqMABfaR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unrqMABfaR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unrqMABfaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrqMABfaR .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-unrqMABfaR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-unrqMABfaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unrqMABfaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unrqMABfaR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unrqMABfaR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unrqMABfaR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-unrqMABfaR .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-unrqMABfaR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-unrqMABfaR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unrqMABfaR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-unrqMABfaR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unrqMABfaR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrqMABfaR button.navbar-toggler:focus {
  outline: none;
}
.cid-unrqMABfaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unrqMABfaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unrqMABfaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unrqMABfaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unrqMABfaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unrqMABfaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unrqMABfaR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unrqMABfaR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unrqMABfaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unrqMABfaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unrqMABfaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unrqMABfaR .collapsed .btn {
  display: flex;
}
.cid-unrqMABfaR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unrqMABfaR .collapsed .navbar-collapse.collapsing,
.cid-unrqMABfaR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unrqMABfaR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unrqMABfaR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unrqMABfaR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unrqMABfaR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unrqMABfaR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-unrqMABfaR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-unrqMABfaR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unrqMABfaR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-unrqMABfaR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unrqMABfaR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unrqMABfaR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unrqMABfaR .collapsed button.navbar-toggler {
  display: block;
}
.cid-unrqMABfaR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-unrqMABfaR .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unrqMABfaR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-unrqMABfaR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unrqMABfaR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unrqMABfaR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-unrqMABfaR .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-unrqMABfaR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-unrqMABfaR .navbar-collapse.collapsing,
  .cid-unrqMABfaR .navbar-collapse.show {
    display: block !important;
  }
  .cid-unrqMABfaR .navbar-collapse.collapsing .navbar-nav,
  .cid-unrqMABfaR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unrqMABfaR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unrqMABfaR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unrqMABfaR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-unrqMABfaR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-unrqMABfaR .navbar-collapse.collapsing .navbar-buttons,
  .cid-unrqMABfaR .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-unrqMABfaR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unrqMABfaR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unrqMABfaR .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unrqMABfaR img {
    height: 3.8rem !important;
  }
  .cid-unrqMABfaR .btn {
    display: flex;
  }
  .cid-unrqMABfaR button.navbar-toggler {
    display: block;
  }
  .cid-unrqMABfaR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-unrqMABfaR .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-unrqMABfaR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-unrqMABfaR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unrqMABfaR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unrqMABfaR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-unrqMABfaR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-unrqMABfaR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-unrqMABfaR .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-unrqMABfaR .nav-link:focus {
  outline: none;
}
.cid-unrqMABfaR .navbar-toggler {
  position: relative;
}
.cid-unrqMABfaR .dropdown-item.active,
.cid-unrqMABfaR .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}

/* CONTACT */
.cid-unrqMBvo96 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  /* background-image: url("../../../assets/images/mbr-1-1920x1080.jpg"); */
}
.cid-unrqMBvo96::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unrqMBvo96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrqMBvo96 .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-unrqMBvo96 .container {
    padding: 0 22px;
  }
}
.cid-unrqMBvo96 .row {
  justify-content: center;
}
.cid-unrqMBvo96 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-unrqMBvo96 .content-wrapper {
    padding: 0;
  }
}
.cid-unrqMBvo96 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unrqMBvo96 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-unrqMBvo96 .mbr-section-title {
  color: #ffffff;
}
.cid-unrqMBvo96 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unrqMBvo96 .mbr-section-title,
.cid-unrqMBvo96 .mbr-section-btn {
  text-align: center;
}
.cid-unrwJn9Rgu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f1f1f1;
}
.cid-unrwJn9Rgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrwJn9Rgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unrwJn9Rgu .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-unrwJn9Rgu .mbr-section-title {
  color: #9b8db7;
  margin-bottom: 0;
}
.cid-unrwJn9Rgu .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-unrwJn9Rgu .col-text {
    margin-bottom: 50px;
  }
}
.cid-unrwJn9Rgu .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-unrwJn9Rgu .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-unrwJn9Rgu .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-unrwJn9Rgu .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-unrwJn9Rgu .item-wrap {
    width: 100%;
  }
}
.cid-unrwJn9Rgu .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-unrwJn9Rgu .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-unrwJn9Rgu .item-text {
  margin-bottom: 6px;
}
.cid-unrwJn9Rgu .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-unrwJn9Rgu form {
  width: 100%;
}
.cid-unrwJn9Rgu form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-unrwJn9Rgu form p {
  color: #353535;
}
.cid-unrwJn9Rgu form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-unrwJn9Rgu form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-unrwJn9Rgu form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-unrwJn9Rgu form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-unrwJn9Rgu form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-unrwJn9Rgu form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-unrwJn9Rgu form select {
  color: #303030 !important;
}
.cid-unrwJn9Rgu form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-unrwJn9Rgu form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-unrwJn9Rgu form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-unrwJn9Rgu form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-unrwJn9Rgu form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-unrwJn9Rgu form input,
.cid-unrwJn9Rgu form textarea {
  transition: .3s all;
}
.cid-unrwJn9Rgu form input:active,
.cid-unrwJn9Rgu form textarea:active,
.cid-unrwJn9Rgu form input:focus,
.cid-unrwJn9Rgu form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-unrwJn9Rgu form input:active::-webkit-input-placeholder,
.cid-unrwJn9Rgu form textarea:active::-webkit-input-placeholder,
.cid-unrwJn9Rgu form input:focus::-webkit-input-placeholder,
.cid-unrwJn9Rgu form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-unrwJn9Rgu form input:active::-moz-placeholder,
.cid-unrwJn9Rgu form textarea:active::-moz-placeholder,
.cid-unrwJn9Rgu form input:focus::-moz-placeholder,
.cid-unrwJn9Rgu form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-unrwJn9Rgu form input:active:-moz-placeholder,
.cid-unrwJn9Rgu form textarea:active:-moz-placeholder,
.cid-unrwJn9Rgu form input:focus:-moz-placeholder,
.cid-unrwJn9Rgu form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-unrwJn9Rgu form input:active:-ms-input-placeholder,
.cid-unrwJn9Rgu form textarea:active:-ms-input-placeholder,
.cid-unrwJn9Rgu form input:focus:-ms-input-placeholder,
.cid-unrwJn9Rgu form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-unrwJn9Rgu form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-unrwJn9Rgu form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-unrwJn9Rgu form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-unrwJn9Rgu form .form-check label {
  color: #303030;
}
.cid-unrwJn9Rgu form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-unrwJn9Rgu form .form-check-input:focus,
.cid-unrwJn9Rgu form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-unrwJn9Rgu form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-unrqMDCsVl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unrqMDCsVl .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-unrqMDCsVl .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-unrqMDCsVl .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unrqMDCsVl .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #274abb;
}
.cid-unrqMDCsVl .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-unrqMDCsVl .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-unrqMDCsVl .big {
  margin-top: -25%;
}
.cid-unrqMDCsVl .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-unrqMDCsVl .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-unrqMDCsVl .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-unrqMDCsVl .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unrqMDCsVl .small {
    margin-top: -25%;
  }
}
.cid-unrqMDCsVl .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-unrqMEi6Ab {
  padding-top: 90px;
  padding-bottom: 90px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}
.cid-unrqMEi6Ab .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-unrqMEi6Ab .mbr-text {
  color: #cccccc;
}
.cid-unrqMEi6Ab .border-r {
  border-right: 1px solid #656565;
}
.cid-unrqMEi6Ab p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-unrqMEi6Ab .border-r {
    border-right: 0px solid #656565;
  }
}
@media (max-width: 576px) {
  .cid-unrqMEi6Ab .card {
    margin-bottom: 2rem;
  }
}
.cid-unrqMEX1if {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unrqMEX1if .mbr-iconfont {
  color: #656565;
  font-size: 0.9rem;
}
.cid-unrqMEX1if .title,
.cid-unrqMEX1if .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-unrqMEX1if .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-unrqMEX1if .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-unrqMEX1if .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-unrqMEX1if .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-unrqMEX1if .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-unrqMEX1if .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-unrqMEX1if .card-img {
  overflow: hidden;
}
.cid-unrqMEX1if .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-unrqMEX1if .card-box {
  padding: 0rem;
}
.cid-unrqMEX1if img {
  transition: all 0.3s;
}
.cid-unrqMEX1if .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-unrqMEX1if status {
  color: #855dd8;
}
.cid-unrqMEX1if .status {
  color: #656565;
  text-align: left;
}
.cid-unrqMFPeFF {
  padding-top: 75px;
  padding-bottom: 60px;
  /* background-image: url("../../../assets/images/background1.jpg"); */
}
.cid-unrqMFPeFF .mbr-section-title {
  text-align: center;
}
.cid-unrqMFPeFF .mbr-text,
.cid-unrqMFPeFF .mbr-section-btn {
  text-align: center;
}
.cid-unrqMGt9zr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unrqMGt9zr .title {
  background: #3b5abb;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-unrqMGt9zr .mbr-section-subtitle {
  color: #9e9e9e;
  text-align: center;
}
.cid-unrqMGt9zr p {
  margin: 0;
  padding: 0;
}
.cid-unrqMGt9zr .card {
  margin-bottom: 2rem;
}
.cid-unrqMGt9zr .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #3b5abb;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-unrqMGt9zr .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #3b5abb;
  border-right: 15px solid transparent;
}
.cid-unrqMGt9zr .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-unrqMGt9zr .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-unrqMGt9zr .name-wrap {
  display: inline-block;
}
.cid-unrqMGt9zr .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-unrqMGt9zr .mbr-author-desc {
  color: #9e9e9e;
}
.cid-unrqMGt9zr .card-block P {
  color: #ffffff;
}
.cid-unrqMGt9zr .mbr-author-name {
  color: #506ab9;
}
.cid-unrqMGt9zr .mbr-section-title,
.cid-unrqMGt9zr .title DIV {
  color: #232323;
  text-align: center;
}
.cid-unrqMGt9zr .mbr-section-title,
.cid-unrqMGt9zr .title {
  color: #656565;
}
.cid-unrqMHizsV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-unrqMHizsV::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unrqMHizsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrqMHizsV .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-unrqMHizsV .container {
    padding: 0 22px;
  }
}
.cid-unrqMHizsV .row {
  position: relative;
  z-index: 1;
}
.cid-unrqMHizsV .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unrqMHizsV .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unrqMHizsV .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f1f1f1;
}
.cid-unrqMHizsV .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unrqMHizsV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrqMHizsV .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unrqMHizsV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unrqMHizsV .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unrqMHizsV .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unrqMHizsV .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unrqMHizsV .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unrqMHizsV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unrqMHizsV .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unrqMHizsV .nav-wrapper .list .item-wrap:hover,
.cid-unrqMHizsV .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unrqMHizsV .nav-wrapper .list .item-wrap:hover::before,
.cid-unrqMHizsV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unrqMHizsV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unrqMHizsV .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrqMHizsV .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unrqMHizsV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unrqMHizsV .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unrqMHizsV .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unrqMHizsV .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unrqMHizsV .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unrqMHizsV .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unrqMHizsV .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unrqMHizsV .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unrqMHizsV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unrqMHizsV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unrqMHizsV .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unrqMHizsV .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unrqMHizsV .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unrqMHizsV .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unrqMHizsV .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unrqMHizsV .mbr-section-title {
  color: #00d0f3;
}
.cid-unrqMHizsV .mbr-text {
  color: #ffffff;
}
.cid-unrqMHizsV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unrqMHizsV .list {
  color: #ffffff;
}
.cid-unrqMHizsV .mbr-contact {
  color: #ffffff;
}
.cid-unrqMHizsV .mbr-desc {
  color: #ffffff;
}

/*
TODO
.cid-unrqMImilI {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-unrqMImilI .carousel {
  z-index: 0;
}
.cid-unrqMImilI .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-unrqMImilI .carousel-item.active,
.cid-unrqMImilI .carousel-item-next,
.cid-unrqMImilI .carousel-item-prev {
  display: flex;
}
.cid-unrqMImilI .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-unrqMImilI .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-unrqMImilI .line {
  width: 100px;
  height: 1px;
  background: #1c1c1c;
}
.cid-unrqMImilI .line1 {
  margin-left: -2rem;
}
.cid-unrqMImilI .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-unrqMImilI .carousel-controls a {
  font-size: 2rem;
}
.cid-unrqMImilI .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #1c1c1c;
  background: transparent;
  opacity: 0.5;
}
.cid-unrqMImilI .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-unrqMImilI ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-unrqMImilI .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #1c1c1c;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-unrqMImilI .carousel-indicators .active {
  opacity: 1;
}
.cid-unrqMImilI .user_text {
  color: #767676;
}
.cid-unrqMImilI .user_desk {
  color: #767676;
}
.cid-unrqMImilI .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrqMImilI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
*/
.active{
	background-color:gray;
	border-color:gray;
	/*
	background-color: #25c4ca !important;
	border-color: #25c4ca !important;
	*/
}