@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #cadde6 !important;
}
.bg-success {
  background-color: #cadde6 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #e1201d !important;
}
.bg-danger {
  background-color: #0f1d64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cadde6 !important;
  border-color: #cadde6 !important;
  color: #396478 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #396478 !important;
  background-color: #96bccd !important;
  border-color: #96bccd !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #396478 !important;
  background-color: #96bccd !important;
  border-color: #96bccd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #cadde6 !important;
  border-color: #cadde6 !important;
  color: #396478 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #396478 !important;
  background-color: #96bccd !important;
  border-color: #96bccd !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #396478 !important;
  background-color: #96bccd !important;
  border-color: #96bccd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0f1d64 !important;
  border-color: #0f1d64 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #050a21 !important;
  border-color: #050a21 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #050a21 !important;
  border-color: #050a21 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #85b1c5;
  color: #85b1c5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #396478;
  background-color: #cadde6;
  border-color: #cadde6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #396478 !important;
  background-color: #cadde6 !important;
  border-color: #cadde6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #85b1c5;
  color: #85b1c5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #396478;
  background-color: #cadde6;
  border-color: #cadde6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #396478 !important;
  background-color: #cadde6 !important;
  border-color: #cadde6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #02030b;
  color: #02030b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0f1d64;
  border-color: #0f1d64;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0f1d64 !important;
  border-color: #0f1d64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #cadde6 !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #cadde6 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #e1201d !important;
}
.text-danger {
  color: #0f1d64 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #85b1c5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #85b1c5 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #871311 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0f1d64 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #e1201d;
}
.alert-danger {
  background-color: #0f1d64;
}
.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: #cadde6;
  border-color: #cadde6;
  color: #41728a;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cadde6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #203dd3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #cadde6;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cadde6;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cadde6;
  border-bottom-color: #cadde6;
}
.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: #cadde6 !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: #7e7e7e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23cadde6' %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;
}
hr {
  border: none;
  background-color: #0f1d64;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #0f1d64;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #0f1d64;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #0f1d64;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #0f1d64 !important;
}
.btn-danger:hover {
  color: #0f1d64 !important;
}
.btn-warning:hover {
  color: #e1201d !important;
}
.btn-success:hover {
  color: #cadde6 !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #cadde6 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #0f1d64 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #0f1d64;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #cadde6 !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #cadde6 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-danger-outline:hover::before {
  background-color: #0f1d64 !important;
}
.cid-s88fAf8P75 .dropdown-menu {
  padding: 12px 0;
}
.cid-s88fAf8P75 .dropdown-item:hover,
.cid-s88fAf8P75 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-s88fAf8P75 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-s88fAf8P75 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s88fAf8P75 .nav-link {
  position: relative;
}
.cid-s88fAf8P75 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-s88fAf8P75 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-s88fAf8P75 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-s88fAf8P75 .dropdown-menu,
.cid-s88fAf8P75 .navbar.opened {
  background: #ffffff !important;
}
.cid-s88fAf8P75 .nav-item:focus,
.cid-s88fAf8P75 .nav-link:focus {
  outline: none;
}
.cid-s88fAf8P75 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-s88fAf8P75 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-s88fAf8P75 .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-s88fAf8P75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s88fAf8P75 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s88fAf8P75 .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-s88fAf8P75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s88fAf8P75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s88fAf8P75 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s88fAf8P75 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-s88fAf8P75 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-s88fAf8P75 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-s88fAf8P75 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-s88fAf8P75 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-s88fAf8P75 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-s88fAf8P75 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-s88fAf8P75 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-s88fAf8P75 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-s88fAf8P75 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s88fAf8P75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s88fAf8P75 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-s88fAf8P75 .navbar.collapsed.opened {
  position: fixed;
}
.cid-s88fAf8P75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-s88fAf8P75 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-s88fAf8P75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s88fAf8P75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-s88fAf8P75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-s88fAf8P75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s88fAf8P75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-s88fAf8P75 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-s88fAf8P75 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s88fAf8P75 .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s88fAf8P75 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-s88fAf8P75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-s88fAf8P75 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s88fAf8P75 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-s88fAf8P75 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s88fAf8P75 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s88fAf8P75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s88fAf8P75 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s88fAf8P75 .dropdown-item.active,
.cid-s88fAf8P75 .dropdown-item:active {
  background-color: transparent;
}
.cid-s88fAf8P75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s88fAf8P75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s88fAf8P75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s88fAf8P75 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s88fAf8P75 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s88fAf8P75 .navbar-buttons {
  text-align: center;
}
.cid-s88fAf8P75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s88fAf8P75 .navbar-dropdown {
  position: fixed;
}
.cid-s88fAf8P75 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s88fAf8P75 .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s88fAf8P75 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-s88fAf8P75 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s88fAf8P75 .navbar {
    height: 77px;
  }
  .cid-s88fAf8P75 .navbar.opened {
    height: auto;
  }
  .cid-s88fAf8P75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRBKNNng2r {
  padding-top: 210px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-rRBKNNng2r .mbr-iconfont {
  color: #ffffff;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-rRBKNNng2r .card-inner {
  background-color: #272727;
  transition: 0.7s;
  z-index: 10;
}
.cid-rRBKNNng2r .btn {
  margin-left: 0rem;
}
.cid-rRBKNNng2r .row {
  padding-bottom: 4rem;
}
.cid-rRBKNNng2r .link {
  margin: 0;
}
.cid-rRBKNNng2r .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-rRBKNNng2r .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #0f1d64;
  transition: 0.7s;
}
.cid-rRBKNNng2r .card-img {
  margin-bottom: 3.2rem;
}
.cid-rRBKNNng2r .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBKNNng2r .card:hover .card-inner {
  background-color: #0f1d64;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-rRBKNNng2r .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRBKNNng2r .card:hover .card-title:after {
  background: #fff;
}
.cid-rRBKNNng2r .media-container-row {
  align-items: flex-end;
}
.cid-rRBKNNng2r .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rRBKNNng2r .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-rRBKNNng2r .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBKNNng2r .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rRBKNNng2r .card {
    margin-bottom: 2rem;
  }
  .cid-rRBKNNng2r .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBKNNng2r .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rRBKNNng2r .card {
  position: relative;
}
.cid-rRBKNNng2r .card-3::after {
  content: "";
  background-color: #0f1d64;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-rRBKNNng2r .card:first-child .card-inner {
  background-color: #0f1d64;
}
.cid-rRBKNNng2r .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-rRBKNNng2r .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-rRBKNNng2r .block-title,
.cid-rRBKNNng2r .mbr-section-title,
.cid-rRBKNNng2r .line,
.cid-rRBKNNng2r .mbr-section-btn {
  text-align: center;
}
.cid-rRBKNNng2r .mbr-maintext,
.cid-rRBKNNng2r .mbr-section-btn {
  text-align: center;
}
.cid-rRBKNNng2r .card-title,
.cid-rRBKNNng2r .card-img {
  text-align: center;
}
.cid-rRBKNNng2r .mbr-text,
.cid-rRBKNNng2r .link {
  text-align: center;
}
.cid-s457e8GHVM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s457e8GHVM h1 {
  margin-bottom: 0.2rem;
}
.cid-s457e8GHVM .container-fluid {
  padding: 0;
}
.cid-s457e8GHVM img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-s457e8GHVM .mbr-figure {
  height: 100%;
}
.cid-s457e8GHVM .col-lg-6 {
  padding: 0;
}
.cid-s457e8GHVM .mbr-text {
  color: #747474;
}
.cid-s457e8GHVM hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-s457e8GHVM .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-s457e8GHVM .mbr-section-subtitle-1 {
  color: #0f1d64;
  text-align: center;
}
.cid-s457e8GHVM .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-s457e8GHVM .mbr-figure::after {
  content: "";
  background-color: #0f1d64;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-s457e8GHVM .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-s457e8GHVM .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-s457e8GHVM .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-s457e8GHVM .left-block {
    margin-top: 4.5rem;
  }
}
.cid-s457e8GHVM .btn {
  color: #101010 !important;
}
.cid-s457e8GHVM .btn:hover {
  color: #ffffff !important;
}
.cid-s457e8GHVM .media-content,
.cid-s457e8GHVM .mbr-section-title,
.cid-s457e8GHVM .line-title {
  text-align: center;
}
.cid-s457e8GHVM .mbr-text,
.cid-s457e8GHVM .mbr-section-btn {
  text-align: center;
  color: #777777;
}
.cid-s88jYSwVn9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-s88jYSwVn9 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s88jYSwVn9 .container-fluid {
  padding: 0;
}
.cid-s88jYSwVn9 img {
  width: 100%;
}
.cid-s88jYSwVn9 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 1400px) {
  .cid-s88jYSwVn9 .content {
    padding: 3rem;
  }
}
.cid-s88jYSwVn9 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-s88jYSwVn9 .img-col {
  padding: 0;
  margin: auto;
}
.cid-s88jYSwVn9 .mbr-section-title {
  color: #0f1d64;
}
.cid-s88jYSwVn9 .mbr-text,
.cid-s88jYSwVn9 .mbr-section-btn {
  color: #000000;
}
.cid-s88m1XqpoJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s88m1XqpoJ .mbr-text,
.cid-s88m1XqpoJ .mbr-section-subtitle {
  color: #767676;
}
.cid-s88m1XqpoJ .card-title {
  color: #66458e;
}
.cid-s88m1XqpoJ .card .card-img span {
  color: #e1201d;
  font-size: 60px;
  background: linear-gradient(45deg, #e1201d, #892322);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s88m1XqpoJ .mbr-section-subtitle,
  .cid-s88m1XqpoJ .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s88m1XqpoJ .card .card-img span {
    background: none;
  }
}
.cid-s88m1XqpoJ .card-title,
.cid-s88m1XqpoJ .card-img {
  color: #000000;
}
.cid-s88m1XqpoJ .mbr-section-title {
  color: #0f1d64;
}
.cid-s88m1XqpoJ .mbr-section-subtitle {
  color: #777777;
}
.cid-s45o2TG9RL {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-s45o2TG9RL .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s45o2TG9RL .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-s45o2TG9RL .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-s45o2TG9RL .form-group {
  margin-bottom: 1rem;
}
.cid-s45o2TG9RL .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s45o2TG9RL textarea.form-control {
  min-height: 96px;
}
.cid-s45o2TG9RL .input-group-btn {
  width: 100%;
}
.cid-s45o2TG9RL .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-s45o2TG9RL .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-s45o2TG9RL .form1 {
    padding: 1.5rem;
  }
}
.cid-s45o2TG9RL LABEL {
  color: #333333;
}
.cid-s45o2TG9RL .form-subtitle {
  color: #111326;
  text-align: center;
}
.cid-s45o2TG9RL .form-title {
  text-align: center;
}
.cid-s45rMGa2lK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f1d64;
}
@media (min-width: 1500px) {
  .cid-s45rMGa2lK .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-s45rMGa2lK .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s45rMGa2lK p {
  color: #ffffff;
}
.cid-s45rMGa2lK .mbr-text {
  text-align: center;
}
.cid-s45rY6BrMA {
  padding-top: 300px;
  padding-bottom: 225px;
  background-color: #101010;
}
.cid-s45rY6BrMA .mbr-iconfont {
  color: #f9cd2a;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-s45rY6BrMA .card-inner {
  background-color: #1f2732;
  transition: 0.7s;
  z-index: 10;
}
.cid-s45rY6BrMA .btn {
  margin-left: 0rem;
}
.cid-s45rY6BrMA .row {
  padding-bottom: 8rem;
}
.cid-s45rY6BrMA .link {
  margin: 0;
}
.cid-s45rY6BrMA .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-s45rY6BrMA .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #0f1d64;
  transition: 0.7s;
}
.cid-s45rY6BrMA .card-img {
  margin-bottom: 3.2rem;
}
.cid-s45rY6BrMA .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s45rY6BrMA .card:hover .card-inner {
  background-color: #0f1d64;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-s45rY6BrMA .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s45rY6BrMA .card:hover .card-title:after {
  background: #fff;
}
.cid-s45rY6BrMA .media-container-row {
  align-items: flex-end;
}
.cid-s45rY6BrMA .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s45rY6BrMA .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-s45rY6BrMA .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s45rY6BrMA .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s45rY6BrMA .card {
    margin-bottom: 2rem;
  }
  .cid-s45rY6BrMA .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-s45rY6BrMA .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s45rY6BrMA .card {
  position: relative;
}
.cid-s45rY6BrMA .card-3::after {
  content: "";
  background-color: #0f1d64;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-s45rY6BrMA .card:first-child .card-inner {
  background-color: #0f1d64;
}
.cid-s45rY6BrMA .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-s45rY6BrMA .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-s45rY6BrMA .block-title,
.cid-s45rY6BrMA .mbr-section-title,
.cid-s45rY6BrMA .line,
.cid-s45rY6BrMA .mbr-section-btn {
  text-align: center;
}
.cid-s45rY6BrMA .mbr-maintext,
.cid-s45rY6BrMA .mbr-section-btn {
  text-align: center;
}
.cid-s45rYf45o7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f1d64;
}
@media (min-width: 1500px) {
  .cid-s45rYf45o7 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-s45rYf45o7 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s45rYf45o7 p {
  color: #ffffff;
}
.cid-s45rYf45o7 .mbr-text {
  text-align: center;
}
.cid-s88fAf8P75 .dropdown-menu {
  padding: 12px 0;
}
.cid-s88fAf8P75 .dropdown-item:hover,
.cid-s88fAf8P75 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-s88fAf8P75 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-s88fAf8P75 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s88fAf8P75 .nav-link {
  position: relative;
}
.cid-s88fAf8P75 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-s88fAf8P75 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-s88fAf8P75 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-s88fAf8P75 .dropdown-menu,
.cid-s88fAf8P75 .navbar.opened {
  background: #ffffff !important;
}
.cid-s88fAf8P75 .nav-item:focus,
.cid-s88fAf8P75 .nav-link:focus {
  outline: none;
}
.cid-s88fAf8P75 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-s88fAf8P75 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-s88fAf8P75 .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-s88fAf8P75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s88fAf8P75 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s88fAf8P75 .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-s88fAf8P75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s88fAf8P75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s88fAf8P75 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s88fAf8P75 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-s88fAf8P75 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-s88fAf8P75 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-s88fAf8P75 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-s88fAf8P75 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-s88fAf8P75 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-s88fAf8P75 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-s88fAf8P75 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-s88fAf8P75 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-s88fAf8P75 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s88fAf8P75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s88fAf8P75 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-s88fAf8P75 .navbar.collapsed.opened {
  position: fixed;
}
.cid-s88fAf8P75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-s88fAf8P75 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-s88fAf8P75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s88fAf8P75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-s88fAf8P75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-s88fAf8P75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s88fAf8P75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-s88fAf8P75 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-s88fAf8P75 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s88fAf8P75 .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s88fAf8P75 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-s88fAf8P75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-s88fAf8P75 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s88fAf8P75 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-s88fAf8P75 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s88fAf8P75 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s88fAf8P75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s88fAf8P75 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s88fAf8P75 .dropdown-item.active,
.cid-s88fAf8P75 .dropdown-item:active {
  background-color: transparent;
}
.cid-s88fAf8P75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s88fAf8P75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s88fAf8P75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s88fAf8P75 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s88fAf8P75 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s88fAf8P75 .navbar-buttons {
  text-align: center;
}
.cid-s88fAf8P75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s88fAf8P75 .navbar-dropdown {
  position: fixed;
}
.cid-s88fAf8P75 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s88fAf8P75 .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s88fAf8P75 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-s88fAf8P75 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s88fAf8P75 .navbar {
    height: 77px;
  }
  .cid-s88fAf8P75 .navbar.opened {
    height: auto;
  }
  .cid-s88fAf8P75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s45sUAqZNI {
  padding-top: 300px;
  padding-bottom: 225px;
  background-color: #101010;
}
.cid-s45sUAqZNI .mbr-iconfont {
  color: #f9cd2a;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-s45sUAqZNI .card-inner {
  background-color: #1f2732;
  transition: 0.7s;
  z-index: 10;
}
.cid-s45sUAqZNI .btn {
  margin-left: 0rem;
}
.cid-s45sUAqZNI .row {
  padding-bottom: 8rem;
}
.cid-s45sUAqZNI .link {
  margin: 0;
}
.cid-s45sUAqZNI .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-s45sUAqZNI .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #0f1d64;
  transition: 0.7s;
}
.cid-s45sUAqZNI .card-img {
  margin-bottom: 3.2rem;
}
.cid-s45sUAqZNI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s45sUAqZNI .card:hover .card-inner {
  background-color: #0f1d64;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-s45sUAqZNI .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s45sUAqZNI .card:hover .card-title:after {
  background: #fff;
}
.cid-s45sUAqZNI .media-container-row {
  align-items: flex-end;
}
.cid-s45sUAqZNI .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s45sUAqZNI .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-s45sUAqZNI .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s45sUAqZNI .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s45sUAqZNI .card {
    margin-bottom: 2rem;
  }
  .cid-s45sUAqZNI .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-s45sUAqZNI .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s45sUAqZNI .card {
  position: relative;
}
.cid-s45sUAqZNI .card-3::after {
  content: "";
  background-color: #0f1d64;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-s45sUAqZNI .card:first-child .card-inner {
  background-color: #0f1d64;
}
.cid-s45sUAqZNI .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-s45sUAqZNI .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-s45sUAqZNI .block-title,
.cid-s45sUAqZNI .mbr-section-title,
.cid-s45sUAqZNI .line,
.cid-s45sUAqZNI .mbr-section-btn {
  text-align: center;
}
.cid-s45sUAqZNI .mbr-maintext,
.cid-s45sUAqZNI .mbr-section-btn {
  text-align: center;
}
.cid-s45sUASjBE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f1d64;
}
@media (min-width: 1500px) {
  .cid-s45sUASjBE .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-s45sUASjBE .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s45sUASjBE p {
  color: #ffffff;
}
.cid-s45sUASjBE .mbr-text {
  text-align: center;
}
.cid-s88fAf8P75 .dropdown-menu {
  padding: 12px 0;
}
.cid-s88fAf8P75 .dropdown-item:hover,
.cid-s88fAf8P75 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-s88fAf8P75 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-s88fAf8P75 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s88fAf8P75 .nav-link {
  position: relative;
}
.cid-s88fAf8P75 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-s88fAf8P75 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-s88fAf8P75 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-s88fAf8P75 .dropdown-menu,
.cid-s88fAf8P75 .navbar.opened {
  background: #ffffff !important;
}
.cid-s88fAf8P75 .nav-item:focus,
.cid-s88fAf8P75 .nav-link:focus {
  outline: none;
}
.cid-s88fAf8P75 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-s88fAf8P75 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-s88fAf8P75 .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-s88fAf8P75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s88fAf8P75 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s88fAf8P75 .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-s88fAf8P75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s88fAf8P75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s88fAf8P75 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s88fAf8P75 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-s88fAf8P75 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-s88fAf8P75 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-s88fAf8P75 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-s88fAf8P75 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-s88fAf8P75 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-s88fAf8P75 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-s88fAf8P75 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-s88fAf8P75 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-s88fAf8P75 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s88fAf8P75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s88fAf8P75 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-s88fAf8P75 .navbar.collapsed.opened {
  position: fixed;
}
.cid-s88fAf8P75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-s88fAf8P75 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-s88fAf8P75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s88fAf8P75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-s88fAf8P75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-s88fAf8P75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s88fAf8P75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-s88fAf8P75 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-s88fAf8P75 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s88fAf8P75 .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s88fAf8P75 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-s88fAf8P75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-s88fAf8P75 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s88fAf8P75 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-s88fAf8P75 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s88fAf8P75 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s88fAf8P75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s88fAf8P75 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s88fAf8P75 .dropdown-item.active,
.cid-s88fAf8P75 .dropdown-item:active {
  background-color: transparent;
}
.cid-s88fAf8P75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s88fAf8P75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s88fAf8P75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s88fAf8P75 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s88fAf8P75 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s88fAf8P75 .navbar-buttons {
  text-align: center;
}
.cid-s88fAf8P75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s88fAf8P75 .navbar-dropdown {
  position: fixed;
}
.cid-s88fAf8P75 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s88fAf8P75 .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s88fAf8P75 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-s88fAf8P75 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s88fAf8P75 .navbar {
    height: 77px;
  }
  .cid-s88fAf8P75 .navbar.opened {
    height: auto;
  }
  .cid-s88fAf8P75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s45t2zeFtR {
  padding-top: 300px;
  padding-bottom: 225px;
  background-color: #101010;
}
.cid-s45t2zeFtR .mbr-iconfont {
  color: #f9cd2a;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-s45t2zeFtR .card-inner {
  background-color: #1f2732;
  transition: 0.7s;
  z-index: 10;
}
.cid-s45t2zeFtR .btn {
  margin-left: 0rem;
}
.cid-s45t2zeFtR .row {
  padding-bottom: 8rem;
}
.cid-s45t2zeFtR .link {
  margin: 0;
}
.cid-s45t2zeFtR .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-s45t2zeFtR .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #0f1d64;
  transition: 0.7s;
}
.cid-s45t2zeFtR .card-img {
  margin-bottom: 3.2rem;
}
.cid-s45t2zeFtR .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s45t2zeFtR .card:hover .card-inner {
  background-color: #0f1d64;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-s45t2zeFtR .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s45t2zeFtR .card:hover .card-title:after {
  background: #fff;
}
.cid-s45t2zeFtR .media-container-row {
  align-items: flex-end;
}
.cid-s45t2zeFtR .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s45t2zeFtR .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-s45t2zeFtR .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s45t2zeFtR .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s45t2zeFtR .card {
    margin-bottom: 2rem;
  }
  .cid-s45t2zeFtR .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-s45t2zeFtR .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s45t2zeFtR .card {
  position: relative;
}
.cid-s45t2zeFtR .card-3::after {
  content: "";
  background-color: #0f1d64;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-s45t2zeFtR .card:first-child .card-inner {
  background-color: #0f1d64;
}
.cid-s45t2zeFtR .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-s45t2zeFtR .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-s45t2zeFtR .block-title,
.cid-s45t2zeFtR .mbr-section-title,
.cid-s45t2zeFtR .line,
.cid-s45t2zeFtR .mbr-section-btn {
  text-align: center;
}
.cid-s45t2zeFtR .mbr-maintext,
.cid-s45t2zeFtR .mbr-section-btn {
  text-align: center;
}
.cid-s45t2zC0ux {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f1d64;
}
@media (min-width: 1500px) {
  .cid-s45t2zC0ux .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-s45t2zC0ux .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s45t2zC0ux p {
  color: #ffffff;
}
.cid-s45t2zC0ux .mbr-text {
  text-align: center;
}
.cid-s88fAf8P75 .dropdown-menu {
  padding: 12px 0;
}
.cid-s88fAf8P75 .dropdown-item:hover,
.cid-s88fAf8P75 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-s88fAf8P75 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-s88fAf8P75 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s88fAf8P75 .nav-link {
  position: relative;
}
.cid-s88fAf8P75 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-s88fAf8P75 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-s88fAf8P75 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-s88fAf8P75 .dropdown-menu,
.cid-s88fAf8P75 .navbar.opened {
  background: #ffffff !important;
}
.cid-s88fAf8P75 .nav-item:focus,
.cid-s88fAf8P75 .nav-link:focus {
  outline: none;
}
.cid-s88fAf8P75 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-s88fAf8P75 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-s88fAf8P75 .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-s88fAf8P75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s88fAf8P75 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s88fAf8P75 .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-s88fAf8P75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s88fAf8P75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s88fAf8P75 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s88fAf8P75 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-s88fAf8P75 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-s88fAf8P75 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-s88fAf8P75 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-s88fAf8P75 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-s88fAf8P75 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-s88fAf8P75 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-s88fAf8P75 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-s88fAf8P75 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-s88fAf8P75 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s88fAf8P75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s88fAf8P75 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-s88fAf8P75 .navbar.collapsed.opened {
  position: fixed;
}
.cid-s88fAf8P75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-s88fAf8P75 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-s88fAf8P75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s88fAf8P75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s88fAf8P75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-s88fAf8P75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-s88fAf8P75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s88fAf8P75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-s88fAf8P75 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-s88fAf8P75 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-s88fAf8P75 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s88fAf8P75 .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s88fAf8P75 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-s88fAf8P75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-s88fAf8P75 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s88fAf8P75 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-s88fAf8P75 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s88fAf8P75 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s88fAf8P75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s88fAf8P75 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s88fAf8P75 .dropdown-item.active,
.cid-s88fAf8P75 .dropdown-item:active {
  background-color: transparent;
}
.cid-s88fAf8P75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s88fAf8P75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s88fAf8P75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s88fAf8P75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s88fAf8P75 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s88fAf8P75 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s88fAf8P75 .navbar-buttons {
  text-align: center;
}
.cid-s88fAf8P75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s88fAf8P75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s88fAf8P75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s88fAf8P75 .navbar-dropdown {
  position: fixed;
}
.cid-s88fAf8P75 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s88fAf8P75 .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s88fAf8P75 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-s88fAf8P75 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s88fAf8P75 .navbar {
    height: 77px;
  }
  .cid-s88fAf8P75 .navbar.opened {
    height: auto;
  }
  .cid-s88fAf8P75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFlax3BIZL .dropdown-menu {
  padding: 12px 0;
}
.cid-sFlax3BIZL .dropdown-item:hover,
.cid-sFlax3BIZL .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sFlax3BIZL .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sFlax3BIZL .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sFlax3BIZL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFlax3BIZL .nav-link {
  position: relative;
}
.cid-sFlax3BIZL .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sFlax3BIZL .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFlax3BIZL .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sFlax3BIZL .dropdown-menu,
.cid-sFlax3BIZL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFlax3BIZL .nav-item:focus,
.cid-sFlax3BIZL .nav-link:focus {
  outline: none;
}
.cid-sFlax3BIZL .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sFlax3BIZL .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sFlax3BIZL .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-sFlax3BIZL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFlax3BIZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFlax3BIZL .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-sFlax3BIZL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFlax3BIZL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFlax3BIZL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sFlax3BIZL .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sFlax3BIZL .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sFlax3BIZL .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sFlax3BIZL .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sFlax3BIZL .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sFlax3BIZL .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sFlax3BIZL .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sFlax3BIZL .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sFlax3BIZL .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sFlax3BIZL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sFlax3BIZL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFlax3BIZL .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sFlax3BIZL .navbar.collapsed.opened {
  position: fixed;
}
.cid-sFlax3BIZL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sFlax3BIZL .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sFlax3BIZL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-sFlax3BIZL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFlax3BIZL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFlax3BIZL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFlax3BIZL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFlax3BIZL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFlax3BIZL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFlax3BIZL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFlax3BIZL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFlax3BIZL .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sFlax3BIZL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFlax3BIZL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFlax3BIZL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sFlax3BIZL .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sFlax3BIZL .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-sFlax3BIZL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFlax3BIZL .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFlax3BIZL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sFlax3BIZL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFlax3BIZL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sFlax3BIZL .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-sFlax3BIZL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFlax3BIZL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFlax3BIZL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFlax3BIZL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFlax3BIZL .dropdown-item.active,
.cid-sFlax3BIZL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFlax3BIZL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFlax3BIZL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFlax3BIZL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFlax3BIZL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFlax3BIZL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFlax3BIZL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFlax3BIZL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFlax3BIZL .navbar-buttons {
  text-align: center;
}
.cid-sFlax3BIZL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFlax3BIZL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFlax3BIZL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFlax3BIZL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFlax3BIZL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFlax3BIZL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFlax3BIZL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFlax3BIZL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFlax3BIZL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFlax3BIZL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFlax3BIZL .navbar-dropdown {
  position: fixed;
}
.cid-sFlax3BIZL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFlax3BIZL .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sFlax3BIZL .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sFlax3BIZL .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFlax3BIZL .navbar {
    height: 77px;
  }
  .cid-sFlax3BIZL .navbar.opened {
    height: auto;
  }
  .cid-sFlax3BIZL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFlax4zFl5 {
  padding-top: 210px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sFlax4zFl5 .mbr-iconfont {
  color: #ffffff;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-sFlax4zFl5 .card-inner {
  background-color: #272727;
  transition: 0.7s;
  z-index: 10;
}
.cid-sFlax4zFl5 .btn {
  margin-left: 0rem;
}
.cid-sFlax4zFl5 .row {
  padding-bottom: 4rem;
}
.cid-sFlax4zFl5 .link {
  margin: 0;
}
.cid-sFlax4zFl5 .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-sFlax4zFl5 .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #0f1d64;
  transition: 0.7s;
}
.cid-sFlax4zFl5 .card-img {
  margin-bottom: 3.2rem;
}
.cid-sFlax4zFl5 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sFlax4zFl5 .card:hover .card-inner {
  background-color: #0f1d64;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-sFlax4zFl5 .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sFlax4zFl5 .card:hover .card-title:after {
  background: #fff;
}
.cid-sFlax4zFl5 .media-container-row {
  align-items: flex-end;
}
.cid-sFlax4zFl5 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFlax4zFl5 .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-sFlax4zFl5 .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sFlax4zFl5 .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sFlax4zFl5 .card {
    margin-bottom: 2rem;
  }
  .cid-sFlax4zFl5 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFlax4zFl5 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sFlax4zFl5 .card {
  position: relative;
}
.cid-sFlax4zFl5 .card-3::after {
  content: "";
  background-color: #0f1d64;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-sFlax4zFl5 .card:first-child .card-inner {
  background-color: #0f1d64;
}
.cid-sFlax4zFl5 .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-sFlax4zFl5 .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-sFlax4zFl5 .block-title,
.cid-sFlax4zFl5 .mbr-section-title,
.cid-sFlax4zFl5 .line,
.cid-sFlax4zFl5 .mbr-section-btn {
  text-align: center;
}
.cid-sFlax4zFl5 .mbr-maintext,
.cid-sFlax4zFl5 .mbr-section-btn {
  text-align: center;
}
.cid-sFlax4zFl5 .card-title,
.cid-sFlax4zFl5 .card-img {
  text-align: center;
}
.cid-sFlax4zFl5 .mbr-text,
.cid-sFlax4zFl5 .link {
  text-align: center;
}
.cid-sFlax5u5Y2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFlax5u5Y2 h1 {
  margin-bottom: 0.2rem;
}
.cid-sFlax5u5Y2 .container-fluid {
  padding: 0;
}
.cid-sFlax5u5Y2 img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-sFlax5u5Y2 .mbr-figure {
  height: 100%;
}
.cid-sFlax5u5Y2 .col-lg-6 {
  padding: 0;
}
.cid-sFlax5u5Y2 .mbr-text {
  color: #747474;
}
.cid-sFlax5u5Y2 hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-sFlax5u5Y2 .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-sFlax5u5Y2 .mbr-section-subtitle-1 {
  color: #0f1d64;
  text-align: center;
}
.cid-sFlax5u5Y2 .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-sFlax5u5Y2 .mbr-figure::after {
  content: "";
  background-color: #0f1d64;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-sFlax5u5Y2 .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-sFlax5u5Y2 .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-sFlax5u5Y2 .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sFlax5u5Y2 .left-block {
    margin-top: 4.5rem;
  }
}
.cid-sFlax5u5Y2 .btn {
  color: #101010 !important;
}
.cid-sFlax5u5Y2 .btn:hover {
  color: #ffffff !important;
}
.cid-sFlax5u5Y2 .media-content,
.cid-sFlax5u5Y2 .mbr-section-title,
.cid-sFlax5u5Y2 .line-title {
  text-align: center;
}
.cid-sFlax5u5Y2 .mbr-text,
.cid-sFlax5u5Y2 .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-sFlf4N8C2Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sFlf4N8C2Q h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sFlf4N8C2Q .container {
    position: relative;
  }
  .cid-sFlf4N8C2Q .row {
    margin: 0;
  }
  .cid-sFlf4N8C2Q h2 {
    margin: 0;
  }
}
.cid-sFlf4N8C2Q .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sFlf4N8C2Q .mbr-text {
  margin-top: 1.4rem;
}
.cid-sFleWJRay3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sFleWJRay3 .mbr-text {
  color: #767676;
}
.cid-sFleWJRay3 .mbr-iconfont {
  color: #c90019;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-sFleWJRay3 .link {
  margin: 0;
}
.cid-sFleWJRay3 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sFleWJRay3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sFleWJRay3 .card {
    margin-bottom: 3rem;
  }
}
.cid-sFleWJRay3 .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFleWJRay3 .row {
    padding: 0 1rem;
  }
}
.cid-sFleWJRay3 .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(201, 0, 25, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-sFleWJRay3 .card-title {
  transition: 0.3s;
}
.cid-sFleWJRay3 .card:hover .card-inner {
  border-bottom: 3px solid #c90019;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-sFleWJRay3 .card:hover .card-title {
  color: #0f1d64;
}
.cid-sFleWJRay3 .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-sFleWJRay3 .row {
    margin: 0;
  }
}
.cid-sFlfMdJWMz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8ff;
}
.cid-sFlfMdJWMz .row-main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sFlfMdJWMz .card {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0.5rem;
}
.cid-sFlfMdJWMz .container-fluid {
  padding: 0;
  overflow: hidden;
}
.cid-sFlfMdJWMz .img {
  margin: auto;
}
.cid-sFlfMdJWMz .card-box {
  width: 100%;
}
.cid-sFlfMdJWMz p {
  line-height: 1.5;
  margin: 0;
}
.cid-sFlfMdJWMz .box {
  padding: 3rem 13rem;
  margin: auto;
}
.cid-sFlfMdJWMz .card-img {
  padding: 0rem;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sFlfMdJWMz .card-img span {
  color: #232323;
  font-size: 3.6rem;
}
.cid-sFlfMdJWMz img {
  width: 100%;
}
.cid-sFlfMdJWMz .mbr-text {
  color: #767676;
}
@media (max-width: 1500px) {
  .cid-sFlfMdJWMz .box {
    padding: 3rem 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFlfMdJWMz .box {
    padding: 2rem 6rem;
  }
}
@media (max-width: 576px) {
  .cid-sFlfMdJWMz .box {
    padding: 2rem 3rem;
  }
}
.cid-sFlfMdJWMz .card-title,
.cid-sFlfMdJWMz .card-img {
  color: #892322;
  text-align: left;
}
.cid-sFlfMdJWMz .mbr-section-title {
  text-align: center;
}
.cid-sFlfMdJWMz .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sFlfMdJWMz .mbr-section-title,
.cid-sFlfMdJWMz .line-wrap {
  text-align: center;
  width: 100%;
  color: #000000;
}
.cid-sFlfMdJWMz .mbr-text,
.cid-sFlfMdJWMz .line-wrap2 {
  text-align: left;
  color: #000000;
}
.cid-sFlax6zzMQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sFlax6zzMQ .mbr-text,
.cid-sFlax6zzMQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sFlax6zzMQ .card-title {
  color: #66458e;
}
.cid-sFlax6zzMQ .card .card-img span {
  color: #e1201d;
  font-size: 60px;
  background: linear-gradient(45deg, #e1201d, #892322);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sFlax6zzMQ .mbr-section-subtitle,
  .cid-sFlax6zzMQ .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFlax6zzMQ .card .card-img span {
    background: none;
  }
}
.cid-sFlax6zzMQ .card-title,
.cid-sFlax6zzMQ .card-img {
  color: #000000;
}
.cid-sFlax6zzMQ .mbr-section-title {
  color: #0f1d64;
}
.cid-sFlax6zzMQ .mbr-section-subtitle {
  color: #777777;
}
.cid-sFlax7lb9n {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sFlax7lb9n .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sFlax7lb9n .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-sFlax7lb9n .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-sFlax7lb9n .form-group {
  margin-bottom: 1rem;
}
.cid-sFlax7lb9n .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sFlax7lb9n textarea.form-control {
  min-height: 96px;
}
.cid-sFlax7lb9n .input-group-btn {
  width: 100%;
}
.cid-sFlax7lb9n .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sFlax7lb9n .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-sFlax7lb9n .form1 {
    padding: 1.5rem;
  }
}
.cid-sFlax7lb9n LABEL {
  color: #333333;
}
.cid-sFlax7lb9n .form-subtitle {
  color: #111326;
  text-align: center;
}
.cid-sFlax7lb9n .form-title {
  text-align: center;
}
.cid-sFlax7YmlP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f1d64;
}
@media (min-width: 1500px) {
  .cid-sFlax7YmlP .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sFlax7YmlP .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sFlax7YmlP p {
  color: #ffffff;
}
.cid-sFlax7YmlP .mbr-text {
  text-align: center;
}
.cid-sFlgW0VASr .dropdown-menu {
  padding: 12px 0;
}
.cid-sFlgW0VASr .dropdown-item:hover,
.cid-sFlgW0VASr .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sFlgW0VASr .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sFlgW0VASr .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sFlgW0VASr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFlgW0VASr .nav-link {
  position: relative;
}
.cid-sFlgW0VASr .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sFlgW0VASr .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFlgW0VASr .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sFlgW0VASr .dropdown-menu,
.cid-sFlgW0VASr .navbar.opened {
  background: #ffffff !important;
}
.cid-sFlgW0VASr .nav-item:focus,
.cid-sFlgW0VASr .nav-link:focus {
  outline: none;
}
.cid-sFlgW0VASr .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sFlgW0VASr .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sFlgW0VASr .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-sFlgW0VASr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFlgW0VASr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFlgW0VASr .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-sFlgW0VASr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFlgW0VASr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFlgW0VASr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sFlgW0VASr .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sFlgW0VASr .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sFlgW0VASr .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sFlgW0VASr .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sFlgW0VASr .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sFlgW0VASr .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sFlgW0VASr .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sFlgW0VASr .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sFlgW0VASr .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sFlgW0VASr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sFlgW0VASr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFlgW0VASr .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sFlgW0VASr .navbar.collapsed.opened {
  position: fixed;
}
.cid-sFlgW0VASr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sFlgW0VASr .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sFlgW0VASr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-sFlgW0VASr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFlgW0VASr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFlgW0VASr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFlgW0VASr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFlgW0VASr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFlgW0VASr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFlgW0VASr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFlgW0VASr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFlgW0VASr .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sFlgW0VASr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFlgW0VASr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFlgW0VASr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sFlgW0VASr .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sFlgW0VASr .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-sFlgW0VASr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFlgW0VASr .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFlgW0VASr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sFlgW0VASr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFlgW0VASr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sFlgW0VASr .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-sFlgW0VASr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFlgW0VASr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFlgW0VASr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFlgW0VASr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFlgW0VASr .dropdown-item.active,
.cid-sFlgW0VASr .dropdown-item:active {
  background-color: transparent;
}
.cid-sFlgW0VASr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFlgW0VASr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFlgW0VASr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFlgW0VASr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFlgW0VASr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFlgW0VASr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFlgW0VASr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFlgW0VASr .navbar-buttons {
  text-align: center;
}
.cid-sFlgW0VASr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFlgW0VASr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFlgW0VASr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFlgW0VASr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFlgW0VASr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFlgW0VASr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFlgW0VASr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFlgW0VASr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFlgW0VASr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFlgW0VASr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFlgW0VASr .navbar-dropdown {
  position: fixed;
}
.cid-sFlgW0VASr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFlgW0VASr .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sFlgW0VASr .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sFlgW0VASr .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFlgW0VASr .navbar {
    height: 77px;
  }
  .cid-sFlgW0VASr .navbar.opened {
    height: auto;
  }
  .cid-sFlgW0VASr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFlgW1QCZM {
  padding-top: 210px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sFlgW1QCZM .mbr-iconfont {
  color: #ffffff;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-sFlgW1QCZM .card-inner {
  background-color: #272727;
  transition: 0.7s;
  z-index: 10;
}
.cid-sFlgW1QCZM .btn {
  margin-left: 0rem;
}
.cid-sFlgW1QCZM .row {
  padding-bottom: 4rem;
}
.cid-sFlgW1QCZM .link {
  margin: 0;
}
.cid-sFlgW1QCZM .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-sFlgW1QCZM .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #0f1d64;
  transition: 0.7s;
}
.cid-sFlgW1QCZM .card-img {
  margin-bottom: 3.2rem;
}
.cid-sFlgW1QCZM .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sFlgW1QCZM .card:hover .card-inner {
  background-color: #0f1d64;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-sFlgW1QCZM .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sFlgW1QCZM .card:hover .card-title:after {
  background: #fff;
}
.cid-sFlgW1QCZM .media-container-row {
  align-items: flex-end;
}
.cid-sFlgW1QCZM .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFlgW1QCZM .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-sFlgW1QCZM .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sFlgW1QCZM .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sFlgW1QCZM .card {
    margin-bottom: 2rem;
  }
  .cid-sFlgW1QCZM .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFlgW1QCZM .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sFlgW1QCZM .card {
  position: relative;
}
.cid-sFlgW1QCZM .card-3::after {
  content: "";
  background-color: #0f1d64;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-sFlgW1QCZM .card:first-child .card-inner {
  background-color: #0f1d64;
}
.cid-sFlgW1QCZM .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-sFlgW1QCZM .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-sFlgW1QCZM .block-title,
.cid-sFlgW1QCZM .mbr-section-title,
.cid-sFlgW1QCZM .line,
.cid-sFlgW1QCZM .mbr-section-btn {
  text-align: center;
}
.cid-sFlgW1QCZM .mbr-maintext,
.cid-sFlgW1QCZM .mbr-section-btn {
  text-align: center;
}
.cid-sFlgW1QCZM .card-title,
.cid-sFlgW1QCZM .card-img {
  text-align: center;
}
.cid-sFlgW1QCZM .mbr-text,
.cid-sFlgW1QCZM .link {
  text-align: center;
}
.cid-sFlgW2K6TF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFlgW2K6TF h1 {
  margin-bottom: 0.2rem;
}
.cid-sFlgW2K6TF .container-fluid {
  padding: 0;
}
.cid-sFlgW2K6TF img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-sFlgW2K6TF .mbr-figure {
  height: 100%;
}
.cid-sFlgW2K6TF .col-lg-6 {
  padding: 0;
}
.cid-sFlgW2K6TF .mbr-text {
  color: #747474;
}
.cid-sFlgW2K6TF hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-sFlgW2K6TF .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-sFlgW2K6TF .mbr-section-subtitle-1 {
  color: #0f1d64;
  text-align: center;
}
.cid-sFlgW2K6TF .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-sFlgW2K6TF .mbr-figure::after {
  content: "";
  background-color: #0f1d64;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-sFlgW2K6TF .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-sFlgW2K6TF .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-sFlgW2K6TF .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sFlgW2K6TF .left-block {
    margin-top: 4.5rem;
  }
}
.cid-sFlgW2K6TF .btn {
  color: #101010 !important;
}
.cid-sFlgW2K6TF .btn:hover {
  color: #ffffff !important;
}
.cid-sFlgW2K6TF .media-content,
.cid-sFlgW2K6TF .mbr-section-title,
.cid-sFlgW2K6TF .line-title {
  text-align: center;
}
.cid-sFlgW2K6TF .mbr-text,
.cid-sFlgW2K6TF .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-sFlgW3oq4z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sFlgW3oq4z h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sFlgW3oq4z .container {
    position: relative;
  }
  .cid-sFlgW3oq4z .row {
    margin: 0;
  }
  .cid-sFlgW3oq4z h2 {
    margin: 0;
  }
}
.cid-sFlgW3oq4z .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sFlgW3oq4z .mbr-text {
  margin-top: 1.4rem;
}
.cid-sFlgW3TG5n {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFlgW3TG5n .mbr-text {
  color: #767676;
}
.cid-sFlgW3TG5n .mbr-iconfont {
  color: #c90019;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-sFlgW3TG5n .link {
  margin: 0;
}
.cid-sFlgW3TG5n .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sFlgW3TG5n .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sFlgW3TG5n .card {
    margin-bottom: 3rem;
  }
}
.cid-sFlgW3TG5n .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFlgW3TG5n .row {
    padding: 0 1rem;
  }
}
.cid-sFlgW3TG5n .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(201, 0, 25, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-sFlgW3TG5n .card-title {
  transition: 0.3s;
}
.cid-sFlgW3TG5n .card:hover .card-inner {
  border-bottom: 3px solid #c90019;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-sFlgW3TG5n .card:hover .card-title {
  color: #0f1d64;
}
.cid-sFlgW3TG5n .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-sFlgW3TG5n .row {
    margin: 0;
  }
}
.cid-sFlgW3TG5n .mbr-text,
.cid-sFlgW3TG5n .link {
  text-align: left;
}
.cid-sFliWyowNf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sFliWyowNf h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sFliWyowNf .container {
    position: relative;
  }
  .cid-sFliWyowNf .row {
    margin: 0;
  }
  .cid-sFliWyowNf h2 {
    margin: 0;
  }
}
.cid-sFliWyowNf .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sFliWyowNf .mbr-text {
  margin-top: 1.4rem;
}
.cid-sFliWyowNf h2 {
  color: #0f1d64;
}
.cid-sFlk2MdVVg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFlk2MdVVg h4 {
  display: flex;
  color: #232323;
}
.cid-sFlk2MdVVg .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sFlk2MdVVg .wrap {
  display: flex;
}
.cid-sFlk2MdVVg .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sFlk2MdVVg img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sFlk2MdVVg .mbr-section-title {
  color: #c90019;
  text-align: center;
}
.cid-sFlk2MdVVg p {
  margin: 0;
}
.cid-sFlk2MdVVg .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sFlk2MdVVg .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sFlk2MdVVg .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sFlk2MdVVg .panel-group {
  width: 100%;
}
.cid-sFlk2MdVVg .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sFlk2MdVVg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sFlk2MdVVg .card .card-header a.panel-title {
  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;
  margin-top: -1px;
  line-height: normal;
}
.cid-sFlk2MdVVg .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sFlk2MdVVg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sFlk2MdVVg .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sFlk2MdVVg .card .panel-body {
  background: #ffffff;
}
.cid-sFlk2MdVVg .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sFlk2MdVVg .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sFlk2MdVVg .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sFlk2MdVVg .header-text,
.cid-sFlk2MdVVg .sign {
  color: #232323;
}
.cid-sFlkPJItpG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sFlkPJItpG h4 {
  display: flex;
  color: #232323;
}
.cid-sFlkPJItpG .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sFlkPJItpG .wrap {
  display: flex;
}
.cid-sFlkPJItpG .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sFlkPJItpG img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sFlkPJItpG .mbr-section-title {
  color: #c90019;
  text-align: center;
}
.cid-sFlkPJItpG p {
  margin: 0;
}
.cid-sFlkPJItpG .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sFlkPJItpG .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sFlkPJItpG .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sFlkPJItpG .panel-group {
  width: 100%;
}
.cid-sFlkPJItpG .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sFlkPJItpG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sFlkPJItpG .card .card-header a.panel-title {
  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;
  margin-top: -1px;
  line-height: normal;
}
.cid-sFlkPJItpG .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sFlkPJItpG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sFlkPJItpG .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sFlkPJItpG .card .panel-body {
  background: #ffffff;
}
.cid-sFlkPJItpG .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sFlkPJItpG .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sFlkPJItpG .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sFlkPJItpG .header-text,
.cid-sFlkPJItpG .sign {
  color: #232323;
}
.cid-sFlgW5ydff {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sFlgW5ydff .mbr-text,
.cid-sFlgW5ydff .mbr-section-subtitle {
  color: #767676;
}
.cid-sFlgW5ydff .card-title {
  color: #66458e;
}
.cid-sFlgW5ydff .card .card-img span {
  color: #e1201d;
  font-size: 60px;
  background: linear-gradient(45deg, #e1201d, #892322);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sFlgW5ydff .mbr-section-subtitle,
  .cid-sFlgW5ydff .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFlgW5ydff .card .card-img span {
    background: none;
  }
}
.cid-sFlgW5ydff .card-title,
.cid-sFlgW5ydff .card-img {
  color: #000000;
}
.cid-sFlgW5ydff .mbr-section-title {
  color: #0f1d64;
}
.cid-sFlgW5ydff .mbr-section-subtitle {
  color: #777777;
}
.cid-sFlgW6iS0n {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sFlgW6iS0n .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sFlgW6iS0n .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-sFlgW6iS0n .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-sFlgW6iS0n .form-group {
  margin-bottom: 1rem;
}
.cid-sFlgW6iS0n .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sFlgW6iS0n textarea.form-control {
  min-height: 96px;
}
.cid-sFlgW6iS0n .input-group-btn {
  width: 100%;
}
.cid-sFlgW6iS0n .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sFlgW6iS0n .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-sFlgW6iS0n .form1 {
    padding: 1.5rem;
  }
}
.cid-sFlgW6iS0n LABEL {
  color: #333333;
}
.cid-sFlgW6iS0n .form-subtitle {
  color: #111326;
  text-align: center;
}
.cid-sFlgW6iS0n .form-title {
  text-align: center;
}
.cid-sFlgW74JnX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f1d64;
}
@media (min-width: 1500px) {
  .cid-sFlgW74JnX .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sFlgW74JnX .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sFlgW74JnX p {
  color: #ffffff;
}
.cid-sFlgW74JnX .mbr-text {
  text-align: center;
}
