body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'TRON-mebag neu';
  font-size: 2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 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-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #51aafa !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #51aafa !important;
  border-color: #51aafa !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0786f7 !important;
  border-color: #0786f7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0786f7 !important;
  border-color: #0786f7 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #261c71 !important;
  border-color: #261c71 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #110d34 !important;
  border-color: #110d34 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #110d34 !important;
  border-color: #110d34 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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 !important;
  border-color: #0678df !important;
  color: #0678df !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #51aafa !important;
  border-color: #51aafa !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #51aafa !important;
  border-color: #51aafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #0b081f !important;
  color: #0b081f !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #261c71 !important;
  border-color: #261c71 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #261c71 !important;
  border-color: #261c71 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #51aafa !important;
}
.text-secondary {
  color: #261c71 !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0678df !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b081f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #51aafa;
  border-color: #51aafa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #51aafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #00387b;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #00387b;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #51aafa;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #51aafa;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #51aafa;
}
.btn-social + .btn {
  margin-left: .1rem;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #51aafa;
  color: #ffffff;
}
.jq-number__spin {
  background-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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #51aafa;
  border-bottom-color: #51aafa;
}
.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: #000000 !important;
  background-color: #51aafa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #261c71 !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='%2351aafa' %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-skyvIFMNtB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-skyvIFMNtB .nav-item,
.cid-skyvIFMNtB .nav-link,
.cid-skyvIFMNtB .navbar-caption {
  font-weight: normal;
}
.cid-skyvIFMNtB .nav-item:focus,
.cid-skyvIFMNtB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skyvIFMNtB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skyvIFMNtB .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-skyvIFMNtB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skyvIFMNtB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skyvIFMNtB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-skyvIFMNtB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-skyvIFMNtB .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-skyvIFMNtB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skyvIFMNtB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skyvIFMNtB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skyvIFMNtB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skyvIFMNtB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skyvIFMNtB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-skyvIFMNtB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skyvIFMNtB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skyvIFMNtB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skyvIFMNtB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-skyvIFMNtB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skyvIFMNtB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skyvIFMNtB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skyvIFMNtB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-skyvIFMNtB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skyvIFMNtB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skyvIFMNtB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skyvIFMNtB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skyvIFMNtB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skyvIFMNtB .dropdown-item.active,
.cid-skyvIFMNtB .dropdown-item:active {
  background-color: transparent;
}
.cid-skyvIFMNtB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skyvIFMNtB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skyvIFMNtB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skyvIFMNtB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skyvIFMNtB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skyvIFMNtB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skyvIFMNtB .navbar-buttons {
  text-align: center;
}
.cid-skyvIFMNtB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #261c71;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skyvIFMNtB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-skyvIFMNtB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skyvIFMNtB .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-skyvIFMNtB .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-skyvIFMNtB .soc-item {
  margin: .5rem .3rem;
}
.cid-skyvIFMNtB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skyvIFMNtB .navbar {
    height: 77px;
  }
  .cid-skyvIFMNtB .navbar.opened {
    height: auto;
  }
  .cid-skyvIFMNtB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rxCq6hUvdD {
  background-image: url("../../../assets/images/kran-2000x1333.png");
}
.cid-rxCq6hUvdD .mbr-section-title,
.cid-rxCq6hUvdD .mbr-section-subtitle {
  color: #000000;
}
.cid-rxCq6hUvdD .mbr-section-text {
  color: #232323;
}
.cid-rxCq6hUvdD .mbr-text,
.cid-rxCq6hUvdD .typed-text,
.cid-rxCq6hUvdD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rxCq6hUvdD .btn {
  margin-left: 4px !important;
}
.cid-rxCq6hUvdD .animated-element {
  color: #261c71;
}
.cid-rxCq6hUvdD .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-rxCq6hUvdD .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rxCq6hUvdD .typed-text,
  .cid-rxCq6hUvdD .mbr-section-subtitle,
  .cid-rxCq6hUvdD .mbr-section-text,
  .cid-rxCq6hUvdD .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rxCq6hUvdD .typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #261c71;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rxCq6hUvdD .mbr-section-text,
.cid-rxCq6hUvdD .mbr-section-btn {
  text-align: left;
  color: #04367c;
}
.cid-soDt5CBHXt {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-soDt5CBHXt .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-soDt5CBHXt .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-soDt5CBHXt .video-block {
    width: 100% !important;
  }
}
.cid-soUlT80Atb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/04.jpg");
}
.cid-soUlT80Atb .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-soUlT80Atb .mbr-section-title P {
  text-align: center;
}
.cid-soViPq245I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-soViPq245I .mbr-figure img {
  border-radius: .25rem;
}
.cid-soViPq245I .mbr-text {
  color: #8d97ad;
}
.cid-soViPq245I .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-soViPq245I .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-soViPq245I .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-soViPq245I .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-soViPq245I .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-soViPq245I .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-soViPq245I .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soViPq245I .icon-description {
  margin-left: 1rem;
}
.cid-soViPq245I a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-soViPq245I a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-soViPq245I .mbr-section-title,
  .cid-soViPq245I .mbr-text {
    text-align: center;
  }
  .cid-soViPq245I .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-soViPq245I .mbr-text,
.cid-soViPq245I .mbr-section-btn {
  color: #261c71;
}
.cid-sqeULYhtYW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/kran-2000x1333.png");
}
.cid-sqeULYhtYW .mbr-overlay {
  background: #ffffff;
}
.cid-sqeULYhtYW .mbr-text {
  color: #8d97ad;
}
.cid-sqeULYhtYW .card-wrap {
  background-color: #f4f8fa;
  padding: 2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sqfcKewUqM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/andy-gohr-952x635.jpeg");
}
.cid-sqfcKewUqM p {
  margin-bottom: 0rem;
}
.cid-sqfcKewUqM .btn {
  margin-bottom: 0rem;
}
.cid-sqfcKewUqM .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sqfcKewUqM .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sqfcKewUqM .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-sqfcKewUqM .mbr-section-btn {
    text-align: left;
  }
  .cid-sqfcKewUqM .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sqfcKewUqM .mbr-section-btn {
    text-align: left;
  }
  .cid-sqfcKewUqM .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sqfcKewUqM .btn {
    margin-top: 0rem;
  }
}
.cid-soUxDaoRSO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soUxDaoRSO .google-map {
  height: 25rem;
  position: relative;
}
.cid-soUxDaoRSO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-soUxDaoRSO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-soUxDaoRSO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-soUxDaoRSO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqfaz7XE6P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1-1920x1357.jpeg");
}
.cid-sqfaz7XE6P .row-links {
  justify-content: center;
}
.cid-sqfaz7XE6P .social-row {
  justify-content: center;
  padding: 0 1rem;
}
.cid-sqfaz7XE6P .wrapper {
  display: flex;
}
.cid-sqfaz7XE6P .container {
  max-width: 1700px;
}
.cid-sqfaz7XE6P img {
  width: 75px;
  margin: auto;
  padding: 0 0.5rem;
}
.cid-sqfaz7XE6P .row-copirayt {
  min-width: 300px;
}
.cid-sqfaz7XE6P .foot-menu-item {
  word-wrap: unset;
  word-break: unset;
  white-space: nowrap;
}
.cid-sqfaz7XE6P .line {
  width: 100%;
  height: 50px;
  position: relative;
}
.cid-sqfaz7XE6P .line:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #00387b;
  content: "";
}
.cid-sqfaz7XE6P .row-links,
.cid-sqfaz7XE6P .wrapper {
  min-width: fit-content;
  padding: 0 0.5rem;
}
.cid-sqfaz7XE6P .foot-menu {
  width: fit-content;
}
.cid-sqfaz7XE6P .media-container-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu li {
  padding: 0 1rem;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqfaz7XE6P .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.cid-sqfaz7XE6P .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #00387b;
  transition: all 0.3s;
}
.cid-sqfaz7XE6P .media-container-row .social-list .mbr-iconfont-social:hover {
  color: #261c71;
}
.cid-sqfaz7XE6P .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqfaz7XE6P .media-container-row .social-list a {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sqfaz7XE6P .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqfaz7XE6P .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-sqfaz7XE6P .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sqfaz7XE6P .media-container-row {
    justify-content: center;
  }
  .cid-sqfaz7XE6P .media-container-row .mbr-text {
    text-align: center;
  }
  .cid-sqfaz7XE6P .media-container-row .wrapper {
    flex-direction: column;
  }
  .cid-sqfaz7XE6P .media-container-row .foot-menu {
    margin: auto;
    padding-bottom: 1rem;
  }
}
.cid-sqfaz7XE6P .media-container-row .mbr-text {
  color: #261c71;
}
.cid-sh0D8YK334 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1066.jpg");
}
.cid-sh0D8YK334 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sh0D8YK334 .panel-group {
  width: 100%;
}
.cid-sh0D8YK334 .panel-text,
.cid-sh0D8YK334 .header-text,
.cid-sh0D8YK334 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sh0D8YK334 .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-sh0D8YK334 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sh0D8YK334 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-sh0D8YK334 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sh0D8YK334 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sh0D8YK334 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-sh0D8YK334 .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #04367c;
}
.cid-sh0D8YK334 .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-sh0D8YK334 .card .panel-body {
  background: #ffffff;
}
.cid-sh0D8YK334 .sign {
  color: #232323;
}
.cid-skyvIFMNtB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-skyvIFMNtB .nav-item,
.cid-skyvIFMNtB .nav-link,
.cid-skyvIFMNtB .navbar-caption {
  font-weight: normal;
}
.cid-skyvIFMNtB .nav-item:focus,
.cid-skyvIFMNtB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skyvIFMNtB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skyvIFMNtB .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-skyvIFMNtB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skyvIFMNtB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skyvIFMNtB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-skyvIFMNtB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-skyvIFMNtB .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-skyvIFMNtB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skyvIFMNtB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skyvIFMNtB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skyvIFMNtB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skyvIFMNtB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skyvIFMNtB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-skyvIFMNtB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skyvIFMNtB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skyvIFMNtB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skyvIFMNtB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-skyvIFMNtB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skyvIFMNtB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skyvIFMNtB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skyvIFMNtB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-skyvIFMNtB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skyvIFMNtB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skyvIFMNtB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skyvIFMNtB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skyvIFMNtB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skyvIFMNtB .dropdown-item.active,
.cid-skyvIFMNtB .dropdown-item:active {
  background-color: transparent;
}
.cid-skyvIFMNtB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skyvIFMNtB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skyvIFMNtB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skyvIFMNtB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skyvIFMNtB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skyvIFMNtB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skyvIFMNtB .navbar-buttons {
  text-align: center;
}
.cid-skyvIFMNtB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #261c71;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skyvIFMNtB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-skyvIFMNtB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skyvIFMNtB .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-skyvIFMNtB .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-skyvIFMNtB .soc-item {
  margin: .5rem .3rem;
}
.cid-skyvIFMNtB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skyvIFMNtB .navbar {
    height: 77px;
  }
  .cid-skyvIFMNtB .navbar.opened {
    height: auto;
  }
  .cid-skyvIFMNtB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqfaz7XE6P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1-1920x1357.jpeg");
}
.cid-sqfaz7XE6P .row-links {
  justify-content: center;
}
.cid-sqfaz7XE6P .social-row {
  justify-content: center;
  padding: 0 1rem;
}
.cid-sqfaz7XE6P .wrapper {
  display: flex;
}
.cid-sqfaz7XE6P .container {
  max-width: 1700px;
}
.cid-sqfaz7XE6P img {
  width: 75px;
  margin: auto;
  padding: 0 0.5rem;
}
.cid-sqfaz7XE6P .row-copirayt {
  min-width: 300px;
}
.cid-sqfaz7XE6P .foot-menu-item {
  word-wrap: unset;
  word-break: unset;
  white-space: nowrap;
}
.cid-sqfaz7XE6P .line {
  width: 100%;
  height: 50px;
  position: relative;
}
.cid-sqfaz7XE6P .line:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #00387b;
  content: "";
}
.cid-sqfaz7XE6P .row-links,
.cid-sqfaz7XE6P .wrapper {
  min-width: fit-content;
  padding: 0 0.5rem;
}
.cid-sqfaz7XE6P .foot-menu {
  width: fit-content;
}
.cid-sqfaz7XE6P .media-container-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu li {
  padding: 0 1rem;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqfaz7XE6P .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.cid-sqfaz7XE6P .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #00387b;
  transition: all 0.3s;
}
.cid-sqfaz7XE6P .media-container-row .social-list .mbr-iconfont-social:hover {
  color: #261c71;
}
.cid-sqfaz7XE6P .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqfaz7XE6P .media-container-row .social-list a {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sqfaz7XE6P .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqfaz7XE6P .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-sqfaz7XE6P .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sqfaz7XE6P .media-container-row {
    justify-content: center;
  }
  .cid-sqfaz7XE6P .media-container-row .mbr-text {
    text-align: center;
  }
  .cid-sqfaz7XE6P .media-container-row .wrapper {
    flex-direction: column;
  }
  .cid-sqfaz7XE6P .media-container-row .foot-menu {
    margin: auto;
    padding-bottom: 1rem;
  }
}
.cid-sqfaz7XE6P .media-container-row .mbr-text {
  color: #261c71;
}
.cid-skyvIFMNtB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-skyvIFMNtB .nav-item,
.cid-skyvIFMNtB .nav-link,
.cid-skyvIFMNtB .navbar-caption {
  font-weight: normal;
}
.cid-skyvIFMNtB .nav-item:focus,
.cid-skyvIFMNtB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skyvIFMNtB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-skyvIFMNtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skyvIFMNtB .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-skyvIFMNtB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skyvIFMNtB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skyvIFMNtB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-skyvIFMNtB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-skyvIFMNtB .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-skyvIFMNtB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skyvIFMNtB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skyvIFMNtB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skyvIFMNtB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skyvIFMNtB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skyvIFMNtB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skyvIFMNtB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-skyvIFMNtB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skyvIFMNtB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skyvIFMNtB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skyvIFMNtB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skyvIFMNtB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-skyvIFMNtB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skyvIFMNtB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skyvIFMNtB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skyvIFMNtB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-skyvIFMNtB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skyvIFMNtB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skyvIFMNtB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skyvIFMNtB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skyvIFMNtB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skyvIFMNtB .dropdown-item.active,
.cid-skyvIFMNtB .dropdown-item:active {
  background-color: transparent;
}
.cid-skyvIFMNtB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skyvIFMNtB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skyvIFMNtB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skyvIFMNtB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skyvIFMNtB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skyvIFMNtB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skyvIFMNtB .navbar-buttons {
  text-align: center;
}
.cid-skyvIFMNtB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #261c71;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skyvIFMNtB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skyvIFMNtB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skyvIFMNtB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-skyvIFMNtB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skyvIFMNtB .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-skyvIFMNtB .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-skyvIFMNtB .soc-item {
  margin: .5rem .3rem;
}
.cid-skyvIFMNtB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skyvIFMNtB .navbar {
    height: 77px;
  }
  .cid-skyvIFMNtB .navbar.opened {
    height: auto;
  }
  .cid-skyvIFMNtB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svBTDG5zzr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svBTDG5zzr .mbr-text {
  color: #8d97ad;
}
.cid-svBHZNP1b2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1147.png");
}
.cid-svBHZNP1b2 .container-fluid {
  padding: 0 3rem;
}
.cid-svBHZNP1b2 .mbr-section-subtitle {
  color: #767676;
}
.cid-svBHZNP1b2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-svBHZNP1b2 .table-wrapper {
  margin: 0 auto;
}
.cid-svBHZNP1b2 table {
  width: 81% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-svBHZNP1b2 table thead tr {
  border: none !important;
}
.cid-svBHZNP1b2 table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #003676;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-svBHZNP1b2 table tr td {
  border-color: #00387b;
}
.cid-svBHZNP1b2 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-svBHZNP1b2 tr:hover {
  background-color: #cccccc !important;
}
.cid-svBHZNP1b2 .dataTables_scrollHead th:after,
.cid-svBHZNP1b2 .dataTables_scrollHead th:before {
  bottom: auto !important;
  top: 50% !important;
  transform: translateY(-60%);
}
.cid-svBHZNP1b2 .dataTables_scrollHead th:before {
  right: 15px !important;
}
.cid-svBHZNP1b2 .dataTables_scrollHead th:after {
  right: 5px !important;
}
.cid-svBHZNP1b2 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-svBHZNP1b2 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-svBHZNP1b2 table th,
  .cid-svBHZNP1b2 table td {
    padding: .75rem;
  }
}
.cid-svBHZNP1b2 .body-item {
  text-align: left;
}
.cid-svBHZNP1b2 .mbr-text {
  color: #767676;
}
.cid-svBHZNP1b2 .head-item {
  color: #232323;
}
.cid-svBHZNP1b2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-svBHZNP1b2 .table tbody .tableColumns .body-item,
.cid-svBHZNP1b2 .table {
  color: #000000;
}
.cid-sqfaz7XE6P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1-1920x1357.jpeg");
}
.cid-sqfaz7XE6P .row-links {
  justify-content: center;
}
.cid-sqfaz7XE6P .social-row {
  justify-content: center;
  padding: 0 1rem;
}
.cid-sqfaz7XE6P .wrapper {
  display: flex;
}
.cid-sqfaz7XE6P .container {
  max-width: 1700px;
}
.cid-sqfaz7XE6P img {
  width: 75px;
  margin: auto;
  padding: 0 0.5rem;
}
.cid-sqfaz7XE6P .row-copirayt {
  min-width: 300px;
}
.cid-sqfaz7XE6P .foot-menu-item {
  word-wrap: unset;
  word-break: unset;
  white-space: nowrap;
}
.cid-sqfaz7XE6P .line {
  width: 100%;
  height: 50px;
  position: relative;
}
.cid-sqfaz7XE6P .line:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #00387b;
  content: "";
}
.cid-sqfaz7XE6P .row-links,
.cid-sqfaz7XE6P .wrapper {
  min-width: fit-content;
  padding: 0 0.5rem;
}
.cid-sqfaz7XE6P .foot-menu {
  width: fit-content;
}
.cid-sqfaz7XE6P .media-container-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu li {
  padding: 0 1rem;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqfaz7XE6P .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.cid-sqfaz7XE6P .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #00387b;
  transition: all 0.3s;
}
.cid-sqfaz7XE6P .media-container-row .social-list .mbr-iconfont-social:hover {
  color: #261c71;
}
.cid-sqfaz7XE6P .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqfaz7XE6P .media-container-row .social-list a {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sqfaz7XE6P .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqfaz7XE6P .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-sqfaz7XE6P .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sqfaz7XE6P .media-container-row {
    justify-content: center;
  }
  .cid-sqfaz7XE6P .media-container-row .mbr-text {
    text-align: center;
  }
  .cid-sqfaz7XE6P .media-container-row .wrapper {
    flex-direction: column;
  }
  .cid-sqfaz7XE6P .media-container-row .foot-menu {
    margin: auto;
    padding-bottom: 1rem;
  }
}
.cid-sqfaz7XE6P .media-container-row .mbr-text {
  color: #261c71;
}
.cid-soV21Z0m3g .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-soV21Z0m3g .nav-item,
.cid-soV21Z0m3g .nav-link,
.cid-soV21Z0m3g .navbar-caption {
  font-weight: normal;
}
.cid-soV21Z0m3g .nav-item:focus,
.cid-soV21Z0m3g .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-soV21Z0m3g .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-soV21Z0m3g .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-soV21Z0m3g .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-soV21Z0m3g .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-soV21Z0m3g .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-soV21Z0m3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soV21Z0m3g .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-soV21Z0m3g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soV21Z0m3g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soV21Z0m3g .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-soV21Z0m3g .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-soV21Z0m3g .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-soV21Z0m3g .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soV21Z0m3g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soV21Z0m3g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soV21Z0m3g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-soV21Z0m3g .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soV21Z0m3g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soV21Z0m3g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soV21Z0m3g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soV21Z0m3g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soV21Z0m3g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soV21Z0m3g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soV21Z0m3g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soV21Z0m3g .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soV21Z0m3g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soV21Z0m3g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soV21Z0m3g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soV21Z0m3g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soV21Z0m3g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-soV21Z0m3g .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soV21Z0m3g .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soV21Z0m3g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soV21Z0m3g .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soV21Z0m3g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soV21Z0m3g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soV21Z0m3g .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soV21Z0m3g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soV21Z0m3g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soV21Z0m3g .dropdown-item.active,
.cid-soV21Z0m3g .dropdown-item:active {
  background-color: transparent;
}
.cid-soV21Z0m3g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soV21Z0m3g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soV21Z0m3g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-soV21Z0m3g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soV21Z0m3g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soV21Z0m3g ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soV21Z0m3g .navbar-buttons {
  text-align: center;
}
.cid-soV21Z0m3g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soV21Z0m3g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #261c71;
}
.cid-soV21Z0m3g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soV21Z0m3g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soV21Z0m3g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soV21Z0m3g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soV21Z0m3g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soV21Z0m3g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soV21Z0m3g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soV21Z0m3g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soV21Z0m3g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soV21Z0m3g a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soV21Z0m3g .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-soV21Z0m3g .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-soV21Z0m3g .soc-item {
  margin: .5rem .3rem;
}
.cid-soV21Z0m3g .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soV21Z0m3g .navbar {
    height: 77px;
  }
  .cid-soV21Z0m3g .navbar.opened {
    height: auto;
  }
  .cid-soV21Z0m3g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soV2iqT4gY {
  padding-top: 75px;
  padding-bottom: 120px;
  background: #efefef;
}
.cid-soV2iqT4gY .mbr-overlay {
  background: #232323;
}
.cid-soV2iqT4gY .mbr-section-subtitle {
  color: #cccccc;
}
.cid-soV3o7ZgsR {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mebaglogo-transparent-1-512x512.png");
}
.cid-soV3o7ZgsR .mbr-iconfont {
  color: #8d97ad;
}
.cid-soV3o7ZgsR .mbr-iconfont:hover {
  color: #1d1717 !important;
}
.cid-soV3o7ZgsR .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-soV3o7ZgsR .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-soV3o7ZgsR .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-soV3o7ZgsR .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-soV3o7ZgsR .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-soV3o7ZgsR .user-desc {
  color: #00387b;
}
.cid-soV3o7ZgsR .card-title {
  color: #00387b;
}
.cid-soV9t6ho3J {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/halle-3-5-2000x1123.jpg");
}
.cid-soV9t6ho3J .mbr-overlay {
  background: #efefef;
  background: linear-gradient(90deg, #efefef, #ffffff);
}
.cid-soV9t6ho3J .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-soV9t6ho3J .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-soV9t6ho3J .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-soV9t6ho3J .mbr-text {
  color: #8d97ad;
}
.cid-soV9t6ho3J .mbr-section-subtitle {
  color: #1d1717;
}
.cid-soV9t6ho3J .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-soV9t6ho3J .card-title {
    text-align: center;
  }
  .cid-soV9t6ho3J p.mbr-text,
  .cid-soV9t6ho3J p.date {
    text-align: center;
  }
}
.cid-soV9t6ho3J .mbr-text,
.cid-soV9t6ho3J .mbr-section-btn {
  color: #261c71;
}
.cid-soV9t6ho3J .card-title,
.cid-soV9t6ho3J .card-img {
  color: #000000;
}
.cid-soVxjzIyt2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arendsee-1-2000x1123.jpg");
}
.cid-soVxjzIyt2 .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #261c71);
}
.cid-soVqg8qdQD {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dji-104-2000x1333.jpg");
}
.cid-soVqg8qdQD .mbr-overlay {
  background: #ffffff;
}
.cid-soVqg8qdQD .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-soVqg8qdQD .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-soVqg8qdQD .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-soVqg8qdQD .mbr-text {
  color: #8d97ad;
}
.cid-soVqg8qdQD .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-soVqg8qdQD .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-soVqg8qdQD .card-title {
    text-align: center;
  }
  .cid-soVqg8qdQD p.mbr-text,
  .cid-soVqg8qdQD p.date {
    text-align: center;
  }
}
.cid-soVqg8qdQD .mbr-text,
.cid-soVqg8qdQD .mbr-section-btn {
  color: #261c71;
}
.cid-soVqg8qdQD H2 {
  color: #000000;
}
.cid-soVqg8qdQD .card-title,
.cid-soVqg8qdQD .card-img {
  color: #000000;
}
.cid-soVxiMgPgw {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/celle-2-3-2000x1123.jpg");
}
.cid-soVxiMgPgw .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #261c71);
}
.cid-soVrkFKEkv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tangermunde-5-2000x1123.jpg");
}
.cid-soVrkFKEkv .mbr-overlay {
  background: #efefef;
  background: linear-gradient(90deg, #efefef, #ffffff);
}
.cid-soVrkFKEkv .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-soVrkFKEkv .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-soVrkFKEkv .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-soVrkFKEkv .mbr-text {
  color: #8d97ad;
}
.cid-soVrkFKEkv .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-soVrkFKEkv .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-soVrkFKEkv .card-title {
    text-align: center;
  }
  .cid-soVrkFKEkv p.mbr-text,
  .cid-soVrkFKEkv p.date {
    text-align: center;
  }
}
.cid-soVrkFKEkv .mbr-text,
.cid-soVrkFKEkv .mbr-section-btn {
  color: #261c71;
}
.cid-soVywwfO4S {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/halle-1-1-2000x1123.jpg");
}
.cid-soVywwfO4S .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #261c71);
}
.cid-soVO75l1wj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/celle-3-2-2000x1123.jpg");
}
.cid-soVO75l1wj .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-soVO75l1wj .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-soVO75l1wj .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-soVO75l1wj .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-soVO75l1wj .mbr-text {
  color: #8d97ad;
}
.cid-soVO75l1wj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-soVO75l1wj .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-soVO75l1wj .card-title {
    text-align: center;
  }
  .cid-soVO75l1wj p.mbr-text,
  .cid-soVO75l1wj p.date {
    text-align: center;
  }
}
.cid-soVO75l1wj .mbr-text,
.cid-soVO75l1wj .mbr-section-btn {
  color: #261c71;
}
.cid-sqfaz7XE6P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1-1920x1357.jpeg");
}
.cid-sqfaz7XE6P .row-links {
  justify-content: center;
}
.cid-sqfaz7XE6P .social-row {
  justify-content: center;
  padding: 0 1rem;
}
.cid-sqfaz7XE6P .wrapper {
  display: flex;
}
.cid-sqfaz7XE6P .container {
  max-width: 1700px;
}
.cid-sqfaz7XE6P img {
  width: 75px;
  margin: auto;
  padding: 0 0.5rem;
}
.cid-sqfaz7XE6P .row-copirayt {
  min-width: 300px;
}
.cid-sqfaz7XE6P .foot-menu-item {
  word-wrap: unset;
  word-break: unset;
  white-space: nowrap;
}
.cid-sqfaz7XE6P .line {
  width: 100%;
  height: 50px;
  position: relative;
}
.cid-sqfaz7XE6P .line:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #00387b;
  content: "";
}
.cid-sqfaz7XE6P .row-links,
.cid-sqfaz7XE6P .wrapper {
  min-width: fit-content;
  padding: 0 0.5rem;
}
.cid-sqfaz7XE6P .foot-menu {
  width: fit-content;
}
.cid-sqfaz7XE6P .media-container-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu li {
  padding: 0 1rem;
}
.cid-sqfaz7XE6P .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqfaz7XE6P .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.cid-sqfaz7XE6P .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #00387b;
  transition: all 0.3s;
}
.cid-sqfaz7XE6P .media-container-row .social-list .mbr-iconfont-social:hover {
  color: #261c71;
}
.cid-sqfaz7XE6P .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqfaz7XE6P .media-container-row .social-list a {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sqfaz7XE6P .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqfaz7XE6P .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-sqfaz7XE6P .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sqfaz7XE6P .media-container-row {
    justify-content: center;
  }
  .cid-sqfaz7XE6P .media-container-row .mbr-text {
    text-align: center;
  }
  .cid-sqfaz7XE6P .media-container-row .wrapper {
    flex-direction: column;
  }
  .cid-sqfaz7XE6P .media-container-row .foot-menu {
    margin: auto;
    padding-bottom: 1rem;
  }
}
.cid-sqfaz7XE6P .media-container-row .mbr-text {
  color: #261c71;
}
