body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Saira Stencil One', display;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Play', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Play', 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: 'Play', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Play', 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.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #264387 !important;
}
.bg-success {
  background-color: #f8dc6e !important;
}
.bg-info {
  background-color: #7f1933 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e10d25 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #264387 !important;
  border-color: #264387 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #15254b !important;
  border-color: #15254b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #15254b !important;
  border-color: #15254b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-info,
.btn-info:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8dc6e !important;
  border-color: #f8dc6e !important;
  color: #624f05 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #624f05 !important;
  background-color: #f4ca25 !important;
  border-color: #f4ca25 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #624f05 !important;
  background-color: #f4ca25 !important;
  border-color: #f4ca25 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e10d25 !important;
  border-color: #e10d25 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #990919 !important;
  border-color: #990919 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #990919 !important;
  border-color: #990919 !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: #101b37;
  color: #101b37;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #264387;
  border-color: #264387;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #264387 !important;
  border-color: #264387 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b2b2b2;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #666666;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f3c50d;
  color: #f3c50d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #624f05;
  background-color: #f8dc6e;
  border-color: #f8dc6e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #624f05 !important;
  background-color: #f8dc6e !important;
  border-color: #f8dc6e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #810715;
  color: #810715;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e10d25;
  border-color: #e10d25;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e10d25 !important;
  border-color: #e10d25 !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: #264387 !important;
}
.text-secondary {
  color: #e5e5e5 !important;
}
.text-success {
  color: #f8dc6e !important;
}
.text-info {
  color: #7f1933 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e10d25 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #101b37 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b2b2b2 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f3c50d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a0811 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e10d25 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7f1933;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e10d25;
}
.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: #264387;
  border-color: #264387;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #264387;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5c7fd1;
}
.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: #d93e66;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbbfc6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Play', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #264387;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #264387;
  color: #ffffff;
}
.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: #264387;
  border-bottom-color: #264387;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #264387 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e5e5e5 !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='%23264387' %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: #e10d25;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #e10d25;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #e10d25;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #e10d25;
  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: #e10d25 !important;
}
.btn-danger:hover {
  color: #e10d25 !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f8dc6e !important;
}
.btn-info:hover {
  color: #7f1933 !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #e5e5e5 !important;
}
.btn-primary:hover {
  color: #264387 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #e10d25 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #e10d25;
}
.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: #e5e5e5 !important;
}
.btn-success-outline:hover::before {
  background-color: #f8dc6e !important;
}
.btn-info-outline:hover::before {
  background-color: #7f1933 !important;
}
.btn-primary-outline:hover::before {
  background-color: #264387 !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: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #e10d25 !important;
}
.cid-t53K0hlolw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t53K0hlolw .nav-item:focus,
.cid-t53K0hlolw .nav-link:focus {
  outline: none;
}
.cid-t53K0hlolw .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-t53K0hlolw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t53K0hlolw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-t53K0hlolw .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-t53K0hlolw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t53K0hlolw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t53K0hlolw .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-t53K0hlolw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-t53K0hlolw .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-t53K0hlolw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t53K0hlolw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t53K0hlolw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t53K0hlolw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t53K0hlolw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-t53K0hlolw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t53K0hlolw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t53K0hlolw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t53K0hlolw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t53K0hlolw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t53K0hlolw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t53K0hlolw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t53K0hlolw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t53K0hlolw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t53K0hlolw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t53K0hlolw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t53K0hlolw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t53K0hlolw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t53K0hlolw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t53K0hlolw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t53K0hlolw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t53K0hlolw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t53K0hlolw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t53K0hlolw .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t53K0hlolw .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-t53K0hlolw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t53K0hlolw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t53K0hlolw .navbar-short {
  padding: 1rem 0 !important;
}
.cid-t53K0hlolw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t53K0hlolw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t53K0hlolw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t53K0hlolw .dropdown-item.active,
.cid-t53K0hlolw .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-t53K0hlolw .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-t53K0hlolw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-t53K0hlolw .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-t53K0hlolw .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-t53K0hlolw .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t53K0hlolw .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-t53K0hlolw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-t53K0hlolw .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-t53K0hlolw .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-t53K0hlolw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-t53K0hlolw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t53K0hlolw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t53K0hlolw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t53K0hlolw .navbar-buttons {
  text-align: center;
}
.cid-t53K0hlolw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t53K0hlolw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t53K0hlolw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t53K0hlolw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t53K0hlolw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t53K0hlolw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t53K0hlolw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t53K0hlolw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t53K0hlolw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t53K0hlolw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t53K0hlolw .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-t53K0hlolw a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-t53K0hlolw .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-t53K0hlolw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t53K0hlolw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t53K0hlolw .navbar {
    height: 77px;
  }
  .cid-t53K0hlolw .navbar.opened {
    height: auto;
  }
  .cid-t53K0hlolw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t53K0hlolw a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-t53K0hlolw a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-t53K0hlolw .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-t53K0hlolw .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sSUCi8ERjS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #061841;
}
.cid-sSUCi8ERjS .carousel {
  height: 675px;
}
.cid-sSUCi8ERjS .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSUCi8ERjS .carousel-item,
.cid-sSUCi8ERjS .carousel-inner {
  height: 100%;
}
.cid-sSUCi8ERjS .mbr-overlay {
  z-index: 1;
}
.cid-sSUCi8ERjS .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sSUCi8ERjS .carousel-caption {
    left: 15%;
    right: 70%;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-sSUCi8ERjS .carousel-caption {
    top: 20%;
  }
}
.cid-sSUCi8ERjS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sSUCi8ERjS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sSUCi8ERjS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sSUCi8ERjS .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sSUCi8ERjS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sSUCi8ERjS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sSUCi8ERjS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sSUCi8ERjS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-sSUCi8ERjS .carousel-indicators {
    display: none;
  }
}
.cid-sSUCi8ERjS .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sSUCi8ERjS .carousel-indicators li.active,
.cid-sSUCi8ERjS .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-sSUCi8ERjS .carousel-indicators li::after,
.cid-sSUCi8ERjS .carousel-indicators li::before {
  content: none;
}
.cid-sSUCi8ERjS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sSUCi8ERjS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sSUCi8ERjS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSUCi8ERjS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSUCi8ERjS .carousel-control.carousel-control-next .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 20%;
}
@media (max-width: 767px) {
  .cid-sSUCi8ERjS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSUCi8ERjS .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-sSUCi8ERjS H5 {
  text-align: left;
}
.cid-sSUCi8ERjS P {
  text-align: left;
}
.cid-sSUCi8ERjS .mbr-text,
.cid-sSUCi8ERjS .mbr-section-btn {
  text-align: left;
}
.cid-sSUCi8ERjS .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-sSUCi8ERjS .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-sSUCi8ERjS .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #061841;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-t4YU4HL9cb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-t4YU4HL9cb .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-size: 12px;
}
.cid-t4YU4HL9cb .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-t4YU4HL9cb .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-t4YU4HL9cb .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uU8Zez74mV {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uU8Zez74mV h1 {
  margin-bottom: 0.2rem;
}
.cid-uU8Zez74mV .container-fluid {
  padding: 0;
}
.cid-uU8Zez74mV img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uU8Zez74mV .mbr-figure {
  height: 100%;
}
.cid-uU8Zez74mV .col-lg-6 {
  padding: 0;
}
.cid-uU8Zez74mV .mbr-text {
  color: #747474;
}
.cid-uU8Zez74mV hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uU8Zez74mV .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uU8Zez74mV .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-uU8Zez74mV .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #e1201d;
}
.cid-uU8Zez74mV .mbr-figure::after {
  content: '';
  background-color: #e10d25;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uU8Zez74mV .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uU8Zez74mV .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uU8Zez74mV .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uU8Zez74mV .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uU8Zez74mV .btn {
  color: #101010 !important;
}
.cid-uU8Zez74mV .btn:hover {
  color: #ffffff !important;
}
.cid-uU8Zez74mV .line-title {
  width: 40px;
  height: 2px;
  background-color: #e10d25;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uU8Zez74mV .vertical-line:before {
  content: '';
  background-color: #e10d25;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uU8Zez74mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8Zez74mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8Zez74mV .media-content,
.cid-uU8Zez74mV .mbr-section-title,
.cid-uU8Zez74mV .line-title {
  color: #264387;
}
.cid-uBcx81HWSM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/3f97311a-c78e-4a70-8b70-0d7e470e4988.jpg-2000x769.jpg");
}
.cid-uBcx81HWSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcx81HWSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uBcx81HWSM .container {
    padding: 0 24px;
  }
}
.cid-uBcx81HWSM .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .row {
    padding: 24px;
  }
}
.cid-uBcx81HWSM .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uBcx81HWSM .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .row .card {
    border: none;
  }
}
.cid-uBcx81HWSM .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uBcx81HWSM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uBcx81HWSM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uBcx81HWSM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uBcx81HWSM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uBcx81HWSM .items {
  border-left: 1px solid #72716b;
}
.cid-uBcx81HWSM .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .items .item {
    padding: 24px;
  }
}
.cid-uBcx81HWSM .items .item:last-child {
  border: none;
}
.cid-uBcx81HWSM .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .items .item .item-wrapper {
    display: block;
  }
}
.cid-uBcx81HWSM .items .item .item-wrapper .item-img {
  background-color: #f9f6e0;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uBcx81HWSM .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uBcx81HWSM .items .item .item-wrapper .item-img img {
  width: 0;
  height: 0;
  object-fit: fill;
  margin: 0 auto;
}
.cid-uBcx81HWSM .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uBcx81HWSM .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uBcx81HWSM .mbr-section-title {
  color: #F9F6E0;
}
.cid-uBcx81HWSM .mbr-desc {
  color: #E0B548;
  text-align: right;
}
.cid-uBcx81HWSM .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uBcx81HWSM .card-title {
  color: #F9F6E0;
}
.cid-uBcx81HWSM .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBcx81HWSM .mbr-section-title,
.cid-uBcx81HWSM .mbr-section-btn {
  text-align: right;
  color: #efd77a;
}
.cid-uLWyNB4Nx7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uLWyNB4Nx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWyNB4Nx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWyNB4Nx7 .content-wrap {
  margin: 0;
}
.cid-uLWyNB4Nx7 .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uLWyNB4Nx7 .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uLWyNB4Nx7 .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uLWyNB4Nx7 .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLWyNB4Nx7 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uLWyNB4Nx7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLWyNB4Nx7 .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #1f2e4d;
  padding-left: 64px;
}
@media (max-width: 1440px) {
  .cid-uLWyNB4Nx7 .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uLWyNB4Nx7 .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLWyNB4Nx7 .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #1f2e4d;
    padding-top: 22px;
  }
}
.cid-uLWyNB4Nx7 .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-uLWyNB4Nx7 .mbr-text,
.cid-uLWyNB4Nx7 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uLWyNB4Nx7 .mbr-section-title,
.cid-uLWyNB4Nx7 .mbr-section-btn {
  color: #7f1933;
}
.cid-tiKHk7qOov {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tiKHk7qOov .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tiKHk7qOov .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tiKHk7qOov .title {
    width: 100% !important;
  }
}
.cid-tiKHk7qOov .mbr-section-title {
  color: #0087ab;
}
.cid-sS6meC1HPL {
  padding-top: 40px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sS6meC1HPL .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sS6meC1HPL .box-item {
  width: 29%;
}
.cid-sS6meC1HPL .box-item:first-child {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sS6meC1HPL .box-item .wrap {
  height: 100%;
  background-color: #141a38;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sS6meC1HPL .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sS6meC1HPL .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 1.75;
}
.cid-sS6meC1HPL .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-sS6meC1HPL .box-item .heading h5 {
  font-weight: 700;
}
.cid-sS6meC1HPL .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 1.45;
}
.cid-sS6meC1HPL .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sS6meC1HPL .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sS6meC1HPL .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sS6meC1HPL .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-sS6meC1HPL .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #264387;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sS6meC1HPL .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sS6meC1HPL .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sS6meC1HPL .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sS6meC1HPL .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sS6meC1HPL .right-side .box-item:last-child .icon-block-top span {
  color: #4f87fb;
  padding-right: 20px;
}
.cid-sS6meC1HPL .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sS6meC1HPL .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sS6meC1HPL .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sS6meC1HPL .right-side .box-item .box-item-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-sS6meC1HPL .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-sS6meC1HPL .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 1.71;
}
.cid-sS6meC1HPL .box-list li:last-child {
  border-bottom: none;
}
.cid-sS6meC1HPL .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sS6meC1HPL .media-content {
  flex-basis: initial;
}
.cid-sS6meC1HPL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sS6meC1HPL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sS6meC1HPL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sS6meC1HPL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sS6meC1HPL .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sS6meC1HPL .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-sS6meC1HPL .icon-wrap:after {
  content: '';
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sS6meC1HPL .icon-wrap span {
  padding-left: 8px;
  font-weight: bold;
}
.cid-sS6meC1HPL .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sS6meC1HPL .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sS6meC1HPL .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sS6meC1HPL .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sS6meC1HPL .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sS6meC1HPL .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sS6meC1HPL .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sS6meC1HPL .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sS6meC1HPL .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sS6meC1HPL .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-sS6meC1HPL .box-item-text {
    text-align: center;
  }
  .cid-sS6meC1HPL .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sS6meC1HPL .right-side {
    flex-wrap: wrap;
  }
  .cid-sS6meC1HPL .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sS6meC1HPL .show-modal {
    height: 80%;
  }
}
.cid-sS6meC1HPL .mbr-section-btn {
  color: #232323;
}
.cid-sS6meC1HPL .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sS6meC1HPL h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sS6meC1HPL H5 {
  color: #ffffff;
}
.cid-sS6meC1HPL .box-item .wrap .box-item-text,
.cid-sS6meC1HPL .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sS6meC1HPL .right-side .box-item-title {
  color: #113b94;
}
.cid-tiE3Fv8bRD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #002549;
}
.cid-tiE3Fv8bRD .link-wrapper {
  width: 100%;
}
.cid-tiE3Fv8bRD .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-tiE3Fv8bRD .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-tiE3Fv8bRD .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-tiE3Fv8bRD .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-tiE3Fv8bRD .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-tiE3Fv8bRD .mbr-section-title DIV {
  text-align: center;
}
.cid-tiE3Fv8bRD .mbr-text,
.cid-tiE3Fv8bRD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tiE3Fv8bRD .link,
.cid-tiE3Fv8bRD .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tiE3Fv8bRD .mbr-section-title {
  color: #ffffff;
}
.cid-tiE3Fv8bRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiE3Fv8bRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiE5i3kwaT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiE5i3kwaT .mbr-text,
.cid-tiE5i3kwaT .mbr-section-btn {
  color: #333333;
}
.cid-tiE5i3kwaT H1 {
  color: #0087ab;
}
.cid-sVEyTL53Wz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVEyTL53Wz h2 {
    margin-bottom: 1rem;
  }
  .cid-sVEyTL53Wz .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-sVEyTL53Wz .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-sVEyTL53Wz .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-sVEyTL53Wz .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-sVEyTL53Wz .container {
    position: relative;
  }
  .cid-sVEyTL53Wz h2 {
    margin: 0;
  }
}
.cid-sVEyTL53Wz .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-sVEyTL53Wz hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-sVEyTL53Wz .mbr-section-subtitle {
  color: #f55033;
}
.cid-sVEyTL53Wz .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-sVEyTL53Wz .line-title {
  width: 40px;
  height: 2px;
  background-color: #e10d25;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sVEyTL53Wz .vertical-line:before {
  content: '';
  background-color: #e10d25;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sVEyTL53Wz .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sVEyTL53Wz .btn-secondary-outline:hover::before {
  background-color: #e5e5e5 !important;
}
.cid-sVEyTL53Wz .btn-success-outline:hover::before {
  background-color: #f8dc6e !important;
}
.cid-sVEyTL53Wz .btn-info-outline:hover::before {
  background-color: #7f1933 !important;
}
.cid-sVEyTL53Wz .btn-primary-outline:hover::before {
  background-color: #264387 !important;
}
.cid-sVEyTL53Wz .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-sVEyTL53Wz .btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.cid-sVEyTL53Wz .btn-danger-outline:hover::before {
  background-color: #e10d25 !important;
}
.cid-sVEyTL53Wz .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-sVEyVttCgb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sVEyVttCgb .video-wrapper iframe {
  width: 100%;
}
.cid-sVEyVttCgb h2,
.cid-sVEyVttCgb h4,
.cid-sVEyVttCgb p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sVEyVttCgb .col-md-6 {
    width: 100%;
  }
}
.cid-sVEyVttCgb .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sVEyVttCgb .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sVEyVttCgb .mbr-section-head {
    text-align: center;
  }
}
.cid-sVEyVttCgb .mbr-section-title {
  color: #0f7699;
  margin-bottom: 1rem;
  text-align: right;
}
.cid-sVEyVttCgb .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-sVEyVttCgb .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tflutL9ybe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tflutL9ybe .row {
  justify-content: center;
}
.cid-tflutL9ybe .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tflutL9ybe .col-title {
    margin-bottom: 72px;
  }
}
.cid-tflutL9ybe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tflutL9ybe .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tflutL9ybe .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tflutL9ybe .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tflutL9ybe .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tflutL9ybe .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #073b4c;
  overflow: hidden;
}
.cid-tflutL9ybe .card-wrapper {
  display: flex;
  height: 100%;
}
.cid-tflutL9ybe .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  height: 100%;
}
.cid-tflutL9ybe .card-title {
  color: #75083A;
  width: 100%;
  margin-bottom: 0;
}
.cid-tflutL9ybe .card-text {
  width: 100%;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-t4YdI0GKvG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #d6d6d6;
}
@media (max-width: 767px) {
  .cid-t4YdI0GKvG h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-t4YdI0GKvG .container {
    position: relative;
  }
  .cid-t4YdI0GKvG .row {
    margin: 0;
  }
  .cid-t4YdI0GKvG h2 {
    margin: 0;
  }
}
.cid-t4YdI0GKvG .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-t4YdI0GKvG .mbr-section-subtitle {
  color: #e1201d;
}
.cid-t4YdI0GKvG .mbr-text {
  color: #000000;
}
.cid-tjjLMY3RFP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #d6d6d6;
}
.cid-tjjLMY3RFP .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tjjLMY3RFP .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tjjLMY3RFP .mbr-text,
.cid-tjjLMY3RFP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tjjLMY3RFP H3 {
  text-align: left;
  color: #000000;
}
.cid-t4Yo0cCTKp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #242d41;
}
@media (max-width: 767px) {
  .cid-t4Yo0cCTKp h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-t4Yo0cCTKp .container {
    position: relative;
  }
  .cid-t4Yo0cCTKp .row {
    margin: 0;
  }
  .cid-t4Yo0cCTKp h2 {
    margin: 0;
  }
}
.cid-t4Yo0cCTKp .mbr-section-subtitle {
  color: #e9204f;
}
.cid-t4Yo0cCTKp .mbr-text {
  margin-top: 1.4rem;
}
.cid-t4Yo0cCTKp h2 {
  color: #ffffff;
  text-align: left;
}
.cid-t4YdK89qOk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #242d41;
}
.cid-t4YdK89qOk .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-t4YdK89qOk .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t4YdK89qOk .item:focus,
.cid-t4YdK89qOk span:focus {
  outline: none;
}
.cid-t4YdK89qOk .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-t4YdK89qOk .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-t4YdK89qOk .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t4YdK89qOk .item-img img {
  transition: 0.5s;
}
.cid-t4YdK89qOk .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-t4YdK89qOk .item-img:hover img {
  transform: scale(1.3);
}
.cid-t4YdK89qOk .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t4YdK89qOk .item-wrap {
  background: transparent;
}
.cid-t4YdK89qOk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4YdK89qOk .mbr-section-title {
  color: #232323;
}
.cid-t4YdK89qOk .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4YdK89qOk .mbr-text,
.cid-t4YdK89qOk .mbr-section-btn {
  text-align: left;
}
.cid-t4YdK89qOk .item-subtitle {
  text-align: center;
}
.cid-t4YdK89qOk .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t4YdK89qOk .buttons-container .item-button {
  margin: 0;
}
.cid-t4YdK89qOk .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t4YdK89qOk .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t4YdK89qOk .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-t4YdK89qOk .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t4YdK89qOk .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-t4YdK89qOk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-t4YdK89qOk .item {
    padding: 24px;
  }
}
.cid-t4YgF8OkUH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #242d41;
}
.cid-t4YgF8OkUH .row {
  flex-direction: row-reverse;
}
.cid-t4YgF8OkUH .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-t4YgF8OkUH .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-t4YgF8OkUH .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-t4YgF8OkUH .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-t4YgF8OkUH .mbr-text-column1 {
  margin-bottom: 2.3125rem;
  color: #ffffff;
}
.cid-t4YgF8OkUH .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-t4YgF8OkUH .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-t4YgF8OkUH .card-item:last-child {
  margin-right: 0;
}
.cid-t4YgF8OkUH .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t4YgF8OkUH .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-t4YgF8OkUH .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-t4YgF8OkUH .column2 {
  height: 100%;
}
.cid-t4YgF8OkUH .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-t4YgF8OkUH .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-t4YgF8OkUH .column2 {
    text-align: center;
  }
}
.cid-t4YgF8OkUH .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-t4YgF8OkUH .list-column2 {
  color: #ffffff;
}
.cid-sT64TgqHD9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e8e6e6;
}
.cid-sT64TgqHD9 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sT64TgqHD9 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sT64TgqHD9 .mbr-section-title {
  color: #0f7699;
}
.cid-sT64TgqHD9 .mbr-section-subtitle {
  color: #7f1933;
}
.cid-sT64TgqHD9 .mbr-crt-title .card-title {
  color: #7f1933;
}
.cid-sT64TgqHD9 .card {
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sT64TgqHD9 ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sT64TgqHD9 .card {
    flex-basis: 50%;
  }
}
.cid-sT64TgqHD9 .progress1 path {
  stroke: #489a18;
}
.cid-sT64TgqHD9 .progress2 path {
  stroke: #0f7699;
}
.cid-sT64TgqHD9 .progress3 path {
  stroke: #fc1a16;
}
.cid-sT64TgqHD9 .progress4 path {
  stroke: #ff8b00;
}
.cid-sT64TgqHD9 .progress5 path {
  stroke: #55b4d4;
}
.cid-sT64TgqHD9 .card-text {
  color: #767676;
}
.cid-sT64TgqHD9 .pie_progress__number {
  color: #06182d;
}
.cid-sT64TgqHD9 .card .mbr-crt-title .card-title {
  color: #000000;
}
.cid-sT673KntxV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e6e6;
}
.cid-sT673KntxV .container {
  max-width: 1000px;
}
.cid-sT673KntxV .mbr-text {
  color: #000000;
}
.cid-sT673KntxV .mbr-section-subtitle {
  color: #262035;
}
.cid-sVEumHlwnf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #96c1cc;
}
@media (min-width: 992px) {
  .cid-sVEumHlwnf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sVEumHlwnf .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sVEumHlwnf .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-sS8gvPm8bG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sS8gvPm8bG .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sS8gvPm8bG .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sS8gvPm8bG .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sS8gvPm8bG .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sS5jjvgX0j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sS5jjvgX0j .mbr-text a {
  background-size: 100% 0%;
}
.cid-sS5jjvgX0j .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sS5jjvgX0j .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-sTbcFTTZlo .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #55b4d4;
  top: 0px;
}
.cid-sTbcFTTZlo .progress-bar {
  height: 10px;
  background: #073b4c;
  width: 0%;
}
.cid-sTbcFTTZlo .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTbcFTTZlo .hidden {
  display: none;
}
.cid-sTbcFTTZlo H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-KsH7FPlEDz .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-KsH7FPlEDz p {
  display: inline;
  font-size: 26px;
  color: #fff;
}
.cid-KsH7FPlEDz .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-KsH7FPlEDz .navbar {
  padding: 0.5rem 0;
  background: #cccccc;
  transition: none;
  min-height: 50px;
}
.cid-KsH7FPlEDz .navbar-fixed-top {
  padding-top: 0;
}
.cid-KsH7FPlEDz .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-KsH7FPlEDz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-KsH7FPlEDz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-KsH7FPlEDz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-KsH7FPlEDz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-KsH7FPlEDz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-KsH7FPlEDz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-KsH7FPlEDz .menu-content-top {
  background: #232323;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-KsH7FPlEDz .dropdown-item {
  padding: 0;
}
.cid-KsH7FPlEDz .dropdown-item,
.cid-KsH7FPlEDz .nav-link,
.cid-KsH7FPlEDz .brand-name {
  font-style: normal;
}
.cid-KsH7FPlEDz .dropdown-item:hover,
.cid-KsH7FPlEDz .nav-link:hover,
.cid-KsH7FPlEDz .brand-name:hover {
  color: #264387 !important;
}
.cid-KsH7FPlEDz .dropdown-menu {
  background-color: #0a1c44;
}
.cid-KsH7FPlEDz .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-KsH7FPlEDz .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-KsH7FPlEDz .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-KsH7FPlEDz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-KsH7FPlEDz .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-KsH7FPlEDz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-KsH7FPlEDz .content-text {
  margin-bottom: 0;
}
.cid-KsH7FPlEDz .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-KsH7FPlEDz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #264387;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-KsH7FPlEDz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-KsH7FPlEDz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-KsH7FPlEDz .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-KsH7FPlEDz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-KsH7FPlEDz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-KsH7FPlEDz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-KsH7FPlEDz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-KsH7FPlEDz .nav-dropdown .link {
  font-weight: 400;
}
.cid-KsH7FPlEDz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-KsH7FPlEDz .content-right-side {
  text-align: center;
}
.cid-KsH7FPlEDz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-KsH7FPlEDz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-KsH7FPlEDz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-KsH7FPlEDz .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-KsH7FPlEDz .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-KsH7FPlEDz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-KsH7FPlEDz .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-KsH7FPlEDz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-KsH7FPlEDz .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-KsH7FPlEDz .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-KsH7FPlEDz .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-KsH7FPlEDz .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-KsH7FPlEDz .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-KsH7FPlEDz .navbar {
    display: block;
    padding: 0;
  }
  .cid-KsH7FPlEDz .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-KsH7FPlEDz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-KsH7FPlEDz .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-KsH7FPlEDz .navbar-toggler {
    display: none;
  }
  .cid-KsH7FPlEDz .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-KsH7FPlEDz .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-KsH7FPlEDz .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-KsH7FPlEDz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-KsH7FPlEDz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-KsH7FPlEDz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-KsH7FPlEDz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-KsH7FPlEDz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-KsH7FPlEDz .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-KsH7FPlEDz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-KsH7FPlEDz .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-KsH7FPlEDz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-KsH7FPlEDz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-KsH7FPlEDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-KsH7FPlEDz .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-KsH7FPlEDz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-KsH7FPlEDz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-KsH7FPlEDz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-KsH7FPlEDz .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-KsH7FPlEDz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-KsH7FPlEDz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-KsH7FPlEDz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-KsH7FPlEDz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-KsH7FPlEDz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-KsH7FPlEDz button.navbar-toggler:focus {
  outline: none;
}
.cid-KsH7FPlEDz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-KsH7FPlEDz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-KsH7FPlEDz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-KsH7FPlEDz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-KsH7FPlEDz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-KsH7FPlEDz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-KsH7FPlEDz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-KsH7FPlEDz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-KsH7FPlEDz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-KsH7FPlEDz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-KsH7FPlEDz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-KsH7FPlEDz .collapsed .btn {
  display: flex;
}
.cid-KsH7FPlEDz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-KsH7FPlEDz .collapsed .navbar-collapse.collapsing,
.cid-KsH7FPlEDz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-KsH7FPlEDz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-KsH7FPlEDz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-KsH7FPlEDz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-KsH7FPlEDz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-KsH7FPlEDz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-KsH7FPlEDz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-KsH7FPlEDz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-KsH7FPlEDz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-KsH7FPlEDz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-KsH7FPlEDz .collapsed button.navbar-toggler {
  display: block;
}
.cid-KsH7FPlEDz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-KsH7FPlEDz .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-KsH7FPlEDz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-KsH7FPlEDz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-KsH7FPlEDz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-KsH7FPlEDz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-KsH7FPlEDz .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-KsH7FPlEDz .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-KsH7FPlEDz .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-KsH7FPlEDz .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-KsH7FPlEDz .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-KsH7FPlEDz .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-KsH7FPlEDz .navbar-collapse.collapsing,
  .cid-KsH7FPlEDz .navbar-collapse.show {
    display: block !important;
  }
  .cid-KsH7FPlEDz .navbar-collapse.collapsing .navbar-nav,
  .cid-KsH7FPlEDz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-KsH7FPlEDz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-KsH7FPlEDz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-KsH7FPlEDz .navbar-collapse.collapsing .navbar-buttons,
  .cid-KsH7FPlEDz .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-KsH7FPlEDz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-KsH7FPlEDz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-KsH7FPlEDz img {
    height: 3.8rem !important;
  }
  .cid-KsH7FPlEDz .btn {
    display: flex;
  }
  .cid-KsH7FPlEDz button.navbar-toggler {
    display: block;
  }
  .cid-KsH7FPlEDz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-KsH7FPlEDz .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-KsH7FPlEDz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-KsH7FPlEDz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-KsH7FPlEDz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-KsH7FPlEDz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-KsH7FPlEDz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-KsH7FPlEDz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-KsH7FPlEDz .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-KsH7FPlEDz .nav-link:focus {
  outline: none;
}
.cid-KsH7FPlEDz .navbar-toggler {
  position: relative;
}
.cid-KsH7FPlEDz .dropdown-item.active,
.cid-KsH7FPlEDz .dropdown-item:active {
  color: initial;
}
.cid-KsH7FPlEDz .widget-title,
.cid-KsH7FPlEDz .widget-icon {
  color: #e9e9e9;
}
.cid-KsH7FPlEDz .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-KsH7FPlEDz .menu-logo {
    display: none;
  }
  .cid-KsH7FPlEDz .navbar {
    padding: 0;
  }
  .cid-KsH7FPlEDz .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-KsH7FPlEDz button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-KsH7FPlEDz .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-KsH7FPlEDz .icon-bar {
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-KsH7FPlEDz .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-KsH7FPlEDz .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 17px;
}
.cid-KsH7FPlEDz .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-KsH7FPlEDz .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-KsH7FPlEDz .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-KsH7FPlEDz .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-KsH7FPlEDz .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-KsH7FPlEDz .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-KsH7FPlEDz .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-KsH7FPlEDz .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-KsH7FPlEDz .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-KsH7FPlEDz .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-KsH7FPlEDz .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-KsH7FPlEDz P {
  color: #232323;
  text-align: center;
}
.cid-KsH7FPlEDz DIV {
  color: #ffffff;
}
.cid-uFITn4VBuz.popup-builder {
  background-color: #ffffff;
}
.cid-uFITn4VBuz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFITn4VBuz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFITn4VBuz .modal-content,
.cid-uFITn4VBuz .modal-dialog {
  height: auto;
}
.cid-uFITn4VBuz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFITn4VBuz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFITn4VBuz .form-wrapper .mbr-form .form-group,
  .cid-uFITn4VBuz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFITn4VBuz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFITn4VBuz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFITn4VBuz .mbr-text {
  text-align: center;
}
.cid-uFITn4VBuz .pt-0 {
  padding-top: 0 !important;
}
.cid-uFITn4VBuz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFITn4VBuz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFITn4VBuz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFITn4VBuz .modal-open {
  overflow: hidden;
}
.cid-uFITn4VBuz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFITn4VBuz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFITn4VBuz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFITn4VBuz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFITn4VBuz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFITn4VBuz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFITn4VBuz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFITn4VBuz .modal-content {
  background: #e5e7cd;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFITn4VBuz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFITn4VBuz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFITn4VBuz .modal-backdrop.show {
  opacity: .5;
}
.cid-uFITn4VBuz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uFITn4VBuz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFITn4VBuz .modal-header .close:hover {
  opacity: 1;
}
.cid-uFITn4VBuz .modal-header .close:focus {
  outline: none;
}
.cid-uFITn4VBuz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uFITn4VBuz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uFITn4VBuz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uFITn4VBuz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFITn4VBuz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFITn4VBuz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFITn4VBuz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFITn4VBuz .modal-sm {
    max-width: 300px;
  }
  .cid-uFITn4VBuz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uFITn4VBuz .modal-lg,
  .cid-uFITn4VBuz .modal-xl {
    max-width: 800px;
  }
  .cid-uFITn4VBuz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uFITn4VBuz .modal-xl {
    max-width: 1140px;
  }
  .cid-uFITn4VBuz .container {
    max-width: 1140px;
  }
}
.cid-uFITn4VBuz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uFITn4VBuz .container {
    max-width: 720px;
  }
}
.cid-uFITn4VBuz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFITn4VBuz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFITn4VBuz .form-group {
  margin-bottom: 1rem;
}
.cid-uFITn4VBuz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFITn4VBuz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFITn4VBuz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFITn4VBuz LABEL {
  color: #e1201d;
}
.cid-tli8ShzWek .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli8ShzWek .nav-item:focus,
.cid-tli8ShzWek .nav-link:focus {
  outline: none;
}
.cid-tli8ShzWek .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-tli8ShzWek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli8ShzWek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli8ShzWek .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-tli8ShzWek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli8ShzWek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli8ShzWek .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli8ShzWek .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli8ShzWek .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli8ShzWek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli8ShzWek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli8ShzWek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli8ShzWek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli8ShzWek .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli8ShzWek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli8ShzWek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli8ShzWek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli8ShzWek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli8ShzWek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli8ShzWek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli8ShzWek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli8ShzWek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli8ShzWek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli8ShzWek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli8ShzWek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli8ShzWek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli8ShzWek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli8ShzWek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli8ShzWek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli8ShzWek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli8ShzWek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli8ShzWek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli8ShzWek .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli8ShzWek .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli8ShzWek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli8ShzWek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli8ShzWek .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli8ShzWek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli8ShzWek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli8ShzWek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli8ShzWek .dropdown-item.active,
.cid-tli8ShzWek .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli8ShzWek .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli8ShzWek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8ShzWek .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli8ShzWek .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli8ShzWek .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli8ShzWek .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli8ShzWek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8ShzWek .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli8ShzWek .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli8ShzWek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli8ShzWek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli8ShzWek .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli8ShzWek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli8ShzWek .navbar-buttons {
  text-align: center;
}
.cid-tli8ShzWek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli8ShzWek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli8ShzWek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli8ShzWek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8ShzWek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8ShzWek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli8ShzWek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8ShzWek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli8ShzWek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli8ShzWek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8ShzWek .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli8ShzWek a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli8ShzWek .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli8ShzWek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli8ShzWek .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli8ShzWek .navbar {
    height: 77px;
  }
  .cid-tli8ShzWek .navbar.opened {
    height: auto;
  }
  .cid-tli8ShzWek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli8ShzWek a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli8ShzWek a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli8ShzWek .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli8ShzWek .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sS54Ticgna {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-sS54Ticgna .mbr-text,
.cid-sS54Ticgna .mbr-section-btn {
  color: #1d2c35;
}
.cid-sS54Ticgna .card-title,
.cid-sS54Ticgna .card-box {
  color: #1d2c35;
}
.cid-sS54Ticgna .mbr-text,
.cid-sS54Ticgna .link-wrap {
  color: #1d2c35;
}
.cid-sS4S6tTleS {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x615.jpg");
}
.cid-sS4S6tTleS h3 {
  position: relative;
}
.cid-sS4S6tTleS h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sS4S6tTleS svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sS4S6tTleS g rect {
  fill: #95b4da;
}
.cid-tuIGUZPS1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95b4da;
}
.cid-tuIGUZPS1v .fb-page,
.cid-tuIGUZPS1v span,
.cid-tuIGUZPS1v iframe {
  width: 500px;
  height: 620px;
}
.cid-tuIGUZPS1v blockquote {
  display: none;
}
.cid-tuIGUZPS1v .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-tuIGUZPS1v .mbr-section-title {
  color: #ffffff;
}
.cid-sS4S1mXu0d {
  padding-top: 50px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x615.jpg");
}
.cid-sS4S1mXu0d h3 {
  position: relative;
}
.cid-sS4S1mXu0d h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sS4S1mXu0d svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sS4S1mXu0d g rect {
  fill: #7abbce;
}
.cid-t9vQRCZBNa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #7abbce;
}
.cid-t9vQRCZBNa .twitter-wrapper,
.cid-t9vQRCZBNa iframe {
  min-height: 600px;
  max-height: 600px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-t9vQRCZBNa a.twitter-timeline {
  display: none;
}
.cid-t9vQRCZBNa .mbr-section-title {
  color: #ffffff;
}
.cid-sS5jjvgX0j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sS5jjvgX0j .mbr-text a {
  background-size: 100% 0%;
}
.cid-sS5jjvgX0j .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sS5jjvgX0j .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-sTcu7nxwlK .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #faac23;
  top: 0px;
}
.cid-sTcu7nxwlK .progress-bar {
  height: 10px;
  background: #4dbcf4;
  width: 0%;
}
.cid-sTcu7nxwlK .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTcu7nxwlK .hidden {
  display: none;
}
.cid-sTcu7nxwlK H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-sSX7wh2bgi {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-sSX7wh2bgi .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sSX7wh2bgi .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sSX7wh2bgi .align-center {
    text-align: center;
  }
}
.cid-sSX7wh2bgi H1 {
  text-align: center;
}
.cid-sSX7wh2bgi .mbr-text,
.cid-sSX7wh2bgi .mbr-section-btn {
  text-align: center;
}
.cid-sS4YTE1P24 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sS4YTE1P24 .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.7;
}
.cid-sS4YTE1P24 input::-webkit-clear-button {
  display: none;
}
.cid-sS4YTE1P24 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sS4YTE1P24 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sS4YTE1P24 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sS4YTE1P24 H5 {
  color: #ffffff;
}
.cid-sS5jjvgX0j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sS5jjvgX0j .mbr-text a {
  background-size: 100% 0%;
}
.cid-sS5jjvgX0j .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sS5jjvgX0j .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli9WV8pqb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli9WV8pqb .nav-item:focus,
.cid-tli9WV8pqb .nav-link:focus {
  outline: none;
}
.cid-tli9WV8pqb .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-tli9WV8pqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli9WV8pqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli9WV8pqb .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-tli9WV8pqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli9WV8pqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli9WV8pqb .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli9WV8pqb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli9WV8pqb .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli9WV8pqb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli9WV8pqb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli9WV8pqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli9WV8pqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli9WV8pqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli9WV8pqb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli9WV8pqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli9WV8pqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli9WV8pqb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli9WV8pqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli9WV8pqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli9WV8pqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli9WV8pqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli9WV8pqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli9WV8pqb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli9WV8pqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli9WV8pqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli9WV8pqb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli9WV8pqb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli9WV8pqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli9WV8pqb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli9WV8pqb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli9WV8pqb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli9WV8pqb .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli9WV8pqb .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli9WV8pqb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli9WV8pqb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli9WV8pqb .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli9WV8pqb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli9WV8pqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli9WV8pqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli9WV8pqb .dropdown-item.active,
.cid-tli9WV8pqb .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli9WV8pqb .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli9WV8pqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9WV8pqb .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli9WV8pqb .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli9WV8pqb .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli9WV8pqb .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli9WV8pqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9WV8pqb .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli9WV8pqb .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli9WV8pqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli9WV8pqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli9WV8pqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli9WV8pqb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli9WV8pqb .navbar-buttons {
  text-align: center;
}
.cid-tli9WV8pqb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli9WV8pqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli9WV8pqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli9WV8pqb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9WV8pqb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9WV8pqb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli9WV8pqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9WV8pqb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli9WV8pqb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli9WV8pqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9WV8pqb .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli9WV8pqb a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli9WV8pqb .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli9WV8pqb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli9WV8pqb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli9WV8pqb .navbar {
    height: 77px;
  }
  .cid-tli9WV8pqb .navbar.opened {
    height: auto;
  }
  .cid-tli9WV8pqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli9WV8pqb a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli9WV8pqb a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli9WV8pqb .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli9WV8pqb .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sVESpz2wgx {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sVESpz2wgx .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sVESpz2wgx .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVESpz2wgx .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sVESpz2wgx .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sY5IobqL48 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sY5IobqL48 .mbr-text {
  color: #1d2c35;
}
.cid-sY5IobqL48 .mbr-section-btn {
  color: #1d2c35;
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 0!important;
  padding-right: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
}
.cid-sY5IobqL48 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sY5IobqL48 .mbr-text,
  .cid-sY5IobqL48 .mbr-section-title {
    text-align: center;
  }
}
.cid-sY5IobqL48 .label {
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  padding-bottom: 0;
}
.cid-sY5IobqL48 .last {
  margin-bottom: 49px!important;
}
.cid-sY5IobqL48 a.btn {
  height: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sY5IobqL48 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sY5IobqL48 .content-wrapper {
    flex-direction: column;
  }
}
.cid-sY5IobqL48 .form-control {
  line-height: 1.25rem !important;
}
.cid-sY5IobqL48 .content-wrapper {
  align-items: start;
}
.cid-sY5IobqL48 .column2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sY5IobqL48 .mbr-section-title {
  color: #149dcc;
}
.cid-sS64bsiy9p {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #073b4c);
}
.cid-sS64bsiy9p .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sS64bsiy9p .container {
  pointer-events: none;
  z-index: 1;
}
.cid-sS64bsiy9p .title__block,
.cid-sS64bsiy9p .image__block {
  pointer-events: all;
}
.cid-sS64bsiy9p .mbr-section-title {
  margin-bottom: 40px;
}
.cid-sS64bsiy9p .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-sS64bsiy9p .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-sS64bsiy9p .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-sS64bsiy9p .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-sS64bsiy9p .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-sS64bsiy9p .image__block {
  max-height: 600px;
}
.cid-sS64bsiy9p .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sS64bsiy9p .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-sS64bsiy9p .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-sS64bsiy9p .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-sS64bsiy9p .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sS64bsiy9p .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-sS64bsiy9p .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sS64bsiy9p .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sS64bsiy9p .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sS5jjvgX0j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sS5jjvgX0j .mbr-text a {
  background-size: 100% 0%;
}
.cid-sS5jjvgX0j .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sS5jjvgX0j .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli9m4qrul .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli9m4qrul .nav-item:focus,
.cid-tli9m4qrul .nav-link:focus {
  outline: none;
}
.cid-tli9m4qrul .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-tli9m4qrul .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli9m4qrul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli9m4qrul .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-tli9m4qrul .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli9m4qrul .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli9m4qrul .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli9m4qrul .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli9m4qrul .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli9m4qrul .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli9m4qrul .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli9m4qrul .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli9m4qrul .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli9m4qrul .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli9m4qrul .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli9m4qrul .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli9m4qrul .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli9m4qrul .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli9m4qrul .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli9m4qrul .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli9m4qrul .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli9m4qrul .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli9m4qrul .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli9m4qrul .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli9m4qrul .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli9m4qrul .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli9m4qrul .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli9m4qrul .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli9m4qrul .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli9m4qrul .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli9m4qrul .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli9m4qrul .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli9m4qrul .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli9m4qrul .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli9m4qrul .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli9m4qrul .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli9m4qrul .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli9m4qrul .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli9m4qrul .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli9m4qrul .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli9m4qrul .dropdown-item.active,
.cid-tli9m4qrul .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli9m4qrul .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli9m4qrul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9m4qrul .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli9m4qrul .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli9m4qrul .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli9m4qrul .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli9m4qrul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9m4qrul .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli9m4qrul .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli9m4qrul .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli9m4qrul .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli9m4qrul .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli9m4qrul ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli9m4qrul .navbar-buttons {
  text-align: center;
}
.cid-tli9m4qrul button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli9m4qrul button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli9m4qrul button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli9m4qrul button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9m4qrul button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9m4qrul button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli9m4qrul nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9m4qrul nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli9m4qrul nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli9m4qrul nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9m4qrul .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli9m4qrul a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli9m4qrul .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli9m4qrul .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli9m4qrul .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli9m4qrul .navbar {
    height: 77px;
  }
  .cid-tli9m4qrul .navbar.opened {
    height: auto;
  }
  .cid-tli9m4qrul .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli9m4qrul a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli9m4qrul a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli9m4qrul .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli9m4qrul .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sTA313j6Im {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-sTA313j6Im .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sTA313j6Im .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sTA313j6Im .align-center {
    text-align: center;
  }
}
.cid-sTA313j6Im h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sTA313j6Im .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sTA313j6Im .row {
    margin: 0;
  }
}
.cid-sTA313j6Im .btn {
  margin-left: 0rem;
}
.cid-sTA313j6Im H3 {
  color: #c88d1c;
}
.cid-tvXOgkrgxV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXOgkrgxV .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXOgkrgxV .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXOgkrgxV .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXOgkrgxV .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-taa8aAQlxy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-taa8aAQlxy .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
  letter-spacing: 5.4px;
}
.cid-taa8aAQlxy .mbr-section-title {
  margin-bottom: 10px;
  color: #7f1933;
  text-align: left;
}
.cid-taa8aAQlxy .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  letter-spacing: 5.4px;
}
.cid-taa8aAQlxy a {
  font-weight: 400;
}
.cid-taa6KWmKLe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-taa6KWmKLe .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-taa6KWmKLe .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-taa6KWmKLe .panel-group {
  border: none;
}
.cid-taa6KWmKLe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-taa6KWmKLe .panel-body,
.cid-taa6KWmKLe .card-header {
  padding: 1rem 0;
}
.cid-taa6KWmKLe .panel-title-edit {
  color: #304d8b;
}
.cid-taa6KWmKLe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-taa6KWmKLe .panel-text {
  color: #000000;
}
.cid-taa5XHgSp5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-taa5XHgSp5 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-taa5XHgSp5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-taa5XHgSp5 .panel-group {
  border: none;
}
.cid-taa5XHgSp5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-taa5XHgSp5 .panel-body,
.cid-taa5XHgSp5 .card-header {
  padding: 1rem 0;
}
.cid-taa5XHgSp5 .panel-title-edit {
  color: #304d8b;
}
.cid-taa5XHgSp5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-taa5XHgSp5 .panel-text {
  color: #000000;
}
.cid-sTyCMmQkgl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ccd7da;
}
.cid-sTyCMmQkgl .video-wrapper iframe {
  width: 100%;
}
.cid-sTyCMmQkgl h2,
.cid-sTyCMmQkgl h4,
.cid-sTyCMmQkgl p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sTyCMmQkgl .col-md-6 {
    width: 100%;
  }
}
.cid-sTyCMmQkgl .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sTyCMmQkgl .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sTyCMmQkgl .mbr-section-head {
    text-align: center;
  }
}
.cid-sTyCMmQkgl .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-sTyCMmQkgl .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-sTyCMmQkgl .mbr-text {
  color: #6b6b6b;
}
.cid-sTA3waGx8w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sTA3waGx8w {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sTA3waGx8w .box {
    height: 250px;
  }
  .cid-sTA3waGx8w .row {
    padding: 1rem !important;
  }
  .cid-sTA3waGx8w .mbr-text {
    margin-top: 30px;
    text-align: left;
  }
}
.cid-sTA3waGx8w .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #264387;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}
.cid-sTA3waGx8w .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sTA3waGx8w .mbr-section-subtitle {
  color: #0f7699;
  font-weight: 600;
  margin-bottom: 21px;
  text-align: left;
}
.cid-sTA3waGx8w .mbr-section-title {
  color: #e1201d;
  font-weight: 500;
  margin-bottom: 21px;
  text-align: left;
}
.cid-sTA3waGx8w .mbr-text {
  color: #606060;
}
.cid-sTA3waGx8w .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sTA3waGx8w .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}
.cid-sTA3waGx8w .mbr-list .list li {
  line-height: 1.75;
}
.cid-sTA3waGx8w .mbr-list .list li:before {
  font-weight: 900;
  color: #3c71d3;
  display: inline-block;
  font-family: FontAwesome !important;
  content: "\f061";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 10px;
}
.cid-sTA3waGx8w .mbr-section-btn {
  text-align: left;
  margin-top: 30px;
}
.cid-sTA3waGx8w .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sTA3waGx8w .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sTA3waGx8w .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sTA3waGx8w .box {
  background-image: url("../../../assets/images/mf0532-1-1024x681.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 0;
}
.cid-sTA3waGx8w .box .overlay {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sTA3waGx8w .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sTA3waGx8w .icon-wrap span {
  padding-left: 8px;
}
.cid-sTA3waGx8w .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-sTA3waGx8w .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-sTA3waGx8w .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sTA3waGx8w .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-sTA3waGx8w .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-sTA3waGx8w .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sTA3waGx8w .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sTA3waGx8w .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sTA3waGx8w a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sTA3waGx8w a.close:hover {
  color: #ffffff;
}
.cid-sTA3waGx8w .mbr-text,
.cid-sTA3waGx8w .mbr-section-btn {
  color: #000000;
}
.cid-sTyCvcYadb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sTyCvcYadb .mbr-text a {
  background-size: 100% 0%;
}
.cid-sTyCvcYadb .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sTyCvcYadb .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-tg1Lz73SPK {
  padding-top: 75px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/car-tires-conceptual-background-with-purple-blue-lights-3d-render-2000x1082.jpg");
}
.cid-tg1Lz73SPK .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tg1Lz73SPK .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tg1Lz73SPK .mbr-iconfont-social:before {
  padding: .6rem;
  border: 1px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tg1Lz73SPK .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-tg1Lz73SPK .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all .3s;
  border-color: transparent;
}
.cid-tg1Lz73SPK .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tg1Lz73SPK .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tg1Lz73SPK .mbr-section-title,
.cid-tg1Lz73SPK .social-list {
  color: #ffffff;
}
.cid-sTyCvdyX8a .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #faac23;
  top: 0px;
}
.cid-sTyCvdyX8a .progress-bar {
  height: 10px;
  background: #e1201d;
  width: 0%;
}
.cid-sTyCvdyX8a .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTyCvdyX8a .hidden {
  display: none;
}
.cid-sTyCvdyX8a H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli8wzfOuk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli8wzfOuk .nav-item:focus,
.cid-tli8wzfOuk .nav-link:focus {
  outline: none;
}
.cid-tli8wzfOuk .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-tli8wzfOuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli8wzfOuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli8wzfOuk .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-tli8wzfOuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli8wzfOuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli8wzfOuk .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli8wzfOuk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli8wzfOuk .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli8wzfOuk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli8wzfOuk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli8wzfOuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli8wzfOuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli8wzfOuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli8wzfOuk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli8wzfOuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli8wzfOuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli8wzfOuk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli8wzfOuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli8wzfOuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli8wzfOuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli8wzfOuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli8wzfOuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli8wzfOuk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli8wzfOuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli8wzfOuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli8wzfOuk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli8wzfOuk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli8wzfOuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli8wzfOuk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli8wzfOuk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli8wzfOuk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli8wzfOuk .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli8wzfOuk .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli8wzfOuk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli8wzfOuk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli8wzfOuk .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli8wzfOuk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli8wzfOuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli8wzfOuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli8wzfOuk .dropdown-item.active,
.cid-tli8wzfOuk .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli8wzfOuk .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli8wzfOuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8wzfOuk .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli8wzfOuk .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli8wzfOuk .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli8wzfOuk .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli8wzfOuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8wzfOuk .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli8wzfOuk .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli8wzfOuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli8wzfOuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli8wzfOuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli8wzfOuk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli8wzfOuk .navbar-buttons {
  text-align: center;
}
.cid-tli8wzfOuk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli8wzfOuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli8wzfOuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli8wzfOuk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8wzfOuk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8wzfOuk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli8wzfOuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8wzfOuk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli8wzfOuk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli8wzfOuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8wzfOuk .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli8wzfOuk a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli8wzfOuk .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli8wzfOuk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli8wzfOuk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli8wzfOuk .navbar {
    height: 77px;
  }
  .cid-tli8wzfOuk .navbar.opened {
    height: auto;
  }
  .cid-tli8wzfOuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli8wzfOuk a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli8wzfOuk a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli8wzfOuk .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli8wzfOuk .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sTzzxFs2qv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #061841;
}
.cid-sTzzxFs2qv .carousel {
  height: 500px;
}
.cid-sTzzxFs2qv .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sTzzxFs2qv .carousel-item,
.cid-sTzzxFs2qv .carousel-inner {
  height: 100%;
}
.cid-sTzzxFs2qv .mbr-overlay {
  z-index: 1;
}
.cid-sTzzxFs2qv .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sTzzxFs2qv .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-sTzzxFs2qv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sTzzxFs2qv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sTzzxFs2qv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sTzzxFs2qv .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTzzxFs2qv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sTzzxFs2qv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sTzzxFs2qv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sTzzxFs2qv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-sTzzxFs2qv .carousel-indicators {
    display: none;
  }
}
.cid-sTzzxFs2qv .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sTzzxFs2qv .carousel-indicators li.active,
.cid-sTzzxFs2qv .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-sTzzxFs2qv .carousel-indicators li::after,
.cid-sTzzxFs2qv .carousel-indicators li::before {
  content: none;
}
.cid-sTzzxFs2qv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sTzzxFs2qv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sTzzxFs2qv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTzzxFs2qv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sTzzxFs2qv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sTzzxFs2qv .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-sTzzxFs2qv H5 {
  text-align: left;
}
.cid-sTzzxFs2qv P {
  text-align: left;
}
.cid-sTzzxFs2qv .mbr-text,
.cid-sTzzxFs2qv .mbr-section-btn {
  text-align: left;
}
.cid-sTzzxFs2qv .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-sTzzxFs2qv .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-sTzzxFs2qv .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #061841;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tvXNqAoahY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXNqAoahY .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXNqAoahY .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXNqAoahY .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXNqAoahY .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-t4YtAl5IS2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-t4YtAl5IS2 .mbr-text,
.cid-t4YtAl5IS2 .mbr-section-btn {
  color: #333333;
}
.cid-t4YtAl5IS2 H1 {
  color: #0087ab;
}
.cid-sSVvlW82uk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-sSVvlW82uk h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sSVvlW82uk .container {
    position: relative;
  }
  .cid-sSVvlW82uk .row {
    margin: 0;
  }
  .cid-sSVvlW82uk h2 {
    margin: 0;
  }
}
.cid-sSVvlW82uk .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sSVvlW82uk .mbr-section-subtitle {
  color: #d21e1c;
}
.cid-sSVvlW82uk .mbr-text {
  color: #000000;
}
.cid-sSVvlW82uk .container-column,
.cid-sSVvlW82uk h2 {
  color: #233a6d;
}
.cid-sSVhtS46Yw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sSVhtS46Yw .mbr-section-title {
  color: #06182d;
}
.cid-sSVhtS46Yw .mbr-section-subtitle {
  color: #06182d;
}
.cid-sSVhtS46Yw .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sSVhtS46Yw .mbr-section-text {
  color: #999999;
}
.cid-sSVhtS46Yw .nav-tabs .nav-item.open .nav-link:focus,
.cid-sSVhtS46Yw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sSVhtS46Yw .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f6e6d2;
}
.cid-sSVhtS46Yw .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-sSVhtS46Yw .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f6e6d2;
  padding: 1rem 2.2rem;
}
.cid-sSVhtS46Yw .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #d37706;
}
.cid-sSVhtS46Yw .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #d37706;
}
.cid-sSVhtS46Yw P {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-sSVhtS46Yw .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sSVhtS46Yw .mbr-text,
  .cid-sSVhtS46Yw .nav-link {
    text-align: center;
  }
}
.cid-sSVhtS46Yw .img-wrap img {
  width: 100%;
}
.cid-sSVhtS46Yw .mbr-section-title,
.cid-sSVhtS46Yw .col {
  color: #113b94;
}
.cid-sS5jjvgX0j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sS5jjvgX0j .mbr-text a {
  background-size: 100% 0%;
}
.cid-sS5jjvgX0j .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sS5jjvgX0j .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-FzrJ1wVcLS .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #55b4d4;
  top: 0px;
}
.cid-FzrJ1wVcLS .progress-bar {
  height: 10px;
  background: #073b4c;
  width: 0%;
}
.cid-FzrJ1wVcLS .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-FzrJ1wVcLS .hidden {
  display: none;
}
.cid-FzrJ1wVcLS H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli9EIWZL7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli9EIWZL7 .nav-item:focus,
.cid-tli9EIWZL7 .nav-link:focus {
  outline: none;
}
.cid-tli9EIWZL7 .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-tli9EIWZL7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli9EIWZL7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli9EIWZL7 .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-tli9EIWZL7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli9EIWZL7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli9EIWZL7 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli9EIWZL7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli9EIWZL7 .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli9EIWZL7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli9EIWZL7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli9EIWZL7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli9EIWZL7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli9EIWZL7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli9EIWZL7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli9EIWZL7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli9EIWZL7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli9EIWZL7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli9EIWZL7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli9EIWZL7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli9EIWZL7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli9EIWZL7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli9EIWZL7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli9EIWZL7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli9EIWZL7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli9EIWZL7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli9EIWZL7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli9EIWZL7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli9EIWZL7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli9EIWZL7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli9EIWZL7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli9EIWZL7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli9EIWZL7 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli9EIWZL7 .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli9EIWZL7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli9EIWZL7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli9EIWZL7 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli9EIWZL7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli9EIWZL7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli9EIWZL7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli9EIWZL7 .dropdown-item.active,
.cid-tli9EIWZL7 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli9EIWZL7 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli9EIWZL7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9EIWZL7 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli9EIWZL7 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli9EIWZL7 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli9EIWZL7 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli9EIWZL7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9EIWZL7 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli9EIWZL7 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli9EIWZL7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli9EIWZL7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli9EIWZL7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli9EIWZL7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli9EIWZL7 .navbar-buttons {
  text-align: center;
}
.cid-tli9EIWZL7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli9EIWZL7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli9EIWZL7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli9EIWZL7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9EIWZL7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9EIWZL7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli9EIWZL7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9EIWZL7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli9EIWZL7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli9EIWZL7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9EIWZL7 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli9EIWZL7 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli9EIWZL7 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli9EIWZL7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli9EIWZL7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli9EIWZL7 .navbar {
    height: 77px;
  }
  .cid-tli9EIWZL7 .navbar.opened {
    height: auto;
  }
  .cid-tli9EIWZL7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli9EIWZL7 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli9EIWZL7 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli9EIWZL7 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli9EIWZL7 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-t6X5WRL26M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262035;
}
.cid-t6X5WRL26M .carousel {
  height: 500px;
}
.cid-t6X5WRL26M .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t6X5WRL26M .carousel-item,
.cid-t6X5WRL26M .carousel-inner {
  height: 100%;
}
.cid-t6X5WRL26M .mbr-overlay {
  z-index: 1;
}
.cid-t6X5WRL26M .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-t6X5WRL26M .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-t6X5WRL26M .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6X5WRL26M .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6X5WRL26M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6X5WRL26M .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t6X5WRL26M .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6X5WRL26M .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6X5WRL26M .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6X5WRL26M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-t6X5WRL26M .carousel-indicators {
    display: none;
  }
}
.cid-t6X5WRL26M .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t6X5WRL26M .carousel-indicators li.active,
.cid-t6X5WRL26M .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-t6X5WRL26M .carousel-indicators li::after,
.cid-t6X5WRL26M .carousel-indicators li::before {
  content: none;
}
.cid-t6X5WRL26M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-t6X5WRL26M .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6X5WRL26M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6X5WRL26M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6X5WRL26M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6X5WRL26M .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-t6X5WRL26M H5 {
  text-align: left;
}
.cid-t6X5WRL26M P {
  text-align: left;
}
.cid-t6X5WRL26M .mbr-text,
.cid-t6X5WRL26M .mbr-section-btn {
  text-align: left;
}
.cid-t6X5WRL26M .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-t6X5WRL26M .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-t6X5WRL26M .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #262035;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tvXOpHS6U7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXOpHS6U7 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXOpHS6U7 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXOpHS6U7 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXOpHS6U7 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tDjxvEWWRu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-tDjxvEWWRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDjxvEWWRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDjxvEWWRu .card {
    padding: 0 80px;
  }
  .cid-tDjxvEWWRu .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tDjxvEWWRu .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tDjxvEWWRu .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDjxvEWWRu .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tDjxvEWWRu .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tDjxvEWWRu .image-wrapper {
    padding: 0;
  }
}
.cid-tDjxvEWWRu .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tDjxvEWWRu .image-wrapper img {
    height: 300px;
  }
}
.cid-tDjxvEWWRu .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 280px;
  padding: 50px 30px;
  background-color: #e1201d;
  opacity: .9;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tDjxvEWWRu .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tDjxvEWWRu .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tDjxvEWWRu .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tDjxvEWWRu .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tDjxvEWWRu .mbr-section-title {
  color: #e1201d;
}
.cid-tDjxvEWWRu .mbr-text {
  color: #272727;
  text-align: left;
}
.cid-tDjxvEWWRu .mbr-number {
  color: #f7ed4a;
}
.cid-tDjxvEWWRu .mbr-desc {
  color: #ffffff;
}
.cid-tlut2H99ZG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
@media (max-width: 991px) {
  .cid-tlut2H99ZG .row {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-tlut2H99ZG .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tlut2H99ZG .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlut2H99ZG .col-card {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlut2H99ZG .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlut2H99ZG .col-text {
    padding-right: 2rem;
  }
}
.cid-tlut2H99ZG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tlut2H99ZG .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-tlut2H99ZG .mbr-text {
  color: #002549;
  max-width: 20rem;
}
.cid-tlut2H99ZG .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.cid-tlut2H99ZG .card-text {
  color: #191f23;
  flex-grow: 1;
}
.cid-tlut2H99ZG .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tlut2H99ZG .icon-box span {
  color: #e1201d;
}
.cid-tlut2H99ZG .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-tlut2H99ZG .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-tlut2H99ZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlut2H99ZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlut2H99ZG .mbr-section-title,
.cid-tlut2H99ZG .mbr-section-btn {
  color: #e1201d;
  text-align: left;
}
.cid-uyndkPhglX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uyndkPhglX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyndkPhglX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyndkPhglX .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uyndkPhglX .text-container {
    margin: 0 5%;
  }
}
.cid-uyndkPhglX .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uyndkPhglX .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uyndkPhglX .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uyndkPhglX .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uyndkPhglX .mbr-text {
  color: #e8e8e8;
}
.cid-uyndkPhglX .mbr-desc,
.cid-uyndkPhglX .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uyndkPhglX .mbr-text,
.cid-uyndkPhglX .text-container {
  text-align: center;
  color: #e1201d;
}
.cid-t6X5X5cPDL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-t6X5X5cPDL .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-t6X5X5cPDL .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t6X5X5cPDL .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-t6X5X5cPDL .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-t6X5X6RntH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-t6X5X6RntH .mbr-text a {
  background-size: 100% 0%;
}
.cid-t6X5X6RntH .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-t6X5X6RntH .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-t6X5X83GJA .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #7e7e7e;
  top: 0px;
}
.cid-t6X5X83GJA .progress-bar {
  height: 10px;
  background: #0f7699;
  width: 0%;
}
.cid-t6X5X83GJA .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-t6X5X83GJA .hidden {
  display: none;
}
.cid-t6X5X83GJA H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli9bMPGce .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli9bMPGce .nav-item:focus,
.cid-tli9bMPGce .nav-link:focus {
  outline: none;
}
.cid-tli9bMPGce .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-tli9bMPGce .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli9bMPGce .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli9bMPGce .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-tli9bMPGce .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli9bMPGce .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli9bMPGce .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli9bMPGce .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli9bMPGce .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli9bMPGce .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli9bMPGce .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli9bMPGce .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli9bMPGce .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli9bMPGce .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli9bMPGce .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli9bMPGce .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli9bMPGce .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli9bMPGce .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli9bMPGce .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli9bMPGce .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli9bMPGce .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli9bMPGce .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli9bMPGce .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli9bMPGce .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli9bMPGce .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli9bMPGce .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli9bMPGce .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli9bMPGce .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli9bMPGce .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli9bMPGce .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli9bMPGce .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli9bMPGce .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli9bMPGce .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli9bMPGce .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli9bMPGce .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli9bMPGce .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli9bMPGce .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli9bMPGce .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli9bMPGce .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli9bMPGce .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli9bMPGce .dropdown-item.active,
.cid-tli9bMPGce .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli9bMPGce .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli9bMPGce .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9bMPGce .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli9bMPGce .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli9bMPGce .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli9bMPGce .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli9bMPGce .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9bMPGce .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli9bMPGce .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli9bMPGce .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli9bMPGce .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli9bMPGce .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli9bMPGce ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli9bMPGce .navbar-buttons {
  text-align: center;
}
.cid-tli9bMPGce button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli9bMPGce button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli9bMPGce button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli9bMPGce button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9bMPGce button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9bMPGce button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli9bMPGce nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9bMPGce nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli9bMPGce nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli9bMPGce nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9bMPGce .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli9bMPGce a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli9bMPGce .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli9bMPGce .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli9bMPGce .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli9bMPGce .navbar {
    height: 77px;
  }
  .cid-tli9bMPGce .navbar.opened {
    height: auto;
  }
  .cid-tli9bMPGce .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli9bMPGce a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli9bMPGce a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli9bMPGce .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli9bMPGce .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sS5Xac7EHP {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-sS5Xac7EHP .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sS5Xac7EHP .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sS5Xac7EHP .align-center {
    text-align: center;
  }
}
.cid-sS5Xac7EHP h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sS5Xac7EHP .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sS5Xac7EHP .row {
    margin: 0;
  }
}
.cid-sS5Xac7EHP .btn {
  margin-left: 0rem;
}
.cid-sS5Xac7EHP H3 {
  color: #c88d1c;
}
.cid-tvXO6Fl8xp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXO6Fl8xp .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXO6Fl8xp .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXO6Fl8xp .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXO6Fl8xp .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uCCrYAu5rR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-uCCrYAu5rR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCrYAu5rR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCrYAu5rR .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uCCrYAu5rR .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-uCCrYAu5rR .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-uCCrYAu5rR .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-uCCrYAu5rR .card-title {
  margin-bottom: 30px;
  color: #85122d;
}
.cid-uCCrYAu5rR .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-uCCrYAu5rR .mbr-section-btn {
  margin-top: 30px;
}
.cid-uCCrYAu5rR .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-uCCrYAu5rR .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-uCCrYAu5rR .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uCCrYAu5rR .image-wrapper {
    margin-top: 0;
  }
}
.cid-uCCrYAu5rR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCCrYAu5rR .mbr-media {
  position: static;
  width: 100%;
}
.cid-uCCrYAu5rR .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-uCCrYAu5rR .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #85122d;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-uCCrYAu5rR .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-uCCrYAu5rR .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-uCCrYAu5rR .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-uCCrYAu5rR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uCCrYAu5rR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uCCrYAu5rR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uCCrYAu5rR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCCrYAu5rR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHSbLl9QDw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHSbLl9QDw .col-lg-2 {
    width: 20%;
  }
}
.cid-uHSbLl9QDw .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uHSbLl9QDw .item:hover img,
.cid-uHSbLl9QDw .item:hover .item-img {
  border-radius: 0;
}
.cid-uHSbLl9QDw img {
  border: 2px solid gray;
}
.cid-uHSbLl9QDw img:hover {
  border-color: #264387;
}
.cid-uHSbLl9QDw img,
.cid-uHSbLl9QDw .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-uHSbLl9QDw h5 {
  margin: 0;
}
.cid-uHSbLl9QDw .item:focus,
.cid-uHSbLl9QDw span:focus {
  outline: none;
}
.cid-uHSbLl9QDw .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHSbLl9QDw .item-content {
  padding-top: 1rem;
}
.cid-uHSbLl9QDw .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-uHSbLl9QDw .item-title {
  color: #304d8b;
}
.cid-uHSbLl9QDw .item-subtitle {
  color: #666666;
}
.cid-uHSbLl9QDw .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-u90JHGFtU9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
@media (min-width: 992px) {
  .cid-u90JHGFtU9 .col-lg-2 {
    width: 20%;
  }
}
.cid-u90JHGFtU9 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u90JHGFtU9 .item:hover img,
.cid-u90JHGFtU9 .item:hover .item-img {
  border-radius: 0;
}
.cid-u90JHGFtU9 img {
  border: 2px solid gray;
}
.cid-u90JHGFtU9 img:hover {
  border-color: #264387;
}
.cid-u90JHGFtU9 img,
.cid-u90JHGFtU9 .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-u90JHGFtU9 h5 {
  margin: 0;
}
.cid-u90JHGFtU9 .item:focus,
.cid-u90JHGFtU9 span:focus {
  outline: none;
}
.cid-u90JHGFtU9 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u90JHGFtU9 .item-content {
  padding-top: 1rem;
}
.cid-u90JHGFtU9 .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-u90JHGFtU9 .item-title {
  color: #304d8b;
}
.cid-u90JHGFtU9 .item-subtitle {
  color: #666666;
}
.cid-u90JHGFtU9 .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-tAtfeVRcAZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAtfeVRcAZ .col-lg-2 {
    width: 20%;
  }
}
.cid-tAtfeVRcAZ .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tAtfeVRcAZ .item:hover img,
.cid-tAtfeVRcAZ .item:hover .item-img {
  border-radius: 0;
}
.cid-tAtfeVRcAZ img {
  border: 2px solid gray;
}
.cid-tAtfeVRcAZ img:hover {
  border-color: #264387;
}
.cid-tAtfeVRcAZ img,
.cid-tAtfeVRcAZ .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-tAtfeVRcAZ h5 {
  margin: 0;
}
.cid-tAtfeVRcAZ .item:focus,
.cid-tAtfeVRcAZ span:focus {
  outline: none;
}
.cid-tAtfeVRcAZ .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tAtfeVRcAZ .item-content {
  padding-top: 1rem;
}
.cid-tAtfeVRcAZ .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-tAtfeVRcAZ .item-title {
  color: #304d8b;
}
.cid-tAtfeVRcAZ .item-subtitle {
  color: #666666;
}
.cid-tAtfeVRcAZ .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-tjjF1pU6Vk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcf5e6;
}
.cid-tjjF1pU6Vk .nav-tabs .nav-item.open .nav-link:focus,
.cid-tjjF1pU6Vk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tjjF1pU6Vk .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tjjF1pU6Vk .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tjjF1pU6Vk .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tjjF1pU6Vk .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #791110;
}
.cid-tjjF1pU6Vk .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjjF1pU6Vk .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tjjF1pU6Vk .nav-tabs .nav-item {
  width: 100%;
}
.cid-tjjF1pU6Vk .nav-link,
.cid-tjjF1pU6Vk .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-tjjF1pU6Vk .nav-tabs .nav-link.active {
  color: #791110;
}
.cid-tjjF1pU6Vk .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tjjF1pU6Vk .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tjjF1pU6Vk .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tjjF1pU6Vk .logo-container {
    border-right: 1px solid #791110;
  }
}
.cid-tjjF1pU6Vk H4 {
  text-align: center;
}
.cid-tjjF1pU6Vk H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tjjF1pU6Vk .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sX3Yl9ZVVT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcf5e6;
}
.cid-sX3Yl9ZVVT .nav-tabs .nav-item.open .nav-link:focus,
.cid-sX3Yl9ZVVT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sX3Yl9ZVVT .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-sX3Yl9ZVVT .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sX3Yl9ZVVT .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-sX3Yl9ZVVT .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #791110;
}
.cid-sX3Yl9ZVVT .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3Yl9ZVVT .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-sX3Yl9ZVVT .nav-tabs .nav-item {
  width: 100%;
}
.cid-sX3Yl9ZVVT .nav-link,
.cid-sX3Yl9ZVVT .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-sX3Yl9ZVVT .nav-tabs .nav-link.active {
  color: #791110;
}
.cid-sX3Yl9ZVVT .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-sX3Yl9ZVVT .tab-content {
    border-radius: 30px !important;
  }
}
.cid-sX3Yl9ZVVT .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-sX3Yl9ZVVT .logo-container {
    border-right: 1px solid #791110;
  }
}
.cid-sX3Yl9ZVVT H4 {
  text-align: center;
}
.cid-sX3Yl9ZVVT H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-sX3Yl9ZVVT .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sX3Yl9ZVVT P {
  color: #777777;
}
.cid-sX3YreuPZ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf5e6;
}
.cid-sX3YreuPZ3 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sX3YreuPZ3 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sX3YreuPZ3 .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-sX3YreuPZ3 .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sX3YreuPZ3 .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-sX3YreuPZ3 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #791110;
}
.cid-sX3YreuPZ3 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3YreuPZ3 .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-sX3YreuPZ3 .nav-tabs .nav-item {
  width: 100%;
}
.cid-sX3YreuPZ3 .nav-link,
.cid-sX3YreuPZ3 .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-sX3YreuPZ3 .nav-tabs .nav-link.active {
  color: #791110;
}
.cid-sX3YreuPZ3 .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-sX3YreuPZ3 .tab-content {
    border-radius: 30px !important;
  }
}
.cid-sX3YreuPZ3 .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-sX3YreuPZ3 .logo-container {
    border-right: 1px solid #791110;
  }
}
.cid-sX3YreuPZ3 H4 {
  text-align: center;
}
.cid-sX3YreuPZ3 H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-sX3YreuPZ3 .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sX3YrMQ23c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcf5e6;
}
.cid-sX3YrMQ23c .nav-tabs .nav-item.open .nav-link:focus,
.cid-sX3YrMQ23c .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sX3YrMQ23c .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-sX3YrMQ23c .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sX3YrMQ23c .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-sX3YrMQ23c .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #791110;
}
.cid-sX3YrMQ23c .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3YrMQ23c .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-sX3YrMQ23c .nav-tabs .nav-item {
  width: 100%;
}
.cid-sX3YrMQ23c .nav-link,
.cid-sX3YrMQ23c .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-sX3YrMQ23c .nav-tabs .nav-link.active {
  color: #791110;
}
.cid-sX3YrMQ23c .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-sX3YrMQ23c .tab-content {
    border-radius: 30px !important;
  }
}
.cid-sX3YrMQ23c .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-sX3YrMQ23c .logo-container {
    border-right: 1px solid #791110;
  }
}
.cid-sX3YrMQ23c H4 {
  text-align: center;
}
.cid-sX3YrMQ23c H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-sX3YrMQ23c .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sS5jjvgX0j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sS5jjvgX0j .mbr-text a {
  background-size: 100% 0%;
}
.cid-sS5jjvgX0j .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sS5jjvgX0j .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-tg1JQ1JulW {
  padding-top: 75px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/car-tires-conceptual-background-with-purple-blue-lights-3d-render-2000x1082.jpg");
}
.cid-tg1JQ1JulW .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tg1JQ1JulW .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tg1JQ1JulW .mbr-iconfont-social:before {
  padding: .6rem;
  border: 1px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tg1JQ1JulW .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-tg1JQ1JulW .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all .3s;
  border-color: transparent;
}
.cid-tg1JQ1JulW .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tg1JQ1JulW .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tg1JQ1JulW .mbr-section-title,
.cid-tg1JQ1JulW .social-list {
  color: #ffffff;
}
.cid-sTcuP6jx1E .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #faac23;
  top: 0px;
}
.cid-sTcuP6jx1E .progress-bar {
  height: 10px;
  background: #e1201d;
  width: 0%;
}
.cid-sTcuP6jx1E .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTcuP6jx1E .hidden {
  display: none;
}
.cid-sTcuP6jx1E H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli8MEZVeq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli8MEZVeq .nav-item:focus,
.cid-tli8MEZVeq .nav-link:focus {
  outline: none;
}
.cid-tli8MEZVeq .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-tli8MEZVeq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli8MEZVeq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli8MEZVeq .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-tli8MEZVeq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli8MEZVeq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli8MEZVeq .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli8MEZVeq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli8MEZVeq .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli8MEZVeq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli8MEZVeq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli8MEZVeq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli8MEZVeq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli8MEZVeq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli8MEZVeq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli8MEZVeq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli8MEZVeq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli8MEZVeq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli8MEZVeq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli8MEZVeq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli8MEZVeq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli8MEZVeq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli8MEZVeq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli8MEZVeq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli8MEZVeq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli8MEZVeq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli8MEZVeq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli8MEZVeq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli8MEZVeq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli8MEZVeq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli8MEZVeq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli8MEZVeq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli8MEZVeq .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli8MEZVeq .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli8MEZVeq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli8MEZVeq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli8MEZVeq .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli8MEZVeq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli8MEZVeq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli8MEZVeq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli8MEZVeq .dropdown-item.active,
.cid-tli8MEZVeq .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli8MEZVeq .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli8MEZVeq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8MEZVeq .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli8MEZVeq .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli8MEZVeq .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli8MEZVeq .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli8MEZVeq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8MEZVeq .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli8MEZVeq .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli8MEZVeq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli8MEZVeq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli8MEZVeq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli8MEZVeq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli8MEZVeq .navbar-buttons {
  text-align: center;
}
.cid-tli8MEZVeq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli8MEZVeq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli8MEZVeq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli8MEZVeq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8MEZVeq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8MEZVeq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli8MEZVeq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8MEZVeq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli8MEZVeq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli8MEZVeq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8MEZVeq .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli8MEZVeq a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli8MEZVeq .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli8MEZVeq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli8MEZVeq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli8MEZVeq .navbar {
    height: 77px;
  }
  .cid-tli8MEZVeq .navbar.opened {
    height: auto;
  }
  .cid-tli8MEZVeq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli8MEZVeq a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli8MEZVeq a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli8MEZVeq .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli8MEZVeq .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-tsyL5zkk3T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #730200;
}
.cid-tsyL5zkk3T .carousel {
  height: 500px;
}
.cid-tsyL5zkk3T .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsyL5zkk3T .carousel-item,
.cid-tsyL5zkk3T .carousel-inner {
  height: 100%;
}
.cid-tsyL5zkk3T .mbr-overlay {
  z-index: 1;
}
.cid-tsyL5zkk3T .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-tsyL5zkk3T .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-tsyL5zkk3T .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsyL5zkk3T .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsyL5zkk3T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tsyL5zkk3T .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsyL5zkk3T .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsyL5zkk3T .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsyL5zkk3T .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsyL5zkk3T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tsyL5zkk3T .carousel-indicators {
    display: none;
  }
}
.cid-tsyL5zkk3T .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tsyL5zkk3T .carousel-indicators li.active,
.cid-tsyL5zkk3T .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-tsyL5zkk3T .carousel-indicators li::after,
.cid-tsyL5zkk3T .carousel-indicators li::before {
  content: none;
}
.cid-tsyL5zkk3T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tsyL5zkk3T .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsyL5zkk3T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsyL5zkk3T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsyL5zkk3T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsyL5zkk3T .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-tsyL5zkk3T H5 {
  text-align: left;
}
.cid-tsyL5zkk3T P {
  text-align: left;
}
.cid-tsyL5zkk3T .mbr-text,
.cid-tsyL5zkk3T .mbr-section-btn {
  text-align: left;
}
.cid-tsyL5zkk3T .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-tsyL5zkk3T .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-tsyL5zkk3T .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #730200;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tvXNCIXvi6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXNCIXvi6 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXNCIXvi6 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXNCIXvi6 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXNCIXvi6 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uvPHVDoSEB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cebfaf;
}
@media (max-width: 767px) {
  .cid-uvPHVDoSEB {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uvPHVDoSEB .nav-link {
  font-weight: 900;
}
.cid-uvPHVDoSEB .nav-item:not(:first-child)::before {
  background: #e5e5e5;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uvPHVDoSEB .navbar-nav {
  display: block;
}
.cid-uvPHVDoSEB .navbar-nav li {
  display: inline-block;
}
.cid-uvPHVDoSEB li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uvPHVDoSEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPHVDoSEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPHVDoSEB .navbar-nav,
.cid-uvPHVDoSEB .mbr-section-title {
  text-align: center;
}
.cid-tsyM2PVw5M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsyM2PVw5M .title__wrap {
  margin-bottom: 30px;
}
.cid-tsyM2PVw5M .title__block {
  margin-bottom: 10px;
}
.cid-tsyM2PVw5M .mbr-section-title,
.cid-tsyM2PVw5M .text__time,
.cid-tsyM2PVw5M .mbr-text,
.cid-tsyM2PVw5M .text__author,
.cid-tsyM2PVw5M .text__hall {
  margin-bottom: 0;
}
.cid-tsyM2PVw5M .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tsyM2PVw5M .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tsyM2PVw5M .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsyM2PVw5M .mbr-section-btn .btn-secondary-outline:hover {
  color: #264387 !important;
}
.cid-tsyM2PVw5M .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tsyM2PVw5M .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tsyM2PVw5M .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-tsyM2PVw5M .nav-tabs .nav-item.open .nav-link:focus,
.cid-tsyM2PVw5M .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tsyM2PVw5M .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-tsyM2PVw5M .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tsyM2PVw5M .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #264387;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-tsyM2PVw5M .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tsyM2PVw5M .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #e49105;
}
.cid-tsyM2PVw5M .nav-tabs .nav-link.active:hover {
  background-color: #e49105;
}
@media (max-width: 991px) {
  .cid-tsyM2PVw5M .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-tsyM2PVw5M .buttons {
    justify-content: flex-start;
  }
}
.cid-tsyM2PVw5M .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tsyM2PVw5M .mbr-section-title {
  color: #2e6995;
}
.cid-tsyM2PVw5M .text__author {
  color: #191f23;
}
.cid-tsyM3OESrf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffbf8;
}
.cid-tsyM3OESrf .title__wrap {
  margin-bottom: 30px;
}
.cid-tsyM3OESrf .title__block {
  margin-bottom: 10px;
}
.cid-tsyM3OESrf .mbr-section-title,
.cid-tsyM3OESrf .text__time,
.cid-tsyM3OESrf .mbr-text,
.cid-tsyM3OESrf .text__author,
.cid-tsyM3OESrf .text__hall {
  margin-bottom: 0;
}
.cid-tsyM3OESrf .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tsyM3OESrf .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tsyM3OESrf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsyM3OESrf .mbr-section-btn .btn-secondary-outline:hover {
  color: #264387 !important;
}
.cid-tsyM3OESrf .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tsyM3OESrf .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tsyM3OESrf .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-tsyM3OESrf .nav-tabs .nav-item.open .nav-link:focus,
.cid-tsyM3OESrf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tsyM3OESrf .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-tsyM3OESrf .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tsyM3OESrf .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #264387;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-tsyM3OESrf .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tsyM3OESrf .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #e49105;
}
.cid-tsyM3OESrf .nav-tabs .nav-link.active:hover {
  background-color: #e49105;
}
@media (max-width: 991px) {
  .cid-tsyM3OESrf .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-tsyM3OESrf .buttons {
    justify-content: flex-start;
  }
}
.cid-tsyM3OESrf .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tsyM3OESrf .mbr-section-title {
  color: #2e6995;
}
.cid-tsyM3OESrf .text__author {
  color: #191f23;
}
.cid-sT0nA708EI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sT0nA708EI .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sT0nA708EI .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sT0nA708EI .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sT0nA708EI .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sT0nA7tHKa {
  padding-top: 40px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sT0nA7tHKa .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sT0nA7tHKa .box-item {
  width: 29%;
}
.cid-sT0nA7tHKa .box-item:first-child {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sT0nA7tHKa .box-item .wrap {
  height: 100%;
  background-color: #141a38;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sT0nA7tHKa .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sT0nA7tHKa .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 1.75;
}
.cid-sT0nA7tHKa .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-sT0nA7tHKa .box-item .heading h5 {
  font-weight: 700;
}
.cid-sT0nA7tHKa .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 1.45;
}
.cid-sT0nA7tHKa .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sT0nA7tHKa .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sT0nA7tHKa .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sT0nA7tHKa .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-sT0nA7tHKa .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #264387;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sT0nA7tHKa .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sT0nA7tHKa .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sT0nA7tHKa .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sT0nA7tHKa .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sT0nA7tHKa .right-side .box-item:last-child .icon-block-top span {
  color: #4f87fb;
  padding-right: 20px;
}
.cid-sT0nA7tHKa .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sT0nA7tHKa .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sT0nA7tHKa .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sT0nA7tHKa .right-side .box-item .box-item-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-sT0nA7tHKa .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-sT0nA7tHKa .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 1.71;
}
.cid-sT0nA7tHKa .box-list li:last-child {
  border-bottom: none;
}
.cid-sT0nA7tHKa .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sT0nA7tHKa .media-content {
  flex-basis: initial;
}
.cid-sT0nA7tHKa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sT0nA7tHKa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sT0nA7tHKa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sT0nA7tHKa a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sT0nA7tHKa .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sT0nA7tHKa .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-sT0nA7tHKa .icon-wrap:after {
  content: '';
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sT0nA7tHKa .icon-wrap span {
  padding-left: 8px;
  font-weight: bold;
}
.cid-sT0nA7tHKa .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sT0nA7tHKa .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sT0nA7tHKa .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sT0nA7tHKa .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sT0nA7tHKa .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sT0nA7tHKa .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sT0nA7tHKa .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sT0nA7tHKa .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sT0nA7tHKa .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sT0nA7tHKa .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-sT0nA7tHKa .box-item-text {
    text-align: center;
  }
  .cid-sT0nA7tHKa .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sT0nA7tHKa .right-side {
    flex-wrap: wrap;
  }
  .cid-sT0nA7tHKa .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sT0nA7tHKa .show-modal {
    height: 80%;
  }
}
.cid-sT0nA7tHKa .mbr-section-btn {
  color: #232323;
}
.cid-sT0nA7tHKa .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sT0nA7tHKa h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sT0nA7tHKa H5 {
  color: #ffffff;
}
.cid-sT0nA7tHKa .box-item .wrap .box-item-text,
.cid-sT0nA7tHKa .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sT0nA7tHKa .right-side .box-item-title {
  color: #113b94;
}
.cid-sT0nAaXScB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sT0nAaXScB .mbr-text a {
  background-size: 100% 0%;
}
.cid-sT0nAaXScB .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sT0nAaXScB .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-sTcubopdTF .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #faac23;
  top: 0px;
}
.cid-sTcubopdTF .progress-bar {
  height: 10px;
  background: #379acf;
  width: 0%;
}
.cid-sTcubopdTF .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTcubopdTF .hidden {
  display: none;
}
.cid-sTcubopdTF H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-uFIU7r7nKL.popup-builder {
  background-color: #ffffff;
}
.cid-uFIU7r7nKL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFIU7r7nKL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFIU7r7nKL .modal-content,
.cid-uFIU7r7nKL .modal-dialog {
  height: auto;
}
.cid-uFIU7r7nKL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFIU7r7nKL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFIU7r7nKL .form-wrapper .mbr-form .form-group,
  .cid-uFIU7r7nKL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFIU7r7nKL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFIU7r7nKL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFIU7r7nKL .mbr-text {
  text-align: center;
}
.cid-uFIU7r7nKL .pt-0 {
  padding-top: 0 !important;
}
.cid-uFIU7r7nKL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFIU7r7nKL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFIU7r7nKL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFIU7r7nKL .modal-open {
  overflow: hidden;
}
.cid-uFIU7r7nKL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFIU7r7nKL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFIU7r7nKL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFIU7r7nKL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFIU7r7nKL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFIU7r7nKL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFIU7r7nKL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFIU7r7nKL .modal-content {
  background: #e5e7cd;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFIU7r7nKL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFIU7r7nKL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFIU7r7nKL .modal-backdrop.show {
  opacity: .5;
}
.cid-uFIU7r7nKL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uFIU7r7nKL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFIU7r7nKL .modal-header .close:hover {
  opacity: 1;
}
.cid-uFIU7r7nKL .modal-header .close:focus {
  outline: none;
}
.cid-uFIU7r7nKL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uFIU7r7nKL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uFIU7r7nKL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uFIU7r7nKL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFIU7r7nKL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFIU7r7nKL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFIU7r7nKL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFIU7r7nKL .modal-sm {
    max-width: 300px;
  }
  .cid-uFIU7r7nKL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uFIU7r7nKL .modal-lg,
  .cid-uFIU7r7nKL .modal-xl {
    max-width: 800px;
  }
  .cid-uFIU7r7nKL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uFIU7r7nKL .modal-xl {
    max-width: 1140px;
  }
  .cid-uFIU7r7nKL .container {
    max-width: 1140px;
  }
}
.cid-uFIU7r7nKL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uFIU7r7nKL .container {
    max-width: 720px;
  }
}
.cid-uFIU7r7nKL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFIU7r7nKL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFIU7r7nKL .form-group {
  margin-bottom: 1rem;
}
.cid-uFIU7r7nKL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFIU7r7nKL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFIU7r7nKL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFIU7r7nKL LABEL {
  color: #e1201d;
}
.cid-tli92eMrdL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli92eMrdL .nav-item:focus,
.cid-tli92eMrdL .nav-link:focus {
  outline: none;
}
.cid-tli92eMrdL .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-tli92eMrdL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli92eMrdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli92eMrdL .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-tli92eMrdL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli92eMrdL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli92eMrdL .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli92eMrdL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli92eMrdL .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli92eMrdL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli92eMrdL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli92eMrdL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli92eMrdL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli92eMrdL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli92eMrdL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli92eMrdL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli92eMrdL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli92eMrdL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli92eMrdL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli92eMrdL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli92eMrdL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli92eMrdL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli92eMrdL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli92eMrdL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli92eMrdL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli92eMrdL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli92eMrdL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli92eMrdL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli92eMrdL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli92eMrdL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli92eMrdL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli92eMrdL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli92eMrdL .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli92eMrdL .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli92eMrdL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli92eMrdL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli92eMrdL .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli92eMrdL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli92eMrdL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli92eMrdL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli92eMrdL .dropdown-item.active,
.cid-tli92eMrdL .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli92eMrdL .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli92eMrdL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli92eMrdL .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli92eMrdL .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli92eMrdL .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli92eMrdL .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli92eMrdL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli92eMrdL .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli92eMrdL .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli92eMrdL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli92eMrdL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli92eMrdL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli92eMrdL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli92eMrdL .navbar-buttons {
  text-align: center;
}
.cid-tli92eMrdL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli92eMrdL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli92eMrdL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli92eMrdL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli92eMrdL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli92eMrdL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli92eMrdL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli92eMrdL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli92eMrdL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli92eMrdL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli92eMrdL .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli92eMrdL a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli92eMrdL .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli92eMrdL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli92eMrdL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli92eMrdL .navbar {
    height: 77px;
  }
  .cid-tli92eMrdL .navbar.opened {
    height: auto;
  }
  .cid-tli92eMrdL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli92eMrdL a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli92eMrdL a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli92eMrdL .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli92eMrdL .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sTtmrXZFUA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262035;
}
.cid-sTtmrXZFUA .carousel {
  height: 500px;
}
.cid-sTtmrXZFUA .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sTtmrXZFUA .carousel-item,
.cid-sTtmrXZFUA .carousel-inner {
  height: 100%;
}
.cid-sTtmrXZFUA .mbr-overlay {
  z-index: 1;
}
.cid-sTtmrXZFUA .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sTtmrXZFUA .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-sTtmrXZFUA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sTtmrXZFUA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sTtmrXZFUA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sTtmrXZFUA .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTtmrXZFUA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sTtmrXZFUA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sTtmrXZFUA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sTtmrXZFUA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-sTtmrXZFUA .carousel-indicators {
    display: none;
  }
}
.cid-sTtmrXZFUA .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sTtmrXZFUA .carousel-indicators li.active,
.cid-sTtmrXZFUA .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-sTtmrXZFUA .carousel-indicators li::after,
.cid-sTtmrXZFUA .carousel-indicators li::before {
  content: none;
}
.cid-sTtmrXZFUA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sTtmrXZFUA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sTtmrXZFUA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTtmrXZFUA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sTtmrXZFUA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sTtmrXZFUA .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-sTtmrXZFUA H5 {
  text-align: left;
}
.cid-sTtmrXZFUA P {
  text-align: left;
}
.cid-sTtmrXZFUA .mbr-text,
.cid-sTtmrXZFUA .mbr-section-btn {
  text-align: left;
}
.cid-sTtmrXZFUA .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-sTtmrXZFUA .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-sTtmrXZFUA .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #262035;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tvXNUKFFC8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXNUKFFC8 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXNUKFFC8 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXNUKFFC8 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXNUKFFC8 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uJSPhPCSh9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-uJSPhPCSh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJSPhPCSh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uJSPhPCSh9 .container {
    padding: 0 24px;
  }
}
.cid-uJSPhPCSh9 .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .row {
    padding: 24px;
  }
}
.cid-uJSPhPCSh9 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uJSPhPCSh9 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .row .card {
    border: none;
  }
}
.cid-uJSPhPCSh9 .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uJSPhPCSh9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uJSPhPCSh9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uJSPhPCSh9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uJSPhPCSh9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uJSPhPCSh9 .items {
  border-left: 1px solid #72716b;
}
.cid-uJSPhPCSh9 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .items .item {
    padding: 24px;
  }
}
.cid-uJSPhPCSh9 .items .item:last-child {
  border: none;
}
.cid-uJSPhPCSh9 .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .items .item .item-wrapper {
    display: block;
  }
}
.cid-uJSPhPCSh9 .items .item .item-wrapper .item-img {
  background-color: #f9f6e0;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uJSPhPCSh9 .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uJSPhPCSh9 .items .item .item-wrapper .item-img img {
  width: 0;
  height: 0;
  object-fit: fill;
  margin: 0 auto;
}
.cid-uJSPhPCSh9 .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uJSPhPCSh9 .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJSPhPCSh9 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uJSPhPCSh9 .mbr-desc {
  color: #E0B548;
  text-align: right;
}
.cid-uJSPhPCSh9 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uJSPhPCSh9 .card-title {
  color: #F9F6E0;
}
.cid-uJSPhPCSh9 .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJSPhPCSh9 .mbr-section-title,
.cid-uJSPhPCSh9 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uJSLcs0SEo {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #e8e8e8;
}
.cid-uJSLcs0SEo h1 {
  margin-bottom: 0.2rem;
}
.cid-uJSLcs0SEo .container-fluid {
  padding: 0;
}
.cid-uJSLcs0SEo img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uJSLcs0SEo .mbr-figure {
  height: 100%;
}
.cid-uJSLcs0SEo .col-lg-6 {
  padding: 0;
}
.cid-uJSLcs0SEo .mbr-text {
  color: #747474;
}
.cid-uJSLcs0SEo hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uJSLcs0SEo .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uJSLcs0SEo .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-uJSLcs0SEo .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-uJSLcs0SEo .mbr-figure::after {
  content: '';
  background-color: #e10d25;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uJSLcs0SEo .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uJSLcs0SEo .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uJSLcs0SEo .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uJSLcs0SEo .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uJSLcs0SEo .btn {
  color: #101010 !important;
}
.cid-uJSLcs0SEo .btn:hover {
  color: #ffffff !important;
}
.cid-uJSLcs0SEo .line-title {
  width: 0px;
  height: 0px;
  background-color: #e10d25;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uJSLcs0SEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJSLcs0SEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHSdqCVG1o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHSdqCVG1o h2,
.cid-uHSdqCVG1o h3,
.cid-uHSdqCVG1o h4,
.cid-uHSdqCVG1o p {
  margin: 0;
}
.cid-uHSdqCVG1o .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-uHSdqCVG1o .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-uHSdqCVG1o .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uHSdqCVG1o .mbr-section-title {
  color: #7f1933;
  margin-bottom: 22px;
}
.cid-uHSdqCVG1o .mbr-section-subtitle {
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-uHSdqCVG1o .mbr-text {
  color: #4c4c4c;
  margin-bottom: 10px;
}
.cid-uHSdqCVG1o P {
  color: #535353;
}
.cid-uBXgBzil9T {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBXgBzil9T h2,
.cid-uBXgBzil9T h3,
.cid-uBXgBzil9T h4,
.cid-uBXgBzil9T p {
  margin: 0;
}
.cid-uBXgBzil9T .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-uBXgBzil9T .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-uBXgBzil9T .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uBXgBzil9T .mbr-section-title {
  color: #7f1933;
  margin-bottom: 22px;
}
.cid-uBXgBzil9T .mbr-section-subtitle {
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-uBXgBzil9T .mbr-text {
  color: #4c4c4c;
  margin-bottom: 10px;
}
.cid-uBXgBzil9T P {
  color: #535353;
}
.cid-uzYtic3Zrs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzYtic3Zrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzYtic3Zrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYtic3Zrs .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uzYtic3Zrs .mbr-section-title {
  color: #24262b;
}
.cid-uzYtic3Zrs .mbr-section-subtitle {
  color: #24262b;
}
.cid-uzYtic3Zrs .cards-row {
  row-gap: 32px;
}
.cid-uzYtic3Zrs .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uzYtic3Zrs .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uzYtic3Zrs .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uzYtic3Zrs .card-subtitle {
  color: #24262b;
}
.cid-uzYtic3Zrs .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uzYtic3Zrs .mbr-section-btn {
  margin-top: 20px;
}
.cid-uzYtic3Zrs .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uzYtic3Zrs .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tiKInh3zOV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-tiKInh3zOV img {
  border-radius: 0px;
}
.cid-tiKInh3zOV .mbr-section-title {
  color: #7f1933;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tiKInh3zOV .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tiKInh3zOV p:last-child {
  margin-bottom: 0;
}
.cid-tiKInh3zOV .row {
  justify-content: center;
}
.cid-tiLcrnDZsw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f3f3f3;
}
.cid-tiLcrnDZsw .card-heading {
  color: #012b3a;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-tiLcrnDZsw .p {
  color: #012b3a;
  padding-bottom: 0 !important;
}
.cid-tiLcrnDZsw .mbr-text {
  color: #4c4c4c;
  padding-bottom: 16px !important;
}
.cid-tiLcrnDZsw .row {
  justify-content: center;
}
.cid-tiLcrnDZsw ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-tiLcrnDZsw a {
  font-weight: 400 !important;
}
.cid-tiLcrnDZsw a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-tiLdVblsLO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tiLdVblsLO h3 {
  color: #000000;
}
.cid-tiLdVblsLO h4 {
  color: #000000;
}
.cid-tiLdVblsLO .mbr-text,
.cid-tiLdVblsLO .mbr-section-btn {
  color: #999999;
}
.cid-tiLdVblsLO img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tiLdVblsLO H4 {
  text-align: left;
}
.cid-tiLdVblsLO H3 {
  text-align: left;
  color: #304d8b;
}
.cid-tiLdVblsLO .mbr-text,
.cid-tiLdVblsLO .mbr-section-btn,
.cid-tiLdVblsLO .col-lg-7 {
  text-align: left;
  color: #304d8b;
}
.cid-tiLfcU6DEN {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f3f3f3;
}
.cid-tiLfcU6DEN h2,
.cid-tiLfcU6DEN h3,
.cid-tiLfcU6DEN h4,
.cid-tiLfcU6DEN p {
  margin: 0;
}
.cid-tiLfcU6DEN .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-tiLfcU6DEN .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-tiLfcU6DEN .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tiLfcU6DEN .mbr-section-title {
  color: #304d8b;
  margin-bottom: 22px;
}
.cid-tiLfcU6DEN .mbr-section-subtitle {
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tiLfcU6DEN .mbr-text {
  color: #4c4c4c;
  margin-bottom: 10px;
}
.cid-tiQiQ4fH2z {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f3f3f3;
}
.cid-tiQiQ4fH2z .card-heading {
  color: #012b3a;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-tiQiQ4fH2z .p {
  color: #4c4c4c;
  padding-bottom: 0 !important;
}
.cid-tiQiQ4fH2z .mbr-text {
  color: #4c4c4c;
  padding-bottom: 16px !important;
}
.cid-tiQiQ4fH2z .row {
  justify-content: center;
}
.cid-tiQiQ4fH2z ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-tiQiQ4fH2z a {
  font-weight: 400 !important;
}
.cid-tiQiQ4fH2z a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-sTtmsfFrQv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sTtmsfFrQv .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sTtmsfFrQv .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sTtmsfFrQv .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sTtmsfFrQv .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sTtmsi2fn5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sTtmsi2fn5 .mbr-text a {
  background-size: 100% 0%;
}
.cid-sTtmsi2fn5 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sTtmsi2fn5 .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-sTtmsiZrVr .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #faac23;
  top: 0px;
}
.cid-sTtmsiZrVr .progress-bar {
  height: 10px;
  background: #379acf;
  width: 0%;
}
.cid-sTtmsiZrVr .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTtmsiZrVr .hidden {
  display: none;
}
.cid-sTtmsiZrVr H10 {
  color: #767676;
}
.cid-tiQl1f3tER {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-tiQl1f3tER .card-heading {
  color: #012b3a;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-tiQl1f3tER .p {
  color: #4c4c4c;
  padding-bottom: 0 !important;
}
.cid-tiQl1f3tER .mbr-text {
  color: #4c4c4c;
  padding-bottom: 16px !important;
}
.cid-tiQl1f3tER .row {
  justify-content: center;
}
.cid-tiQl1f3tER ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-tiQl1f3tER a {
  font-weight: 400 !important;
}
.cid-tiQl1f3tER a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-tli9RhPU22 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli9RhPU22 .nav-item:focus,
.cid-tli9RhPU22 .nav-link:focus {
  outline: none;
}
.cid-tli9RhPU22 .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-tli9RhPU22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli9RhPU22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli9RhPU22 .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-tli9RhPU22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli9RhPU22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli9RhPU22 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli9RhPU22 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli9RhPU22 .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli9RhPU22 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli9RhPU22 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli9RhPU22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli9RhPU22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli9RhPU22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli9RhPU22 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli9RhPU22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli9RhPU22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli9RhPU22 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli9RhPU22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli9RhPU22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli9RhPU22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli9RhPU22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli9RhPU22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli9RhPU22 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli9RhPU22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli9RhPU22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli9RhPU22 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli9RhPU22 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli9RhPU22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli9RhPU22 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli9RhPU22 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli9RhPU22 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli9RhPU22 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli9RhPU22 .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli9RhPU22 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli9RhPU22 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli9RhPU22 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli9RhPU22 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli9RhPU22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli9RhPU22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli9RhPU22 .dropdown-item.active,
.cid-tli9RhPU22 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli9RhPU22 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli9RhPU22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9RhPU22 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli9RhPU22 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli9RhPU22 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli9RhPU22 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli9RhPU22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9RhPU22 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli9RhPU22 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli9RhPU22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli9RhPU22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli9RhPU22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli9RhPU22 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli9RhPU22 .navbar-buttons {
  text-align: center;
}
.cid-tli9RhPU22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli9RhPU22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli9RhPU22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli9RhPU22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9RhPU22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9RhPU22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli9RhPU22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9RhPU22 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli9RhPU22 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli9RhPU22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9RhPU22 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli9RhPU22 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli9RhPU22 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli9RhPU22 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli9RhPU22 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli9RhPU22 .navbar {
    height: 77px;
  }
  .cid-tli9RhPU22 .navbar.opened {
    height: auto;
  }
  .cid-tli9RhPU22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli9RhPU22 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli9RhPU22 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli9RhPU22 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli9RhPU22 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sT5XG3dnH0 {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-sT5XG3dnH0 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sT5XG3dnH0 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sT5XG3dnH0 .align-center {
    text-align: center;
  }
}
.cid-sT5XG3dnH0 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sT5XG3dnH0 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sT5XG3dnH0 .row {
    margin: 0;
  }
}
.cid-sT5XG3dnH0 .btn {
  margin-left: 0rem;
}
.cid-sT5XG3dnH0 H3 {
  color: #c88d1c;
}
.cid-tvXOBSWDPk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXOBSWDPk .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXOBSWDPk .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXOBSWDPk .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXOBSWDPk .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-ttShWTJZLE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttShWTJZLE .mbr-text {
  color: #767676;
}
.cid-ttShWTJZLE .icon-1 {
  color: #ef6384;
  font-size: 3.5rem;
}
.cid-ttShWTJZLE .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-ttShWTJZLE .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-ttShWTJZLE .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttShWTJZLE .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttShWTJZLE .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttShWTJZLE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttShWTJZLE .card {
    margin-bottom: 2rem;
  }
}
.cid-ttShWTJZLE .text-link {
  font-weight: 800 !important;
}
.cid-ttShWTJZLE .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttShWTJZLE .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttShWTJZLE .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttShWTJZLE .card:hover .card-inner {
  background-color: #e10d25;
}
.cid-ttShWTJZLE .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttShWTJZLE .card:hover .text-link {
  color: #fff !important;
}
.cid-ttShWTJZLE .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttShWTJZLE .card:hover .link {
  transform: translateX(42px);
}
.cid-ttShWTJZLE .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttShWTJZLE h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uvbeXel2V8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #124ad6;
}
.cid-uvbeXel2V8 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uvbeXel2V8 .row {
    text-align: center!important;
  }
}
.cid-uvbeXel2V8 .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-uvbeXel2V8 .mbr-section-title {
    text-align: center;
  }
}
.cid-uvbeXel2V8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uvbeXel2V8 .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-uvbeXel2V8 .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-uvbeXel2V8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvbeXel2V8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvbeXel2V8 .btn-primary-outline,
.cid-uvbeXel2V8 .btn-secondary-outline,
.cid-uvbeXel2V8 .btn-success-outline,
.cid-uvbeXel2V8 .btn-info-outline,
.cid-uvbeXel2V8 .btn-warning-outline,
.cid-uvbeXel2V8 .btn-danger-outline,
.cid-uvbeXel2V8 .btn-white-outline,
.cid-uvbeXel2V8 .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-uvbeXel2V8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbeXel2V8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbeXel2V8 .mbr-section-title,
.cid-uvbeXel2V8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uvf6CKMDbi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-uvf6CKMDbi img,
.cid-uvf6CKMDbi .item-img {
  width: 100%;
}
.cid-uvf6CKMDbi .item:focus,
.cid-uvf6CKMDbi span:focus {
  outline: none;
}
.cid-uvf6CKMDbi .item-wrapper {
  position: relative;
}
.cid-uvf6CKMDbi .slide-content {
  position: relative;
  border-radius: 4px;
  background: #f3f3f3;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvf6CKMDbi .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvf6CKMDbi .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uvf6CKMDbi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvf6CKMDbi .mbr-section-title {
  color: #000000;
}
.cid-uvf6CKMDbi .mbr-text,
.cid-uvf6CKMDbi .mbr-section-btn {
  text-align: left;
}
.cid-uvf6CKMDbi .item-title {
  text-align: left;
}
.cid-uvf6CKMDbi .item-subtitle {
  text-align: left;
}
.cid-uvf6CKMDbi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uvf6CKMDbi .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uvf6CKMDbi .embla__button--next,
.cid-uvf6CKMDbi .embla__button--prev {
  display: flex;
}
.cid-uvf6CKMDbi .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvf6CKMDbi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvf6CKMDbi .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uvf6CKMDbi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvf6CKMDbi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvf6CKMDbi .embla__button {
    top: auto;
  }
}
.cid-uvf6CKMDbi .embla {
  position: relative;
  width: 100%;
}
.cid-uvf6CKMDbi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uvf6CKMDbi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvf6CKMDbi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvf6CKMDbi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvf5CoZgyP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvf5CoZgyP img,
.cid-uvf5CoZgyP .item-img {
  width: 100%;
}
.cid-uvf5CoZgyP .item:focus,
.cid-uvf5CoZgyP span:focus {
  outline: none;
}
.cid-uvf5CoZgyP .item-wrapper {
  position: relative;
}
.cid-uvf5CoZgyP .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvf5CoZgyP .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvf5CoZgyP .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uvf5CoZgyP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvf5CoZgyP .mbr-section-title {
  color: #000000;
}
.cid-uvf5CoZgyP .mbr-text,
.cid-uvf5CoZgyP .mbr-section-btn {
  text-align: left;
}
.cid-uvf5CoZgyP .item-title {
  text-align: left;
}
.cid-uvf5CoZgyP .item-subtitle {
  text-align: left;
}
.cid-uvf5CoZgyP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uvf5CoZgyP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uvf5CoZgyP .embla__button--next,
.cid-uvf5CoZgyP .embla__button--prev {
  display: flex;
}
.cid-uvf5CoZgyP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvf5CoZgyP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvf5CoZgyP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uvf5CoZgyP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvf5CoZgyP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvf5CoZgyP .embla__button {
    top: auto;
  }
}
.cid-uvf5CoZgyP .embla {
  position: relative;
  width: 100%;
}
.cid-uvf5CoZgyP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uvf5CoZgyP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvf5CoZgyP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvf5CoZgyP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvf4NfSvV0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-uvf4NfSvV0 img,
.cid-uvf4NfSvV0 .item-img {
  width: 100%;
}
.cid-uvf4NfSvV0 .item:focus,
.cid-uvf4NfSvV0 span:focus {
  outline: none;
}
.cid-uvf4NfSvV0 .item-wrapper {
  position: relative;
}
.cid-uvf4NfSvV0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #f3f3f3;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvf4NfSvV0 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvf4NfSvV0 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uvf4NfSvV0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvf4NfSvV0 .mbr-section-title {
  color: #000000;
}
.cid-uvf4NfSvV0 .mbr-text,
.cid-uvf4NfSvV0 .mbr-section-btn {
  text-align: left;
}
.cid-uvf4NfSvV0 .item-title {
  text-align: left;
}
.cid-uvf4NfSvV0 .item-subtitle {
  text-align: left;
}
.cid-uvf4NfSvV0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uvf4NfSvV0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uvf4NfSvV0 .embla__button--next,
.cid-uvf4NfSvV0 .embla__button--prev {
  display: flex;
}
.cid-uvf4NfSvV0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvf4NfSvV0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvf4NfSvV0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uvf4NfSvV0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvf4NfSvV0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvf4NfSvV0 .embla__button {
    top: auto;
  }
}
.cid-uvf4NfSvV0 .embla {
  position: relative;
  width: 100%;
}
.cid-uvf4NfSvV0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uvf4NfSvV0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvf4NfSvV0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvf4NfSvV0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uveMshbN0F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uveMshbN0F img,
.cid-uveMshbN0F .item-img {
  width: 100%;
}
.cid-uveMshbN0F .item:focus,
.cid-uveMshbN0F span:focus {
  outline: none;
}
.cid-uveMshbN0F .item-wrapper {
  position: relative;
}
.cid-uveMshbN0F .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uveMshbN0F .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uveMshbN0F .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uveMshbN0F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uveMshbN0F .mbr-section-title {
  color: #000000;
}
.cid-uveMshbN0F .mbr-text,
.cid-uveMshbN0F .mbr-section-btn {
  text-align: left;
}
.cid-uveMshbN0F .item-title {
  text-align: left;
}
.cid-uveMshbN0F .item-subtitle {
  text-align: left;
}
.cid-uveMshbN0F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uveMshbN0F .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uveMshbN0F .embla__button--next,
.cid-uveMshbN0F .embla__button--prev {
  display: flex;
}
.cid-uveMshbN0F .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uveMshbN0F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uveMshbN0F .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uveMshbN0F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uveMshbN0F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uveMshbN0F .embla__button {
    top: auto;
  }
}
.cid-uveMshbN0F .embla {
  position: relative;
  width: 100%;
}
.cid-uveMshbN0F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uveMshbN0F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uveMshbN0F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uveMshbN0F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ttSARAqsaL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #124ad6;
}
.cid-ttSARAqsaL .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-ttSARAqsaL .row {
    text-align: center!important;
  }
}
.cid-ttSARAqsaL .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-ttSARAqsaL .mbr-section-title {
    text-align: center;
  }
}
.cid-ttSARAqsaL .mbr-section-subtitle {
  color: #000000;
}
.cid-ttSARAqsaL .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-ttSARAqsaL .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-ttSARAqsaL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttSARAqsaL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttSARAqsaL .btn-primary-outline,
.cid-ttSARAqsaL .btn-secondary-outline,
.cid-ttSARAqsaL .btn-success-outline,
.cid-ttSARAqsaL .btn-info-outline,
.cid-ttSARAqsaL .btn-warning-outline,
.cid-ttSARAqsaL .btn-danger-outline,
.cid-ttSARAqsaL .btn-white-outline,
.cid-ttSARAqsaL .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-ttSARAqsaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSARAqsaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSARAqsaL .mbr-section-title,
.cid-ttSARAqsaL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uveGGZdIPs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uveGGZdIPs img,
.cid-uveGGZdIPs .item-img {
  width: 100%;
}
.cid-uveGGZdIPs .item:focus,
.cid-uveGGZdIPs span:focus {
  outline: none;
}
.cid-uveGGZdIPs .item-wrapper {
  position: relative;
}
.cid-uveGGZdIPs .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uveGGZdIPs .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uveGGZdIPs .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uveGGZdIPs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uveGGZdIPs .mbr-section-title {
  color: #000000;
}
.cid-uveGGZdIPs .mbr-text,
.cid-uveGGZdIPs .mbr-section-btn {
  text-align: left;
}
.cid-uveGGZdIPs .item-title {
  text-align: left;
}
.cid-uveGGZdIPs .item-subtitle {
  text-align: left;
}
.cid-uveGGZdIPs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uveGGZdIPs .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uveGGZdIPs .embla__button--next,
.cid-uveGGZdIPs .embla__button--prev {
  display: flex;
}
.cid-uveGGZdIPs .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uveGGZdIPs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uveGGZdIPs .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uveGGZdIPs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uveGGZdIPs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uveGGZdIPs .embla__button {
    top: auto;
  }
}
.cid-uveGGZdIPs .embla {
  position: relative;
  width: 100%;
}
.cid-uveGGZdIPs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uveGGZdIPs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uveGGZdIPs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uveGGZdIPs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRbFykBVy2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f2f2;
}
.cid-tRbFykBVy2 img,
.cid-tRbFykBVy2 .item-img {
  width: 100%;
}
.cid-tRbFykBVy2 .item:focus,
.cid-tRbFykBVy2 span:focus {
  outline: none;
}
.cid-tRbFykBVy2 .item-wrapper {
  position: relative;
}
.cid-tRbFykBVy2 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #f3f3f3;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRbFykBVy2 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRbFykBVy2 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tRbFykBVy2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRbFykBVy2 .mbr-section-title {
  color: #000000;
}
.cid-tRbFykBVy2 .mbr-text,
.cid-tRbFykBVy2 .mbr-section-btn {
  text-align: left;
}
.cid-tRbFykBVy2 .item-title {
  text-align: left;
}
.cid-tRbFykBVy2 .item-subtitle {
  text-align: left;
}
.cid-tRbFykBVy2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tRbFykBVy2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tRbFykBVy2 .embla__button--next,
.cid-tRbFykBVy2 .embla__button--prev {
  display: flex;
}
.cid-tRbFykBVy2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRbFykBVy2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRbFykBVy2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tRbFykBVy2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRbFykBVy2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRbFykBVy2 .embla__button {
    top: auto;
  }
}
.cid-tRbFykBVy2 .embla {
  position: relative;
  width: 100%;
}
.cid-tRbFykBVy2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRbFykBVy2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRbFykBVy2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRbFykBVy2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRbvi39O9z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRbvi39O9z img,
.cid-tRbvi39O9z .item-img {
  width: 100%;
}
.cid-tRbvi39O9z .item:focus,
.cid-tRbvi39O9z span:focus {
  outline: none;
}
.cid-tRbvi39O9z .item-wrapper {
  position: relative;
}
.cid-tRbvi39O9z .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRbvi39O9z .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRbvi39O9z .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tRbvi39O9z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRbvi39O9z .mbr-section-title {
  color: #000000;
}
.cid-tRbvi39O9z .mbr-text,
.cid-tRbvi39O9z .mbr-section-btn {
  text-align: left;
}
.cid-tRbvi39O9z .item-title {
  text-align: left;
}
.cid-tRbvi39O9z .item-subtitle {
  text-align: left;
}
.cid-tRbvi39O9z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tRbvi39O9z .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tRbvi39O9z .embla__button--next,
.cid-tRbvi39O9z .embla__button--prev {
  display: flex;
}
.cid-tRbvi39O9z .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRbvi39O9z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRbvi39O9z .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tRbvi39O9z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRbvi39O9z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRbvi39O9z .embla__button {
    top: auto;
  }
}
.cid-tRbvi39O9z .embla {
  position: relative;
  width: 100%;
}
.cid-tRbvi39O9z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRbvi39O9z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRbvi39O9z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRbvi39O9z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tPyUAsePlb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f2f2;
}
.cid-tPyUAsePlb img,
.cid-tPyUAsePlb .item-img {
  width: 100%;
}
.cid-tPyUAsePlb .item:focus,
.cid-tPyUAsePlb span:focus {
  outline: none;
}
.cid-tPyUAsePlb .item-wrapper {
  position: relative;
}
.cid-tPyUAsePlb .slide-content {
  position: relative;
  border-radius: 4px;
  background: #f3f3f3;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPyUAsePlb .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPyUAsePlb .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tPyUAsePlb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPyUAsePlb .mbr-section-title {
  color: #000000;
}
.cid-tPyUAsePlb .mbr-text,
.cid-tPyUAsePlb .mbr-section-btn {
  text-align: left;
}
.cid-tPyUAsePlb .item-title {
  text-align: left;
}
.cid-tPyUAsePlb .item-subtitle {
  text-align: left;
}
.cid-tPyUAsePlb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tPyUAsePlb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tPyUAsePlb .embla__button--next,
.cid-tPyUAsePlb .embla__button--prev {
  display: flex;
}
.cid-tPyUAsePlb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPyUAsePlb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tPyUAsePlb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tPyUAsePlb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPyUAsePlb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPyUAsePlb .embla__button {
    top: auto;
  }
}
.cid-tPyUAsePlb .embla {
  position: relative;
  width: 100%;
}
.cid-tPyUAsePlb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tPyUAsePlb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tPyUAsePlb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tPyUAsePlb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ttSAUCGSsp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f2f2;
}
.cid-ttSAUCGSsp img,
.cid-ttSAUCGSsp .item-img {
  width: 100%;
}
.cid-ttSAUCGSsp .item:focus,
.cid-ttSAUCGSsp span:focus {
  outline: none;
}
.cid-ttSAUCGSsp .item-wrapper {
  position: relative;
}
.cid-ttSAUCGSsp .slide-content {
  position: relative;
  border-radius: 4px;
  background: #bec4cb;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ttSAUCGSsp .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttSAUCGSsp .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-ttSAUCGSsp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttSAUCGSsp .mbr-section-title {
  color: #000000;
}
.cid-ttSAUCGSsp .mbr-text,
.cid-ttSAUCGSsp .mbr-section-btn {
  text-align: left;
}
.cid-ttSAUCGSsp .item-title {
  text-align: left;
}
.cid-ttSAUCGSsp .item-subtitle {
  text-align: left;
}
.cid-ttSAUCGSsp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ttSAUCGSsp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ttSAUCGSsp .embla__button--next,
.cid-ttSAUCGSsp .embla__button--prev {
  display: flex;
}
.cid-ttSAUCGSsp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttSAUCGSsp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ttSAUCGSsp .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ttSAUCGSsp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttSAUCGSsp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttSAUCGSsp .embla__button {
    top: auto;
  }
}
.cid-ttSAUCGSsp .embla {
  position: relative;
  width: 100%;
}
.cid-ttSAUCGSsp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ttSAUCGSsp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ttSAUCGSsp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ttSAUCGSsp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBTdNEH0Du {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tBTdNEH0Du .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBTdNEH0Du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBTdNEH0Du .container,
.cid-tBTdNEH0Du .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBTdNEH0Du .container,
  .cid-tBTdNEH0Du .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBTdNEH0Du .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tBTdNEH0Du .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBTdNEH0Du .embla__slide .card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
}
@media (max-width: 992px) {
  .cid-tBTdNEH0Du .embla__slide .card-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper {
    flex-direction: column;
  }
}
.cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper .desc-wrap {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 8px 10px;
  background-color: #8a9198;
  margin-bottom: 0;
}
.cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper .image-wrap {
    margin: 0 auto 30px;
  }
}
.cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-tBTdNEH0Du .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
.cid-tBTdNEH0Du .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tBTdNEH0Du .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tBTdNEH0Du .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tBTdNEH0Du .embla__button--next,
.cid-tBTdNEH0Du .embla__button--prev {
  display: flex;
}
.cid-tBTdNEH0Du .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #264387;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tBTdNEH0Du .embla__button {
    display: none;
  }
}
.cid-tBTdNEH0Du .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBTdNEH0Du .embla__button:hover {
  background: transparent;
  color: #264387;
  opacity: .5;
}
.cid-tBTdNEH0Du .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-tBTdNEH0Du .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tBTdNEH0Du .embla__button {
    top: 0;
  }
}
.cid-tBTdNEH0Du .embla {
  position: relative;
  width: 100%;
}
.cid-tBTdNEH0Du .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBTdNEH0Du .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBTdNEH0Du .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBTdNEH0Du .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBTdNEH0Du .mbr-desc {
  color: #ffffff;
}
.cid-tBTdNEH0Du .mbr-section-title {
  color: #3d4045;
}
.cid-tBTdNEH0Du .mbr-text {
  color: #3d4045;
}
.cid-ttSwlauRJa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #124ad6;
}
.cid-ttSwlauRJa .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-ttSwlauRJa .row {
    text-align: center!important;
  }
}
.cid-ttSwlauRJa .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-ttSwlauRJa .mbr-section-title {
    text-align: center;
  }
}
.cid-ttSwlauRJa .mbr-section-subtitle {
  color: #000000;
}
.cid-ttSwlauRJa .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-ttSwlauRJa .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-ttSwlauRJa .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttSwlauRJa .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttSwlauRJa .btn-primary-outline,
.cid-ttSwlauRJa .btn-secondary-outline,
.cid-ttSwlauRJa .btn-success-outline,
.cid-ttSwlauRJa .btn-info-outline,
.cid-ttSwlauRJa .btn-warning-outline,
.cid-ttSwlauRJa .btn-danger-outline,
.cid-ttSwlauRJa .btn-white-outline,
.cid-ttSwlauRJa .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-ttSwlauRJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSwlauRJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSwlauRJa .mbr-section-title,
.cid-ttSwlauRJa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ts54N8sEYR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2e2e2;
}
.cid-ts54N8sEYR img,
.cid-ts54N8sEYR .item-img {
  width: 100%;
}
.cid-ts54N8sEYR .item:focus,
.cid-ts54N8sEYR span:focus {
  outline: none;
}
.cid-ts54N8sEYR .item-wrapper {
  position: relative;
}
.cid-ts54N8sEYR .slide-content {
  position: relative;
  border-radius: 4px;
  background: #bec4cb;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ts54N8sEYR .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ts54N8sEYR .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-ts54N8sEYR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ts54N8sEYR .mbr-section-title {
  color: #000000;
}
.cid-ts54N8sEYR .mbr-text,
.cid-ts54N8sEYR .mbr-section-btn {
  text-align: left;
}
.cid-ts54N8sEYR .item-title {
  text-align: left;
}
.cid-ts54N8sEYR .item-subtitle {
  text-align: left;
}
.cid-ts54N8sEYR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ts54N8sEYR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ts54N8sEYR .embla__button--next,
.cid-ts54N8sEYR .embla__button--prev {
  display: flex;
}
.cid-ts54N8sEYR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ts54N8sEYR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ts54N8sEYR .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ts54N8sEYR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ts54N8sEYR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ts54N8sEYR .embla__button {
    top: auto;
  }
}
.cid-ts54N8sEYR .embla {
  position: relative;
  width: 100%;
}
.cid-ts54N8sEYR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ts54N8sEYR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ts54N8sEYR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ts54N8sEYR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tq1hxDnT44 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f2f2;
}
.cid-tq1hxDnT44 img,
.cid-tq1hxDnT44 .item-img {
  width: 100%;
}
.cid-tq1hxDnT44 .item:focus,
.cid-tq1hxDnT44 span:focus {
  outline: none;
}
.cid-tq1hxDnT44 .item-wrapper {
  position: relative;
}
.cid-tq1hxDnT44 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e8e6e6;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tq1hxDnT44 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tq1hxDnT44 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tq1hxDnT44 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tq1hxDnT44 .mbr-section-title {
  color: #000000;
}
.cid-tq1hxDnT44 .mbr-text,
.cid-tq1hxDnT44 .mbr-section-btn {
  text-align: left;
}
.cid-tq1hxDnT44 .item-title {
  text-align: left;
}
.cid-tq1hxDnT44 .item-subtitle {
  text-align: left;
}
.cid-tq1hxDnT44 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tq1hxDnT44 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tq1hxDnT44 .embla__button--next,
.cid-tq1hxDnT44 .embla__button--prev {
  display: flex;
}
.cid-tq1hxDnT44 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tq1hxDnT44 .embla__button {
    display: none;
  }
}
.cid-tq1hxDnT44 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tq1hxDnT44 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tq1hxDnT44 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tq1hxDnT44 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tq1hxDnT44 .embla__button {
    top: auto;
  }
}
.cid-tq1hxDnT44 .embla {
  position: relative;
  width: 100%;
}
.cid-tq1hxDnT44 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tq1hxDnT44 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tq1hxDnT44 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tq1hxDnT44 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tngIJ29H7g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2e2e2;
}
.cid-tngIJ29H7g img,
.cid-tngIJ29H7g .item-img {
  width: 100%;
}
.cid-tngIJ29H7g .item:focus,
.cid-tngIJ29H7g span:focus {
  outline: none;
}
.cid-tngIJ29H7g .item-wrapper {
  position: relative;
}
.cid-tngIJ29H7g .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e2e2e2;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tngIJ29H7g .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tngIJ29H7g .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tngIJ29H7g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tngIJ29H7g .mbr-section-title {
  color: #000000;
}
.cid-tngIJ29H7g .mbr-text,
.cid-tngIJ29H7g .mbr-section-btn {
  text-align: left;
}
.cid-tngIJ29H7g .item-title {
  text-align: left;
}
.cid-tngIJ29H7g .item-subtitle {
  text-align: left;
}
.cid-tngIJ29H7g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tngIJ29H7g .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tngIJ29H7g .embla__button--next,
.cid-tngIJ29H7g .embla__button--prev {
  display: flex;
}
.cid-tngIJ29H7g .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tngIJ29H7g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tngIJ29H7g .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tngIJ29H7g .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tngIJ29H7g .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tngIJ29H7g .embla__button {
    top: auto;
  }
}
.cid-tngIJ29H7g .embla {
  position: relative;
  width: 100%;
}
.cid-tngIJ29H7g .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tngIJ29H7g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tngIJ29H7g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tngIJ29H7g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tiKos3Ec3X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("");
}
.cid-tiKos3Ec3X .video-wrapper iframe {
  width: 100%;
}
.cid-tiKos3Ec3X h2,
.cid-tiKos3Ec3X h4,
.cid-tiKos3Ec3X p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tiKos3Ec3X .col-md-6 {
    width: 100%;
  }
}
.cid-tiKos3Ec3X .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-tiKos3Ec3X .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tiKos3Ec3X .mbr-section-head {
    text-align: center;
  }
}
.cid-tiKos3Ec3X .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tiKos3Ec3X .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-tiKos3Ec3X .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-thyb0DhYxK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f5f2f2;
}
.cid-thyb0DhYxK img,
.cid-thyb0DhYxK .item-img {
  width: 100%;
}
.cid-thyb0DhYxK .item:focus,
.cid-thyb0DhYxK span:focus {
  outline: none;
}
.cid-thyb0DhYxK .item-wrapper {
  position: relative;
}
.cid-thyb0DhYxK .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e8e6e6;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-thyb0DhYxK .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thyb0DhYxK .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-thyb0DhYxK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-thyb0DhYxK .mbr-section-title {
  color: #000000;
}
.cid-thyb0DhYxK .mbr-text,
.cid-thyb0DhYxK .mbr-section-btn {
  text-align: left;
}
.cid-thyb0DhYxK .item-title {
  text-align: left;
}
.cid-thyb0DhYxK .item-subtitle {
  text-align: left;
}
.cid-thyb0DhYxK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-thyb0DhYxK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-thyb0DhYxK .embla__button--next,
.cid-thyb0DhYxK .embla__button--prev {
  display: flex;
}
.cid-thyb0DhYxK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-thyb0DhYxK .embla__button {
    display: none;
  }
}
.cid-thyb0DhYxK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-thyb0DhYxK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-thyb0DhYxK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thyb0DhYxK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-thyb0DhYxK .embla__button {
    top: auto;
  }
}
.cid-thyb0DhYxK .embla {
  position: relative;
  width: 100%;
}
.cid-thyb0DhYxK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-thyb0DhYxK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-thyb0DhYxK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-thyb0DhYxK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tiygTSJ6vv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2e2e2;
}
.cid-tiygTSJ6vv img,
.cid-tiygTSJ6vv .item-img {
  width: 100%;
}
.cid-tiygTSJ6vv .item:focus,
.cid-tiygTSJ6vv span:focus {
  outline: none;
}
.cid-tiygTSJ6vv .item-wrapper {
  position: relative;
}
.cid-tiygTSJ6vv .slide-content {
  position: relative;
  border-radius: 4px;
  background: #bec4cb;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiygTSJ6vv .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiygTSJ6vv .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tiygTSJ6vv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tiygTSJ6vv .mbr-section-title {
  color: #000000;
}
.cid-tiygTSJ6vv .mbr-text,
.cid-tiygTSJ6vv .mbr-section-btn {
  text-align: left;
}
.cid-tiygTSJ6vv .item-title {
  text-align: left;
}
.cid-tiygTSJ6vv .item-subtitle {
  text-align: left;
}
.cid-tiygTSJ6vv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tiygTSJ6vv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tiygTSJ6vv .embla__button--next,
.cid-tiygTSJ6vv .embla__button--prev {
  display: flex;
}
.cid-tiygTSJ6vv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tiygTSJ6vv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tiygTSJ6vv .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tiygTSJ6vv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tiygTSJ6vv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tiygTSJ6vv .embla__button {
    top: auto;
  }
}
.cid-tiygTSJ6vv .embla {
  position: relative;
  width: 100%;
}
.cid-tiygTSJ6vv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tiygTSJ6vv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tiygTSJ6vv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tiygTSJ6vv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t8h9pYddp1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f2f2;
}
.cid-t8h9pYddp1 img,
.cid-t8h9pYddp1 .item-img {
  width: 100%;
}
.cid-t8h9pYddp1 .item:focus,
.cid-t8h9pYddp1 span:focus {
  outline: none;
}
.cid-t8h9pYddp1 .item-wrapper {
  position: relative;
}
.cid-t8h9pYddp1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t8h9pYddp1 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8h9pYddp1 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t8h9pYddp1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t8h9pYddp1 .mbr-section-title {
  color: #232323;
}
.cid-t8h9pYddp1 .mbr-text,
.cid-t8h9pYddp1 .mbr-section-btn {
  text-align: left;
}
.cid-t8h9pYddp1 .item-title {
  text-align: left;
}
.cid-t8h9pYddp1 .item-subtitle {
  text-align: left;
}
.cid-t8h9pYddp1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t8h9pYddp1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t8h9pYddp1 .embla__button--next,
.cid-t8h9pYddp1 .embla__button--prev {
  display: flex;
}
.cid-t8h9pYddp1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t8h9pYddp1 .embla__button {
    display: none;
  }
}
.cid-t8h9pYddp1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t8h9pYddp1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t8h9pYddp1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8h9pYddp1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8h9pYddp1 .embla__button {
    top: auto;
  }
}
.cid-t8h9pYddp1 .embla {
  position: relative;
  width: 100%;
}
.cid-t8h9pYddp1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t8h9pYddp1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t8h9pYddp1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t8h9pYddp1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ta9NtcnH9C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e6e6;
}
.cid-ta9NtcnH9C img,
.cid-ta9NtcnH9C .item-img {
  width: 100%;
}
.cid-ta9NtcnH9C .item:focus,
.cid-ta9NtcnH9C span:focus {
  outline: none;
}
.cid-ta9NtcnH9C .item-wrapper {
  position: relative;
}
.cid-ta9NtcnH9C .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ta9NtcnH9C .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta9NtcnH9C .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-ta9NtcnH9C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ta9NtcnH9C .mbr-section-title {
  color: #000000;
}
.cid-ta9NtcnH9C .mbr-text,
.cid-ta9NtcnH9C .mbr-section-btn {
  text-align: left;
}
.cid-ta9NtcnH9C .item-title {
  text-align: left;
}
.cid-ta9NtcnH9C .item-subtitle {
  text-align: left;
}
.cid-ta9NtcnH9C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ta9NtcnH9C .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ta9NtcnH9C .embla__button--next,
.cid-ta9NtcnH9C .embla__button--prev {
  display: flex;
}
.cid-ta9NtcnH9C .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ta9NtcnH9C .embla__button {
    display: none;
  }
}
.cid-ta9NtcnH9C .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ta9NtcnH9C .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ta9NtcnH9C .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta9NtcnH9C .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ta9NtcnH9C .embla__button {
    top: auto;
  }
}
.cid-ta9NtcnH9C .embla {
  position: relative;
  width: 100%;
}
.cid-ta9NtcnH9C .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ta9NtcnH9C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ta9NtcnH9C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ta9NtcnH9C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ta9ZaOiP2p {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f2f2;
}
.cid-ta9ZaOiP2p .row {
  align-items: center;
}
.cid-ta9ZaOiP2p .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ta9ZaOiP2p .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ta9ZaOiP2p .header-text {
    margin-bottom: 20px;
  }
}
.cid-ta9ZaOiP2p .mbr-section-title {
  width: 100%;
  color: #272727;
  margin-bottom: 8px;
}
.cid-ta9ZaOiP2p .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-ta9YRUqWyF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f5f2f2;
}
.cid-ta9YRUqWyF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ta9YRUqWyF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ta9YRUqWyF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-ta9YRUqWyF .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-t11eikLtQA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2e2e2;
}
.cid-t11eikLtQA img,
.cid-t11eikLtQA .item-img {
  width: 100%;
}
.cid-t11eikLtQA .item:focus,
.cid-t11eikLtQA span:focus {
  outline: none;
}
.cid-t11eikLtQA .item-wrapper {
  position: relative;
}
.cid-t11eikLtQA .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t11eikLtQA .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t11eikLtQA .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t11eikLtQA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t11eikLtQA .mbr-section-title {
  color: #232323;
}
.cid-t11eikLtQA .mbr-text,
.cid-t11eikLtQA .mbr-section-btn {
  text-align: left;
}
.cid-t11eikLtQA .item-title {
  text-align: left;
}
.cid-t11eikLtQA .item-subtitle {
  text-align: left;
}
.cid-t11eikLtQA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t11eikLtQA .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t11eikLtQA .embla__button--next,
.cid-t11eikLtQA .embla__button--prev {
  display: flex;
}
.cid-t11eikLtQA .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t11eikLtQA .embla__button {
    display: none;
  }
}
.cid-t11eikLtQA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t11eikLtQA .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t11eikLtQA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t11eikLtQA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t11eikLtQA .embla__button {
    top: auto;
  }
}
.cid-t11eikLtQA .embla {
  position: relative;
  width: 100%;
}
.cid-t11eikLtQA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t11eikLtQA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t11eikLtQA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t11eikLtQA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t7w39JK3hx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f2f2;
}
.cid-t7w39JK3hx img,
.cid-t7w39JK3hx .item-img {
  width: 100%;
}
.cid-t7w39JK3hx .item:focus,
.cid-t7w39JK3hx span:focus {
  outline: none;
}
.cid-t7w39JK3hx .item-wrapper {
  position: relative;
}
.cid-t7w39JK3hx .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7w39JK3hx .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7w39JK3hx .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t7w39JK3hx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7w39JK3hx .mbr-section-title {
  color: #232323;
}
.cid-t7w39JK3hx .mbr-text,
.cid-t7w39JK3hx .mbr-section-btn {
  text-align: left;
}
.cid-t7w39JK3hx .item-title {
  text-align: left;
}
.cid-t7w39JK3hx .item-subtitle {
  text-align: left;
}
.cid-t7w39JK3hx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t7w39JK3hx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t7w39JK3hx .embla__button--next,
.cid-t7w39JK3hx .embla__button--prev {
  display: flex;
}
.cid-t7w39JK3hx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t7w39JK3hx .embla__button {
    display: none;
  }
}
.cid-t7w39JK3hx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t7w39JK3hx .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t7w39JK3hx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7w39JK3hx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t7w39JK3hx .embla__button {
    top: auto;
  }
}
.cid-t7w39JK3hx .embla {
  position: relative;
  width: 100%;
}
.cid-t7w39JK3hx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t7w39JK3hx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t7w39JK3hx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t7w39JK3hx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3nFJzJpap {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3nFJzJpap img,
.cid-t3nFJzJpap .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t3nFJzJpap .item:focus,
.cid-t3nFJzJpap span:focus {
  outline: none;
}
.cid-t3nFJzJpap .item-wrapper {
  position: relative;
}
.cid-t3nFJzJpap .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t3nFJzJpap .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t3nFJzJpap .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t3nFJzJpap .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t3nFJzJpap .mbr-section-title {
  color: #232323;
}
.cid-t3nFJzJpap .mbr-text,
.cid-t3nFJzJpap .mbr-section-btn {
  text-align: left;
}
.cid-t3nFJzJpap .item-title {
  text-align: left;
  color: #149dcc;
}
.cid-t3nFJzJpap .item-subtitle {
  text-align: left;
}
.cid-t3nFJzJpap .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t3nFJzJpap .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t3nFJzJpap .embla__button--next,
.cid-t3nFJzJpap .embla__button--prev {
  display: flex;
}
.cid-t3nFJzJpap .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3nFJzJpap .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3nFJzJpap .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t3nFJzJpap .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3nFJzJpap .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3nFJzJpap .embla__button {
    top: auto;
  }
}
.cid-t3nFJzJpap .embla {
  position: relative;
  width: 100%;
}
.cid-t3nFJzJpap .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t3nFJzJpap .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3nFJzJpap .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3nFJzJpap .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sT5XGcNTQs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sT5XGcNTQs .mbr-text a {
  background-size: 100% 0%;
}
.cid-sT5XGcNTQs .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sT5XGcNTQs .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-sTcwGnfxqY .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #460839;
  top: 0px;
}
.cid-sTcwGnfxqY .progress-bar {
  height: 10px;
  background: #cf8412;
  width: 0%;
}
.cid-sTcwGnfxqY .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTcwGnfxqY .hidden {
  display: none;
}
.cid-sTcwGnfxqY H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli98wgEZx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli98wgEZx .nav-item:focus,
.cid-tli98wgEZx .nav-link:focus {
  outline: none;
}
.cid-tli98wgEZx .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-tli98wgEZx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli98wgEZx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli98wgEZx .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-tli98wgEZx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli98wgEZx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli98wgEZx .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli98wgEZx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli98wgEZx .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli98wgEZx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli98wgEZx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli98wgEZx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli98wgEZx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli98wgEZx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli98wgEZx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli98wgEZx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli98wgEZx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli98wgEZx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli98wgEZx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli98wgEZx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli98wgEZx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli98wgEZx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli98wgEZx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli98wgEZx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli98wgEZx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli98wgEZx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli98wgEZx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli98wgEZx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli98wgEZx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli98wgEZx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli98wgEZx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli98wgEZx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli98wgEZx .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli98wgEZx .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli98wgEZx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli98wgEZx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli98wgEZx .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli98wgEZx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli98wgEZx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli98wgEZx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli98wgEZx .dropdown-item.active,
.cid-tli98wgEZx .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli98wgEZx .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli98wgEZx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli98wgEZx .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli98wgEZx .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli98wgEZx .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli98wgEZx .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli98wgEZx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli98wgEZx .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli98wgEZx .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli98wgEZx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli98wgEZx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli98wgEZx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli98wgEZx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli98wgEZx .navbar-buttons {
  text-align: center;
}
.cid-tli98wgEZx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli98wgEZx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli98wgEZx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli98wgEZx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli98wgEZx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli98wgEZx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli98wgEZx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli98wgEZx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli98wgEZx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli98wgEZx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli98wgEZx .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli98wgEZx a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli98wgEZx .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli98wgEZx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli98wgEZx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli98wgEZx .navbar {
    height: 77px;
  }
  .cid-tli98wgEZx .navbar.opened {
    height: auto;
  }
  .cid-tli98wgEZx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli98wgEZx a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli98wgEZx a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli98wgEZx .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli98wgEZx .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-t4Zl2lVZeF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #061841;
}
.cid-t4Zl2lVZeF .carousel {
  height: 500px;
}
.cid-t4Zl2lVZeF .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4Zl2lVZeF .carousel-item,
.cid-t4Zl2lVZeF .carousel-inner {
  height: 100%;
}
.cid-t4Zl2lVZeF .mbr-overlay {
  z-index: 1;
}
.cid-t4Zl2lVZeF .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-t4Zl2lVZeF .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-t4Zl2lVZeF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t4Zl2lVZeF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t4Zl2lVZeF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t4Zl2lVZeF .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t4Zl2lVZeF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t4Zl2lVZeF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t4Zl2lVZeF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t4Zl2lVZeF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-t4Zl2lVZeF .carousel-indicators {
    display: none;
  }
}
.cid-t4Zl2lVZeF .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t4Zl2lVZeF .carousel-indicators li.active,
.cid-t4Zl2lVZeF .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-t4Zl2lVZeF .carousel-indicators li::after,
.cid-t4Zl2lVZeF .carousel-indicators li::before {
  content: none;
}
.cid-t4Zl2lVZeF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-t4Zl2lVZeF .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4Zl2lVZeF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4Zl2lVZeF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4Zl2lVZeF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4Zl2lVZeF .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-t4Zl2lVZeF H5 {
  text-align: left;
}
.cid-t4Zl2lVZeF P {
  text-align: left;
}
.cid-t4Zl2lVZeF .mbr-text,
.cid-t4Zl2lVZeF .mbr-section-btn {
  text-align: left;
}
.cid-t4Zl2lVZeF .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-t4Zl2lVZeF .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-t4Zl2lVZeF .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #061841;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tvXO0mCHqU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXO0mCHqU .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXO0mCHqU .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXO0mCHqU .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXO0mCHqU .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBXuxN9gSW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8e8e8;
}
.cid-uBXuxN9gSW H1 {
  color: #264387;
}
.cid-uBXuxN9gSW .mbr-text,
.cid-uBXuxN9gSW .mbr-section-btn {
  color: #716c80;
}
.cid-uBXuxN9gSW H3 {
  color: #716c80;
}
.cid-uBXuxN9gSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXuxN9gSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXuAg0ZeR {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uBXuAg0ZeR .card-header {
  background: transparent;
}
.cid-uBXuAg0ZeR .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uBXuAg0ZeR .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uBXuAg0ZeR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uBXuAg0ZeR .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uBXuAg0ZeR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBXuAg0ZeR .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBXuAg0ZeR .card .panel-body {
  color: #767676;
}
.cid-uBXuAg0ZeR h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uBXuAg0ZeR H4 {
  color: #073b4c;
}
.cid-uBXuAg0ZeR H2 {
  color: #57468b;
}
.cid-uBXvqO2cSR {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uBXvqO2cSR .card-header {
  background: transparent;
}
.cid-uBXvqO2cSR .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uBXvqO2cSR .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uBXvqO2cSR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uBXvqO2cSR .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uBXvqO2cSR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBXvqO2cSR .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBXvqO2cSR .card .panel-body {
  color: #767676;
}
.cid-uBXvqO2cSR h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uBXvqO2cSR H4 {
  color: #073b4c;
}
.cid-uBXvqO2cSR H2 {
  color: #57468b;
}
.cid-uBXw7hc2II {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uBXw7hc2II .card-header {
  background: transparent;
}
.cid-uBXw7hc2II .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uBXw7hc2II .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uBXw7hc2II .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uBXw7hc2II .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uBXw7hc2II .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBXw7hc2II .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBXw7hc2II .card .panel-body {
  color: #767676;
}
.cid-uBXw7hc2II h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uBXw7hc2II H4 {
  color: #073b4c;
}
.cid-uBXw7hc2II H2 {
  color: #57468b;
}
.cid-uBXwr5utbl {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uBXwr5utbl .card-header {
  background: transparent;
}
.cid-uBXwr5utbl .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uBXwr5utbl .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uBXwr5utbl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uBXwr5utbl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uBXwr5utbl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBXwr5utbl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBXwr5utbl .card .panel-body {
  color: #767676;
}
.cid-uBXwr5utbl h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uBXwr5utbl H4 {
  color: #073b4c;
}
.cid-uBXwr5utbl H2 {
  color: #57468b;
}
.cid-uBXwIpzyEs {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uBXwIpzyEs .card-header {
  background: transparent;
}
.cid-uBXwIpzyEs .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uBXwIpzyEs .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uBXwIpzyEs .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uBXwIpzyEs .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uBXwIpzyEs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBXwIpzyEs .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBXwIpzyEs .card .panel-body {
  color: #767676;
}
.cid-uBXwIpzyEs h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uBXwIpzyEs H4 {
  color: #073b4c;
}
.cid-uBXwIpzyEs H2 {
  color: #57468b;
}
.cid-uvUQAjoxoN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8e8e8;
}
.cid-uvUQAjoxoN H1 {
  color: #264387;
}
.cid-uvUQAjoxoN .mbr-text,
.cid-uvUQAjoxoN .mbr-section-btn {
  color: #716c80;
}
.cid-uvUQAjoxoN H3 {
  color: #716c80;
}
.cid-uvUQAjoxoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUQAjoxoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUSIpbicz {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uvUSIpbicz .card-header {
  background: transparent;
}
.cid-uvUSIpbicz .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uvUSIpbicz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uvUSIpbicz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uvUSIpbicz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uvUSIpbicz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uvUSIpbicz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uvUSIpbicz .card .panel-body {
  color: #767676;
}
.cid-uvUSIpbicz h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uvUSIpbicz H4 {
  color: #073b4c;
}
.cid-uvUSIpbicz H2 {
  color: #57468b;
}
.cid-uvUSKxcqFV {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uvUSKxcqFV .card-header {
  background: transparent;
}
.cid-uvUSKxcqFV .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uvUSKxcqFV .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uvUSKxcqFV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uvUSKxcqFV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uvUSKxcqFV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uvUSKxcqFV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uvUSKxcqFV .card .panel-body {
  color: #767676;
}
.cid-uvUSKxcqFV h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uvUSKxcqFV H4 {
  color: #073b4c;
}
.cid-uvUSKxcqFV H2 {
  color: #57468b;
}
.cid-uvV1twONt1 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uvV1twONt1 .card-header {
  background: transparent;
}
.cid-uvV1twONt1 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uvV1twONt1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uvV1twONt1 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uvV1twONt1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uvV1twONt1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uvV1twONt1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uvV1twONt1 .card .panel-body {
  color: #767676;
}
.cid-uvV1twONt1 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uvV1twONt1 H4 {
  color: #073b4c;
}
.cid-uvV1twONt1 H2 {
  color: #57468b;
}
.cid-uvUSJfZRsz {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uvUSJfZRsz .card-header {
  background: transparent;
}
.cid-uvUSJfZRsz .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uvUSJfZRsz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uvUSJfZRsz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uvUSJfZRsz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uvUSJfZRsz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uvUSJfZRsz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uvUSJfZRsz .card .panel-body {
  color: #767676;
}
.cid-uvUSJfZRsz h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uvUSJfZRsz H4 {
  color: #073b4c;
}
.cid-uvUSJfZRsz H2 {
  color: #57468b;
}
.cid-uvV32xXPMh {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uvV32xXPMh .card-header {
  background: transparent;
}
.cid-uvV32xXPMh .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uvV32xXPMh .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uvV32xXPMh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uvV32xXPMh .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uvV32xXPMh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uvV32xXPMh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uvV32xXPMh .card .panel-body {
  color: #767676;
}
.cid-uvV32xXPMh h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uvV32xXPMh H4 {
  color: #073b4c;
}
.cid-uvV32xXPMh H2 {
  color: #57468b;
}
.cid-uvUSHekx2J {
  padding-top: 0px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-uvUSHekx2J .card-header {
  background: transparent;
}
.cid-uvUSHekx2J .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uvUSHekx2J .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uvUSHekx2J .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uvUSHekx2J .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uvUSHekx2J .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uvUSHekx2J .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uvUSHekx2J .card .panel-body {
  color: #767676;
}
.cid-uvUSHekx2J h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uvUSHekx2J H4 {
  color: #073b4c;
}
.cid-uvUSHekx2J H2 {
  color: #57468b;
}
.cid-uvUQhRMBsz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e8e8e8;
}
.cid-uvUQhRMBsz H1 {
  color: #264387;
}
.cid-uvUQhRMBsz .mbr-text,
.cid-uvUQhRMBsz .mbr-section-btn {
  color: #716c80;
}
.cid-uvUQhRMBsz H3 {
  color: #716c80;
}
.cid-uvUQhRMBsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUQhRMBsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHDC7ckuCi {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDC7ckuCi .card-header {
  background: transparent;
}
.cid-tHDC7ckuCi .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDC7ckuCi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDC7ckuCi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDC7ckuCi .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDC7ckuCi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDC7ckuCi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDC7ckuCi .card .panel-body {
  color: #767676;
}
.cid-tHDC7ckuCi h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDC7ckuCi H4 {
  color: #073b4c;
}
.cid-tHDC7ckuCi H2 {
  color: #57468b;
}
.cid-tHDC8aHDW7 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDC8aHDW7 .card-header {
  background: transparent;
}
.cid-tHDC8aHDW7 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDC8aHDW7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDC8aHDW7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDC8aHDW7 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDC8aHDW7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDC8aHDW7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDC8aHDW7 .card .panel-body {
  color: #767676;
}
.cid-tHDC8aHDW7 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDC8aHDW7 H4 {
  color: #073b4c;
}
.cid-tHDC8aHDW7 H2 {
  color: #57468b;
}
.cid-tHDC6L0QZl {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDC6L0QZl .card-header {
  background: transparent;
}
.cid-tHDC6L0QZl .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDC6L0QZl .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDC6L0QZl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDC6L0QZl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDC6L0QZl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDC6L0QZl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDC6L0QZl .card .panel-body {
  color: #767676;
}
.cid-tHDC6L0QZl h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDC6L0QZl H4 {
  color: #073b4c;
}
.cid-tHDC6L0QZl H2 {
  color: #57468b;
}
.cid-tHDC7EOWCl {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDC7EOWCl .card-header {
  background: transparent;
}
.cid-tHDC7EOWCl .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDC7EOWCl .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDC7EOWCl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDC7EOWCl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDC7EOWCl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDC7EOWCl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDC7EOWCl .card .panel-body {
  color: #767676;
}
.cid-tHDC7EOWCl h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDC7EOWCl H4 {
  color: #073b4c;
}
.cid-tHDC7EOWCl H2 {
  color: #57468b;
}
.cid-tHDC6fpoKU {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDC6fpoKU .card-header {
  background: transparent;
}
.cid-tHDC6fpoKU .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDC6fpoKU .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDC6fpoKU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDC6fpoKU .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDC6fpoKU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDC6fpoKU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDC6fpoKU .card .panel-body {
  color: #767676;
}
.cid-tHDC6fpoKU h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDC6fpoKU H4 {
  color: #073b4c;
}
.cid-tHDC6fpoKU H2 {
  color: #57468b;
}
.cid-tHDwX5qTt2 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDwX5qTt2 .card-header {
  background: transparent;
}
.cid-tHDwX5qTt2 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDwX5qTt2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDwX5qTt2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDwX5qTt2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDwX5qTt2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDwX5qTt2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDwX5qTt2 .card .panel-body {
  color: #767676;
}
.cid-tHDwX5qTt2 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDwX5qTt2 H4 {
  color: #073b4c;
}
.cid-tHDwX5qTt2 H2 {
  color: #57468b;
}
.cid-tHDwWCGbvp {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDwWCGbvp .card-header {
  background: transparent;
}
.cid-tHDwWCGbvp .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDwWCGbvp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDwWCGbvp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDwWCGbvp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDwWCGbvp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDwWCGbvp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDwWCGbvp .card .panel-body {
  color: #767676;
}
.cid-tHDwWCGbvp h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDwWCGbvp H4 {
  color: #073b4c;
}
.cid-tHDwWCGbvp H2 {
  color: #57468b;
}
.cid-tHDwW4DOjx {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDwW4DOjx .card-header {
  background: transparent;
}
.cid-tHDwW4DOjx .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDwW4DOjx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDwW4DOjx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDwW4DOjx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDwW4DOjx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDwW4DOjx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDwW4DOjx .card .panel-body {
  color: #767676;
}
.cid-tHDwW4DOjx h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDwW4DOjx H4 {
  color: #073b4c;
}
.cid-tHDwW4DOjx H2 {
  color: #57468b;
}
.cid-tHDvNL8H9L {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDvNL8H9L .card-header {
  background: transparent;
}
.cid-tHDvNL8H9L .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDvNL8H9L .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDvNL8H9L .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDvNL8H9L .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDvNL8H9L .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDvNL8H9L .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDvNL8H9L .card .panel-body {
  color: #767676;
}
.cid-tHDvNL8H9L h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDvNL8H9L H4 {
  color: #073b4c;
}
.cid-tHDvNL8H9L H2 {
  color: #57468b;
}
.cid-tHDvN4TLwL {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDvN4TLwL .card-header {
  background: transparent;
}
.cid-tHDvN4TLwL .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDvN4TLwL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDvN4TLwL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDvN4TLwL .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDvN4TLwL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDvN4TLwL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDvN4TLwL .card .panel-body {
  color: #767676;
}
.cid-tHDvN4TLwL h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDvN4TLwL H4 {
  color: #073b4c;
}
.cid-tHDvN4TLwL H2 {
  color: #57468b;
}
.cid-tHDvMwxvZ6 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDvMwxvZ6 .card-header {
  background: transparent;
}
.cid-tHDvMwxvZ6 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDvMwxvZ6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDvMwxvZ6 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDvMwxvZ6 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDvMwxvZ6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDvMwxvZ6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDvMwxvZ6 .card .panel-body {
  color: #767676;
}
.cid-tHDvMwxvZ6 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDvMwxvZ6 H4 {
  color: #073b4c;
}
.cid-tHDvMwxvZ6 H2 {
  color: #57468b;
}
.cid-tHDvA0tyjC {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDvA0tyjC .card-header {
  background: transparent;
}
.cid-tHDvA0tyjC .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDvA0tyjC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDvA0tyjC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDvA0tyjC .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDvA0tyjC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDvA0tyjC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDvA0tyjC .card .panel-body {
  color: #767676;
}
.cid-tHDvA0tyjC h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDvA0tyjC H4 {
  color: #073b4c;
}
.cid-tHDvA0tyjC H2 {
  color: #57468b;
}
.cid-tHDv1a4VX1 {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDv1a4VX1 .card-header {
  background: transparent;
}
.cid-tHDv1a4VX1 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDv1a4VX1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDv1a4VX1 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDv1a4VX1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDv1a4VX1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDv1a4VX1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDv1a4VX1 .card .panel-body {
  color: #767676;
}
.cid-tHDv1a4VX1 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ccd7da;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDv1a4VX1 H4 {
  color: #073b4c;
}
.cid-tHDv1a4VX1 H2 {
  color: #57468b;
}
.cid-sS5jjvgX0j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sS5jjvgX0j .mbr-text a {
  background-size: 100% 0%;
}
.cid-sS5jjvgX0j .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sS5jjvgX0j .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-t6WYC82XaC {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-t6WYC82XaC .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-t6WYC82XaC .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-t6WYC82XaC .align-center {
    text-align: center;
  }
}
.cid-t6WYC82XaC H1 {
  text-align: center;
}
.cid-t6WYC82XaC .mbr-text,
.cid-t6WYC82XaC .mbr-section-btn {
  text-align: center;
}
.cid-t6X31sufi1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #17336f;
}
.cid-t6X31sufi1 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1.5rem;
  height: auto;
  object-fit: cover;
  -webkit-mask-box-image: url("../../../assets/images/3.svg");
  mask-image: url("../../../assets/images/3.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-t6X31sufi1 .row {
  justify-content: center;
}
.cid-t6X31sufi1 .one {
  background-color: #1b66ce;
}
.cid-t6X31sufi1 .two {
  background-color: #cbb6f2;
}
@media (max-width: 767px) {
  .cid-t6X31sufi1 .two {
    margin-top: 3rem;
  }
}
.cid-t6X31sufi1 .three {
  background-color: #ffcc1a;
}
@media (max-width: 991px) {
  .cid-t6X31sufi1 .three {
    margin-top: 3rem;
  }
}
.cid-t6X31sufi1 .four {
  background-color: #ff403d;
}
@media (max-width: 991px) {
  .cid-t6X31sufi1 .four {
    margin-top: 3rem;
  }
}
.cid-t6X31sufi1 .card-text {
  color: #ffffff;
}
.cid-t6X31sufi1 .card-title {
  color: #ffffff;
}
.cid-t6X4d57Jdl {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #17336f;
}
.cid-t6X4d57Jdl .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1.5rem;
  height: auto;
  object-fit: cover;
  -webkit-mask-box-image: url("../../../assets/images/3.svg");
  mask-image: url("../../../assets/images/3.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-t6X4d57Jdl .row {
  justify-content: center;
}
.cid-t6X4d57Jdl .one {
  background-color: #1b66ce;
}
.cid-t6X4d57Jdl .two {
  background-color: #cbb6f2;
}
@media (max-width: 767px) {
  .cid-t6X4d57Jdl .two {
    margin-top: 3rem;
  }
}
.cid-t6X4d57Jdl .three {
  background-color: #ffcc1a;
}
@media (max-width: 991px) {
  .cid-t6X4d57Jdl .three {
    margin-top: 3rem;
  }
}
.cid-t6X4d57Jdl .four {
  background-color: #ff403d;
}
@media (max-width: 991px) {
  .cid-t6X4d57Jdl .four {
    margin-top: 3rem;
  }
}
.cid-t6X4d57Jdl .card-title {
  color: #ffffff;
}
.cid-t6X4d57Jdl .card-text {
  color: #ffffff;
}
.cid-t6WYC8CL3d {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-t6WYC8CL3d .mbr-text a {
  background-size: 100% 0%;
}
.cid-t6WYC8CL3d .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-t6WYC8CL3d .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli9Nvv5ip .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli9Nvv5ip .nav-item:focus,
.cid-tli9Nvv5ip .nav-link:focus {
  outline: none;
}
.cid-tli9Nvv5ip .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-tli9Nvv5ip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli9Nvv5ip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli9Nvv5ip .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-tli9Nvv5ip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli9Nvv5ip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli9Nvv5ip .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli9Nvv5ip .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli9Nvv5ip .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli9Nvv5ip .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli9Nvv5ip .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli9Nvv5ip .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli9Nvv5ip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli9Nvv5ip .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli9Nvv5ip .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli9Nvv5ip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli9Nvv5ip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli9Nvv5ip .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli9Nvv5ip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli9Nvv5ip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli9Nvv5ip .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli9Nvv5ip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli9Nvv5ip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli9Nvv5ip .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli9Nvv5ip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli9Nvv5ip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli9Nvv5ip .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli9Nvv5ip .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli9Nvv5ip .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli9Nvv5ip .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli9Nvv5ip .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli9Nvv5ip .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli9Nvv5ip .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli9Nvv5ip .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli9Nvv5ip .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli9Nvv5ip .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli9Nvv5ip .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli9Nvv5ip .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli9Nvv5ip .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli9Nvv5ip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli9Nvv5ip .dropdown-item.active,
.cid-tli9Nvv5ip .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli9Nvv5ip .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli9Nvv5ip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9Nvv5ip .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli9Nvv5ip .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli9Nvv5ip .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli9Nvv5ip .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli9Nvv5ip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9Nvv5ip .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli9Nvv5ip .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli9Nvv5ip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli9Nvv5ip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli9Nvv5ip .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli9Nvv5ip ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli9Nvv5ip .navbar-buttons {
  text-align: center;
}
.cid-tli9Nvv5ip button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli9Nvv5ip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli9Nvv5ip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli9Nvv5ip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9Nvv5ip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9Nvv5ip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli9Nvv5ip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9Nvv5ip nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli9Nvv5ip nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli9Nvv5ip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9Nvv5ip .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli9Nvv5ip a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli9Nvv5ip .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli9Nvv5ip .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli9Nvv5ip .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli9Nvv5ip .navbar {
    height: 77px;
  }
  .cid-tli9Nvv5ip .navbar.opened {
    height: auto;
  }
  .cid-tli9Nvv5ip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli9Nvv5ip a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli9Nvv5ip a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli9Nvv5ip .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli9Nvv5ip .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sVKkC3bk3v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #084333;
}
.cid-sVKkC3bk3v .carousel {
  height: 500px;
}
.cid-sVKkC3bk3v .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVKkC3bk3v .carousel-item,
.cid-sVKkC3bk3v .carousel-inner {
  height: 100%;
}
.cid-sVKkC3bk3v .mbr-overlay {
  z-index: 1;
}
.cid-sVKkC3bk3v .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sVKkC3bk3v .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-sVKkC3bk3v .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sVKkC3bk3v .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sVKkC3bk3v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sVKkC3bk3v .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sVKkC3bk3v .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sVKkC3bk3v .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sVKkC3bk3v .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sVKkC3bk3v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-sVKkC3bk3v .carousel-indicators {
    display: none;
  }
}
.cid-sVKkC3bk3v .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sVKkC3bk3v .carousel-indicators li.active,
.cid-sVKkC3bk3v .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-sVKkC3bk3v .carousel-indicators li::after,
.cid-sVKkC3bk3v .carousel-indicators li::before {
  content: none;
}
.cid-sVKkC3bk3v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sVKkC3bk3v .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVKkC3bk3v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVKkC3bk3v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVKkC3bk3v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVKkC3bk3v .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-sVKkC3bk3v H5 {
  text-align: left;
}
.cid-sVKkC3bk3v P {
  text-align: left;
}
.cid-sVKkC3bk3v .mbr-text,
.cid-sVKkC3bk3v .mbr-section-btn {
  text-align: left;
}
.cid-sVKkC3bk3v .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-sVKkC3bk3v .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-sVKkC3bk3v .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #084333;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tvXOy826lJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXOy826lJ .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXOy826lJ .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXOy826lJ .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXOy826lJ .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-utxQ660sL9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-utxQ660sL9 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-utxQ660sL9 .mbr-section-title {
  color: #010d4c;
}
.cid-utxQ660sL9 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-utxQ660sL9 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .cid-utxQ660sL9 .card-title {
    margin-bottom: 18px;
  }
}
.cid-utxQ660sL9 .card-title a {
  font-weight: 700;
}
.cid-utxQ660sL9 .card-title a:hover {
  color: #264387 !important;
}
.cid-utxQ660sL9 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-utxQ660sL9 .icon-box {
    margin-bottom: 20px;
  }
}
.cid-utxQ660sL9 .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #913bff;
}
.cid-utxQ660sL9 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
  padding-right: 15px;
}
.cid-utxQ660sL9 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-utxQ660sL9 .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-utxQ660sL9 .icon-link-box .mbr-iconfont:hover {
  color: #f8dc6e !important;
  cursor: pointer !important;
}
.cid-utxQ660sL9 .col-card {
  margin-top: 30px;
}
.cid-utxQ660sL9 .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #f3f3f3;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-utxQ660sL9 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-utxQ660sL9 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-utxQ660sL9 .card-title,
.cid-utxQ660sL9 .card-box {
  color: #7f1933;
  text-align: left;
}
.cid-utxQ660sL9 .mbr-text,
.cid-utxQ660sL9 .link {
  text-align: left;
  color: #4c4c4c;
}
.cid-t8X2hhTMaW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-t8X2hhTMaW .container {
  max-width: 1500px;
}
.cid-t8X2hhTMaW .row {
  background: #333333;
}
.cid-t8X2hhTMaW .img-col {
  padding: 0;
}
.cid-t8X2hhTMaW .title-col {
  padding: 4rem 6rem;
}
.cid-t8X2hhTMaW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8X2hhTMaW h2 {
  padding: 0;
  margin: 0;
}
.cid-t8X2hhTMaW .text-wrap {
  margin: auto;
}
.cid-t8X2hhTMaW .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-t8X2hhTMaW .row {
    margin: 2rem;
  }
  .cid-t8X2hhTMaW .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t8X2hhTMaW .row {
    margin: 0rem;
  }
  .cid-t8X2hhTMaW .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sVKReplZiu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-sVKReplZiu .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sVKReplZiu .title-wrapper {
  padding: 0 12px;
}
.cid-sVKReplZiu .text-block {
  padding: 48px 24px;
}
.cid-sVKReplZiu .video-wrapper iframe {
  width: 100%;
}
.cid-sVKReplZiu .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sVKReplZiu .mbr-section-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-sVKReplZiu .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sVKReplZiu .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sVKReplZiu .mbr-text,
.cid-sVKReplZiu .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sVKReplZiu .video-block {
    border-left: none;
  }
  .cid-sVKReplZiu .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sVKReplZiu .title-wrapper {
    padding: 0 48px;
  }
  .cid-sVKReplZiu .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sVKReplZiu .mbr-section-subtitle {
  color: #50a2bf;
}
.cid-t8W19Php72 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8W19Php72 .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-t8W19Php72 .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-t8W19Php72 .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: #fff;
  opacity: 1;
}
.cid-t8W19Php72 .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-t8W19Php72 .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-t8W19Php72 .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-t8W19Php72 .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8W19Php72 .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-t8W19Php72 .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-t8W19Php72 .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.cid-t8W19Php72 .carousel-indicators .li1::after {
  content: "1";
}
.cid-t8W19Php72 .carousel-indicators .li2::after {
  content: "2";
}
.cid-t8W19Php72 .carousel-indicators .li3::after {
  content: "3";
}
.cid-t8W19Php72 .carousel-indicators .li4::after {
  content: "4";
}
.cid-t8W19Php72 li.active,
.cid-t8W19Php72 li:active {
  opacity: 1;
  border-color: #ffffff;
}
.cid-t8W19Php72 li.active:after,
.cid-t8W19Php72 li:active:after {
  color: #ffffff;
}
.cid-t8W19Php72 li.active:before,
.cid-t8W19Php72 li:active:before {
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-t8W19Php72 .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-t8W19Php72 .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-t8W19Php72 .mbr-text {
  margin-top: 1rem;
}
.cid-t8W19Php72 .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-t8W19Php72 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 80%;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-t8W19Php72 .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-t8W19Php72 .row-element,
.cid-t8W19Php72 .image-element {
  padding: 0;
}
.cid-t8W19Php72 .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-t8W19Php72 .image-element img {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t8W19Php72 .wrap {
  z-index: 2;
}
.cid-t8W19Php72 .card-wrap {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t8W19Php72 .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t8W19Php72 .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t8W19Php72 .card-wrap {
    margin-top: 1rem;
  }
}
.cid-t8W19Php72 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8W19Php72 .carousel-item.active,
.cid-t8W19Php72 .carousel-item-next {
  display: flex;
}
.cid-t8W19Php72 .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-t8W19Php72 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t8W19Php72 .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-t8W19Php72 .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #264387;
  background-color: #264387;
}
.cid-t8W19Php72 .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-t8W19Php72 .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8W19Php72 .image-element {
    min-width: 50%;
  }
  .cid-t8W19Php72 .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t8W19Php72 .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-t8W19Php72 .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-t8W19Php72 .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-t8W19Php72 .icon-left {
  margin-right: 0.1rem;
}
.cid-t8W19Php72 .icon-right {
  margin-left: 0.1rem;
}
.cid-t8W19Php72 H1 {
  text-align: left;
}
.cid-t8W19Php72 .mbr-section-text,
.cid-t8W19Php72 .mbr-section-btn {
  text-align: left;
}
.cid-thTO6BIIyc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-thTO6BIIyc .mbr-link p {
  border-bottom: 2px #191919 solid;
}
.cid-thTO6BIIyc .mbr-link p {
  display: inline;
  padding-bottom: 2px;
}
.cid-thTO6BIIyc .mbr-link p span {
  margin-left: 12px;
}
.cid-thTO6BIIyc .item-img {
  overflow: hidden;
}
.cid-thTO6BIIyc .item-img img {
  transition: all .5s ease;
}
.cid-thTO6BIIyc img,
.cid-thTO6BIIyc .item-img {
  width: 100%;
}
.cid-thTO6BIIyc .mbr-section-subtitle {
  margin-bottom: 80px;
  text-align: left;
  color: #464646;
}
.cid-thTO6BIIyc .item:focus,
.cid-thTO6BIIyc span:focus {
  outline: none;
}
.cid-thTO6BIIyc .item {
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-thTO6BIIyc .item-wrapper:nth-child(odd) {
  margin-right: 30px;
}
.cid-thTO6BIIyc .item-wrapper:nth-child(even) {
  margin-left: 30px;
}
.cid-thTO6BIIyc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e6e6e6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-thTO6BIIyc .item-wrapper .item-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-thTO6BIIyc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-thTO6BIIyc .item-wrapper:hover .item-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-thTO6BIIyc .item-wrapper:hover .item-title,
.cid-thTO6BIIyc .item-wrapper:hover .mbr-link p {
  opacity: .85;
}
@media (max-width: 768px) {
  .cid-thTO6BIIyc .item {
    margin-bottom: 80px;
  }
  .cid-thTO6BIIyc .item-wrapper {
    margin-bottom: 2px;
  }
  .cid-thTO6BIIyc .item-wrapper:nth-child(odd) {
    margin-right: 0;
  }
  .cid-thTO6BIIyc .item-wrapper:nth-child(even) {
    margin-left: 0;
  }
}
.cid-thTO6BIIyc .mbr-text,
.cid-thTO6BIIyc .mbr-section-btn {
  color: #464646;
}
.cid-tiKqWYIeCd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-tiKqWYIeCd .mbr-link p {
  border-bottom: 2px #191919 solid;
}
.cid-tiKqWYIeCd .mbr-link p {
  display: inline;
  padding-bottom: 2px;
}
.cid-tiKqWYIeCd .mbr-link p span {
  margin-left: 12px;
}
.cid-tiKqWYIeCd .item-img {
  overflow: hidden;
}
.cid-tiKqWYIeCd .item-img img {
  transition: all .5s ease;
}
.cid-tiKqWYIeCd img,
.cid-tiKqWYIeCd .item-img {
  width: 100%;
}
.cid-tiKqWYIeCd .mbr-section-subtitle {
  margin-bottom: 80px;
  text-align: left;
  color: #464646;
}
.cid-tiKqWYIeCd .item:focus,
.cid-tiKqWYIeCd span:focus {
  outline: none;
}
.cid-tiKqWYIeCd .item {
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-tiKqWYIeCd .item-wrapper:nth-child(odd) {
  margin-right: 30px;
}
.cid-tiKqWYIeCd .item-wrapper:nth-child(even) {
  margin-left: 30px;
}
.cid-tiKqWYIeCd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e6e6e6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiKqWYIeCd .item-wrapper .item-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-tiKqWYIeCd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tiKqWYIeCd .item-wrapper:hover .item-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tiKqWYIeCd .item-wrapper:hover .item-title,
.cid-tiKqWYIeCd .item-wrapper:hover .mbr-link p {
  opacity: .85;
}
@media (max-width: 768px) {
  .cid-tiKqWYIeCd .item {
    margin-bottom: 80px;
  }
  .cid-tiKqWYIeCd .item-wrapper {
    margin-bottom: 2px;
  }
  .cid-tiKqWYIeCd .item-wrapper:nth-child(odd) {
    margin-right: 0;
  }
  .cid-tiKqWYIeCd .item-wrapper:nth-child(even) {
    margin-left: 0;
  }
}
.cid-tiKqWYIeCd .mbr-text,
.cid-tiKqWYIeCd .mbr-section-btn {
  color: #464646;
}
.cid-sVKkCbHeA6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sVKkCbHeA6 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sVKkCbHeA6 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVKkCbHeA6 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sVKkCbHeA6 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sVKkCegWDe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sVKkCegWDe .mbr-text a {
  background-size: 100% 0%;
}
.cid-sVKkCegWDe .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sVKkCegWDe .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-sVKkCf7aIV .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #e1201d;
  top: 0px;
}
.cid-sVKkCf7aIV .progress-bar {
  height: 10px;
  background: #7e7e7e;
  width: 0%;
}
.cid-sVKkCf7aIV .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sVKkCf7aIV .hidden {
  display: none;
}
.cid-sVKkCf7aIV H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli9JIY4C3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli9JIY4C3 .nav-item:focus,
.cid-tli9JIY4C3 .nav-link:focus {
  outline: none;
}
.cid-tli9JIY4C3 .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-tli9JIY4C3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli9JIY4C3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli9JIY4C3 .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-tli9JIY4C3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli9JIY4C3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli9JIY4C3 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli9JIY4C3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli9JIY4C3 .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli9JIY4C3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli9JIY4C3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli9JIY4C3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli9JIY4C3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli9JIY4C3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli9JIY4C3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli9JIY4C3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli9JIY4C3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli9JIY4C3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli9JIY4C3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli9JIY4C3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli9JIY4C3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli9JIY4C3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli9JIY4C3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli9JIY4C3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli9JIY4C3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli9JIY4C3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli9JIY4C3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli9JIY4C3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli9JIY4C3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli9JIY4C3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli9JIY4C3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli9JIY4C3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli9JIY4C3 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli9JIY4C3 .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli9JIY4C3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli9JIY4C3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli9JIY4C3 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli9JIY4C3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli9JIY4C3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli9JIY4C3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli9JIY4C3 .dropdown-item.active,
.cid-tli9JIY4C3 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli9JIY4C3 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli9JIY4C3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9JIY4C3 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli9JIY4C3 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli9JIY4C3 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli9JIY4C3 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli9JIY4C3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9JIY4C3 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli9JIY4C3 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli9JIY4C3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli9JIY4C3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli9JIY4C3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli9JIY4C3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli9JIY4C3 .navbar-buttons {
  text-align: center;
}
.cid-tli9JIY4C3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli9JIY4C3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli9JIY4C3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli9JIY4C3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9JIY4C3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9JIY4C3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli9JIY4C3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9JIY4C3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli9JIY4C3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli9JIY4C3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9JIY4C3 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli9JIY4C3 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli9JIY4C3 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli9JIY4C3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli9JIY4C3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli9JIY4C3 .navbar {
    height: 77px;
  }
  .cid-tli9JIY4C3 .navbar.opened {
    height: auto;
  }
  .cid-tli9JIY4C3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli9JIY4C3 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli9JIY4C3 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli9JIY4C3 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli9JIY4C3 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sT0qTJBdAl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #061841;
}
.cid-sT0qTJBdAl .carousel {
  height: 500px;
}
.cid-sT0qTJBdAl .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sT0qTJBdAl .carousel-item,
.cid-sT0qTJBdAl .carousel-inner {
  height: 100%;
}
.cid-sT0qTJBdAl .mbr-overlay {
  z-index: 1;
}
.cid-sT0qTJBdAl .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sT0qTJBdAl .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-sT0qTJBdAl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sT0qTJBdAl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sT0qTJBdAl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sT0qTJBdAl .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sT0qTJBdAl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sT0qTJBdAl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sT0qTJBdAl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sT0qTJBdAl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-sT0qTJBdAl .carousel-indicators {
    display: none;
  }
}
.cid-sT0qTJBdAl .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sT0qTJBdAl .carousel-indicators li.active,
.cid-sT0qTJBdAl .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-sT0qTJBdAl .carousel-indicators li::after,
.cid-sT0qTJBdAl .carousel-indicators li::before {
  content: none;
}
.cid-sT0qTJBdAl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sT0qTJBdAl .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sT0qTJBdAl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sT0qTJBdAl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sT0qTJBdAl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sT0qTJBdAl .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-sT0qTJBdAl H5 {
  text-align: left;
}
.cid-sT0qTJBdAl P {
  text-align: left;
}
.cid-sT0qTJBdAl .mbr-text,
.cid-sT0qTJBdAl .mbr-section-btn {
  text-align: left;
}
.cid-sT0qTJBdAl .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-sT0qTJBdAl .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-sT0qTJBdAl .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #061841;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tvXOtE7qLR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXOtE7qLR .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXOtE7qLR .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXOtE7qLR .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXOtE7qLR .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sTzwzS3glB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTzwzS3glB h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sTzwzS3glB .container {
    position: relative;
  }
  .cid-sTzwzS3glB .row {
    margin: 0;
  }
  .cid-sTzwzS3glB h2 {
    margin: 0;
  }
}
.cid-sTzwzS3glB .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sTzwzS3glB .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-sTzwzS3glB h2 {
  text-align: left;
}
.cid-sYRfqwiADG {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYRfqwiADG .card-header {
  background: transparent;
}
.cid-sYRfqwiADG .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYRfqwiADG .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYRfqwiADG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYRfqwiADG .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYRfqwiADG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYRfqwiADG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYRfqwiADG .card .panel-body {
  color: #767676;
}
.cid-sYRfqwiADG h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYRfqwiADG H4 {
  color: #e1201d;
}
.cid-sYRfqwiADG H2 {
  color: #57468b;
}
.cid-sYRecQ0mZF {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYRecQ0mZF .card-header {
  background: transparent;
}
.cid-sYRecQ0mZF .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYRecQ0mZF .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYRecQ0mZF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYRecQ0mZF .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYRecQ0mZF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYRecQ0mZF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYRecQ0mZF .card .panel-body {
  color: #767676;
}
.cid-sYRecQ0mZF h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYRecQ0mZF H4 {
  color: #e1201d;
}
.cid-sYRecQ0mZF H2 {
  color: #57468b;
}
.cid-t5mLwSaOGg {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-t5mLwSaOGg .card-header {
  background: transparent;
}
.cid-t5mLwSaOGg .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-t5mLwSaOGg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t5mLwSaOGg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t5mLwSaOGg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t5mLwSaOGg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t5mLwSaOGg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t5mLwSaOGg .card .panel-body {
  color: #767676;
}
.cid-t5mLwSaOGg h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-t5mLwSaOGg H4 {
  color: #e1201d;
}
.cid-t5mLwSaOGg H2 {
  color: #57468b;
}
.cid-t5mPjtlwD5 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-t5mPjtlwD5 .card-header {
  background: transparent;
}
.cid-t5mPjtlwD5 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-t5mPjtlwD5 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t5mPjtlwD5 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t5mPjtlwD5 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t5mPjtlwD5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t5mPjtlwD5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t5mPjtlwD5 .card .panel-body {
  color: #767676;
}
.cid-t5mPjtlwD5 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-t5mPjtlwD5 H4 {
  color: #e1201d;
}
.cid-t5mPjtlwD5 H2 {
  color: #57468b;
}
.cid-sYReptoKTO {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYReptoKTO .card-header {
  background: transparent;
}
.cid-sYReptoKTO .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYReptoKTO .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYReptoKTO .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYReptoKTO .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYReptoKTO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYReptoKTO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYReptoKTO .card .panel-body {
  color: #767676;
}
.cid-sYReptoKTO h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYReptoKTO H4 {
  color: #e1201d;
}
.cid-sYReptoKTO H2 {
  color: #57468b;
}
.cid-sYReln6Df6 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYReln6Df6 .card-header {
  background: transparent;
}
.cid-sYReln6Df6 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYReln6Df6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYReln6Df6 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYReln6Df6 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYReln6Df6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYReln6Df6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYReln6Df6 .card .panel-body {
  color: #767676;
}
.cid-sYReln6Df6 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYReln6Df6 H4 {
  color: #e1201d;
}
.cid-sYReln6Df6 H2 {
  color: #57468b;
}
.cid-sYRemHd3vN {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYRemHd3vN .card-header {
  background: transparent;
}
.cid-sYRemHd3vN .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYRemHd3vN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYRemHd3vN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYRemHd3vN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYRemHd3vN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYRemHd3vN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYRemHd3vN .card .panel-body {
  color: #767676;
}
.cid-sYRemHd3vN h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYRemHd3vN H4 {
  color: #e1201d;
}
.cid-sYRemHd3vN H2 {
  color: #57468b;
}
.cid-sYRenIUDAJ {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYRenIUDAJ .card-header {
  background: transparent;
}
.cid-sYRenIUDAJ .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYRenIUDAJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYRenIUDAJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYRenIUDAJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYRenIUDAJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYRenIUDAJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYRenIUDAJ .card .panel-body {
  color: #767676;
}
.cid-sYRenIUDAJ h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYRenIUDAJ H4 {
  color: #e1201d;
}
.cid-sYRenIUDAJ H2 {
  color: #57468b;
}
.cid-sYReqri5Z7 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYReqri5Z7 .card-header {
  background: transparent;
}
.cid-sYReqri5Z7 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYReqri5Z7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYReqri5Z7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYReqri5Z7 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYReqri5Z7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYReqri5Z7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYReqri5Z7 .card .panel-body {
  color: #767676;
}
.cid-sYReqri5Z7 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYReqri5Z7 H4 {
  color: #e1201d;
}
.cid-sYReqri5Z7 H2 {
  color: #57468b;
}
.cid-sYRerlaDAY {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYRerlaDAY .card-header {
  background: transparent;
}
.cid-sYRerlaDAY .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYRerlaDAY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYRerlaDAY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYRerlaDAY .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYRerlaDAY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYRerlaDAY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYRerlaDAY .card .panel-body {
  color: #767676;
}
.cid-sYRerlaDAY h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYRerlaDAY H4 {
  color: #e1201d;
}
.cid-sYRerlaDAY H2 {
  color: #57468b;
}
.cid-t5mRd4SB2O {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-t5mRd4SB2O .card-header {
  background: transparent;
}
.cid-t5mRd4SB2O .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-t5mRd4SB2O .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t5mRd4SB2O .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t5mRd4SB2O .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t5mRd4SB2O .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t5mRd4SB2O .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t5mRd4SB2O .card .panel-body {
  color: #767676;
}
.cid-t5mRd4SB2O h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-t5mRd4SB2O H4 {
  color: #e1201d;
}
.cid-t5mRd4SB2O H2 {
  color: #57468b;
}
.cid-sYResxijHg {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYResxijHg .card-header {
  background: transparent;
}
.cid-sYResxijHg .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYResxijHg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYResxijHg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYResxijHg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYResxijHg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYResxijHg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYResxijHg .card .panel-body {
  color: #767676;
}
.cid-sYResxijHg h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYResxijHg H4 {
  color: #e1201d;
}
.cid-sYResxijHg H2 {
  color: #57468b;
}
.cid-tHDBoCgN7b {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tHDBoCgN7b .card-header {
  background: transparent;
}
.cid-tHDBoCgN7b .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tHDBoCgN7b .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHDBoCgN7b .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHDBoCgN7b .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHDBoCgN7b .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHDBoCgN7b .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tHDBoCgN7b .card .panel-body {
  color: #767676;
}
.cid-tHDBoCgN7b h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tHDBoCgN7b H4 {
  color: #e1201d;
}
.cid-tHDBoCgN7b H2 {
  color: #57468b;
}
.cid-t5mMR6v1dS {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-t5mMR6v1dS .card-header {
  background: transparent;
}
.cid-t5mMR6v1dS .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-t5mMR6v1dS .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t5mMR6v1dS .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t5mMR6v1dS .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t5mMR6v1dS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t5mMR6v1dS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t5mMR6v1dS .card .panel-body {
  color: #767676;
}
.cid-t5mMR6v1dS h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-t5mMR6v1dS H4 {
  color: #e1201d;
}
.cid-t5mMR6v1dS H2 {
  color: #57468b;
}
.cid-t7DjKMmBvZ {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-t7DjKMmBvZ .card-header {
  background: transparent;
}
.cid-t7DjKMmBvZ .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-t7DjKMmBvZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t7DjKMmBvZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t7DjKMmBvZ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7DjKMmBvZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7DjKMmBvZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t7DjKMmBvZ .card .panel-body {
  color: #767676;
}
.cid-t7DjKMmBvZ h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-t7DjKMmBvZ H4 {
  color: #e1201d;
}
.cid-t7DjKMmBvZ H2 {
  color: #57468b;
}
.cid-sYReu0vHSi {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYReu0vHSi .card-header {
  background: transparent;
}
.cid-sYReu0vHSi .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYReu0vHSi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYReu0vHSi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYReu0vHSi .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYReu0vHSi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYReu0vHSi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYReu0vHSi .card .panel-body {
  color: #767676;
}
.cid-sYReu0vHSi h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYReu0vHSi H4 {
  color: #e1201d;
}
.cid-sYReu0vHSi H2 {
  color: #57468b;
}
.cid-upjWI1tKe0 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-upjWI1tKe0 .card-header {
  background: transparent;
}
.cid-upjWI1tKe0 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-upjWI1tKe0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-upjWI1tKe0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-upjWI1tKe0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-upjWI1tKe0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upjWI1tKe0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-upjWI1tKe0 .card .panel-body {
  color: #767676;
}
.cid-upjWI1tKe0 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-upjWI1tKe0 H4 {
  color: #e1201d;
}
.cid-upjWI1tKe0 H2 {
  color: #57468b;
}
.cid-sYRkjxOScP {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYRkjxOScP .card-header {
  background: transparent;
}
.cid-sYRkjxOScP .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYRkjxOScP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYRkjxOScP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYRkjxOScP .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYRkjxOScP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYRkjxOScP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYRkjxOScP .card .panel-body {
  color: #767676;
}
.cid-sYRkjxOScP h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYRkjxOScP H4 {
  color: #e1201d;
}
.cid-sYRkjxOScP H2 {
  color: #57468b;
}
.cid-sYRkmfryIh {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYRkmfryIh .card-header {
  background: transparent;
}
.cid-sYRkmfryIh .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYRkmfryIh .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYRkmfryIh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYRkmfryIh .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYRkmfryIh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYRkmfryIh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYRkmfryIh .card .panel-body {
  color: #767676;
}
.cid-sYRkmfryIh h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYRkmfryIh H4 {
  color: #e1201d;
}
.cid-sYRkmfryIh H2 {
  color: #57468b;
}
.cid-sYRHBRQxMK {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYRHBRQxMK .card-header {
  background: transparent;
}
.cid-sYRHBRQxMK .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sYRHBRQxMK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYRHBRQxMK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYRHBRQxMK .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYRHBRQxMK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYRHBRQxMK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYRHBRQxMK .card .panel-body {
  color: #767676;
}
.cid-sYRHBRQxMK h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sYRHBRQxMK H4 {
  color: #e1201d;
}
.cid-sYRHBRQxMK H2 {
  color: #57468b;
}
.cid-t5mNkDjEPV {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-t5mNkDjEPV .card-header {
  background: transparent;
}
.cid-t5mNkDjEPV .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-t5mNkDjEPV .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t5mNkDjEPV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t5mNkDjEPV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t5mNkDjEPV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t5mNkDjEPV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t5mNkDjEPV .card .panel-body {
  color: #767676;
}
.cid-t5mNkDjEPV h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #dbd2d2;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-t5mNkDjEPV H4 {
  color: #e1201d;
}
.cid-t5mNkDjEPV H2 {
  color: #57468b;
}
.cid-sT0qTNPaN9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sT0qTNPaN9 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sT0qTNPaN9 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sT0qTNPaN9 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sT0qTNPaN9 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sT0qTPXuAS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sT0qTPXuAS .mbr-text a {
  background-size: 100% 0%;
}
.cid-sT0qTPXuAS .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sT0qTPXuAS .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-sTcvjh4FRO .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #e1201d;
  top: 0px;
}
.cid-sTcvjh4FRO .progress-bar {
  height: 10px;
  background: #7e7e7e;
  width: 0%;
}
.cid-sTcvjh4FRO .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTcvjh4FRO .hidden {
  display: none;
}
.cid-sTcvjh4FRO H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli9f0MDpf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli9f0MDpf .nav-item:focus,
.cid-tli9f0MDpf .nav-link:focus {
  outline: none;
}
.cid-tli9f0MDpf .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-tli9f0MDpf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli9f0MDpf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli9f0MDpf .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-tli9f0MDpf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli9f0MDpf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli9f0MDpf .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli9f0MDpf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli9f0MDpf .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli9f0MDpf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli9f0MDpf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli9f0MDpf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli9f0MDpf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli9f0MDpf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli9f0MDpf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli9f0MDpf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli9f0MDpf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli9f0MDpf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli9f0MDpf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli9f0MDpf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli9f0MDpf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli9f0MDpf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli9f0MDpf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli9f0MDpf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli9f0MDpf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli9f0MDpf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli9f0MDpf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli9f0MDpf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli9f0MDpf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli9f0MDpf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli9f0MDpf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli9f0MDpf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli9f0MDpf .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli9f0MDpf .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli9f0MDpf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli9f0MDpf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli9f0MDpf .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli9f0MDpf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli9f0MDpf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli9f0MDpf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli9f0MDpf .dropdown-item.active,
.cid-tli9f0MDpf .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli9f0MDpf .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli9f0MDpf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9f0MDpf .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli9f0MDpf .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli9f0MDpf .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli9f0MDpf .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli9f0MDpf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9f0MDpf .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli9f0MDpf .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli9f0MDpf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli9f0MDpf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli9f0MDpf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli9f0MDpf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli9f0MDpf .navbar-buttons {
  text-align: center;
}
.cid-tli9f0MDpf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli9f0MDpf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli9f0MDpf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli9f0MDpf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9f0MDpf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9f0MDpf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli9f0MDpf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9f0MDpf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli9f0MDpf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli9f0MDpf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9f0MDpf .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli9f0MDpf a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli9f0MDpf .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli9f0MDpf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli9f0MDpf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli9f0MDpf .navbar {
    height: 77px;
  }
  .cid-tli9f0MDpf .navbar.opened {
    height: auto;
  }
  .cid-tli9f0MDpf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli9f0MDpf a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli9f0MDpf a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli9f0MDpf .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli9f0MDpf .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sTcHrjWJcT {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-14-1920x1280.jpg");
}
.cid-sTcHrjWJcT .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sTcHrjWJcT .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sTcHrjWJcT .align-center {
    text-align: center;
  }
}
.cid-sTcHrjWJcT h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sTcHrjWJcT .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sTcHrjWJcT .row {
    margin: 0;
  }
}
.cid-sTcHrjWJcT .btn {
  margin-left: 0rem;
}
.cid-sTcHrjWJcT H3 {
  color: #c88d1c;
}
.cid-tvXOc2N1NK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXOc2N1NK .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXOc2N1NK .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXOc2N1NK .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXOc2N1NK .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uEwJDf5Xci {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uEwJDf5Xci .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efd77a;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEwJDf5Xci .wrap {
    padding: 30px 15px;
  }
}
.cid-uEwJDf5Xci .wrap:hover .item-title a {
  color: #e5e5e5 !important;
}
.cid-uEwJDf5Xci .icon_block,
.cid-uEwJDf5Xci .item-title {
  margin-bottom: 12px;
}
.cid-uEwJDf5Xci .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-uEwJDf5Xci .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-uEwJDf5Xci .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uEwJDf5Xci .mbr-section-btn {
  margin-top: 25px;
}
.cid-uEwJDf5Xci .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uEwJDf5Xci .item-title,
.cid-uEwJDf5Xci .icon_block {
  color: #000000;
}
.cid-uEwJDf5Xci .mbr-text,
.cid-uEwJDf5Xci .mbr-section-btn {
  color: #101010;
}
.cid-uEwJDf5Xci .items {
  color: #264387;
}
.cid-tg1LsyFr9f {
  padding-top: 75px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/car-tires-conceptual-background-with-purple-blue-lights-3d-render-2000x1082.jpg");
}
.cid-tg1LsyFr9f .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tg1LsyFr9f .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tg1LsyFr9f .mbr-iconfont-social:before {
  padding: .6rem;
  border: 1px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tg1LsyFr9f .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-tg1LsyFr9f .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all .3s;
  border-color: transparent;
}
.cid-tg1LsyFr9f .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tg1LsyFr9f .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tg1LsyFr9f .mbr-section-title,
.cid-tg1LsyFr9f .social-list {
  color: #ffffff;
}
.cid-sTcHroDS1b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sTcHroDS1b .mbr-text a {
  background-size: 100% 0%;
}
.cid-sTcHroDS1b .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sTcHroDS1b .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-sTcHroZfVf .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #faac23;
  top: 0px;
}
.cid-sTcHroZfVf .progress-bar {
  height: 10px;
  background: #e1201d;
  width: 0%;
}
.cid-sTcHroZfVf .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTcHroZfVf .hidden {
  display: none;
}
.cid-sTcHroZfVf H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tli8FO2zQ5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli8FO2zQ5 .nav-item:focus,
.cid-tli8FO2zQ5 .nav-link:focus {
  outline: none;
}
.cid-tli8FO2zQ5 .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-tli8FO2zQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli8FO2zQ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli8FO2zQ5 .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-tli8FO2zQ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli8FO2zQ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli8FO2zQ5 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli8FO2zQ5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli8FO2zQ5 .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli8FO2zQ5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli8FO2zQ5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli8FO2zQ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli8FO2zQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli8FO2zQ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli8FO2zQ5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli8FO2zQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli8FO2zQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli8FO2zQ5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli8FO2zQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli8FO2zQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli8FO2zQ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli8FO2zQ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli8FO2zQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli8FO2zQ5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli8FO2zQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli8FO2zQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli8FO2zQ5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli8FO2zQ5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli8FO2zQ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli8FO2zQ5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli8FO2zQ5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli8FO2zQ5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli8FO2zQ5 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli8FO2zQ5 .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli8FO2zQ5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli8FO2zQ5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli8FO2zQ5 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli8FO2zQ5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli8FO2zQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli8FO2zQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli8FO2zQ5 .dropdown-item.active,
.cid-tli8FO2zQ5 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli8FO2zQ5 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli8FO2zQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8FO2zQ5 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli8FO2zQ5 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli8FO2zQ5 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli8FO2zQ5 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli8FO2zQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8FO2zQ5 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli8FO2zQ5 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli8FO2zQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli8FO2zQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli8FO2zQ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli8FO2zQ5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli8FO2zQ5 .navbar-buttons {
  text-align: center;
}
.cid-tli8FO2zQ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli8FO2zQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli8FO2zQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli8FO2zQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8FO2zQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8FO2zQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli8FO2zQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8FO2zQ5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli8FO2zQ5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli8FO2zQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8FO2zQ5 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli8FO2zQ5 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli8FO2zQ5 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli8FO2zQ5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli8FO2zQ5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli8FO2zQ5 .navbar {
    height: 77px;
  }
  .cid-tli8FO2zQ5 .navbar.opened {
    height: auto;
  }
  .cid-tli8FO2zQ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli8FO2zQ5 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli8FO2zQ5 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli8FO2zQ5 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli8FO2zQ5 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sSX0tJaJ1T {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mechanic-hand-checking-and-fixing-broken-car-in-car-service-garage-2000x1335.jpg");
}
.cid-sSX0tJaJ1T .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sSX0tJaJ1T .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sSX0tJaJ1T .align-center {
    text-align: center;
  }
}
.cid-sSX0tJaJ1T h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sSX0tJaJ1T .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sSX0tJaJ1T .row {
    margin: 0;
  }
}
.cid-sSX0tJaJ1T .btn {
  margin-left: 0rem;
}
.cid-sSX0tJaJ1T H3 {
  color: #ffffff;
}
.cid-tvXNw4zu6a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXNw4zu6a .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXNw4zu6a .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXNw4zu6a .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXNw4zu6a .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sXIDAuCBJs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-sXIDAuCBJs .title__block {
  margin-bottom: 30px;
}
.cid-sXIDAuCBJs .mbr-section-subtitle,
.cid-sXIDAuCBJs .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-sXIDAuCBJs .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-sXIDAuCBJs .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sXIDAuCBJs .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-sXIDAuCBJs .card__title {
  margin-bottom: 20px;
}
.cid-sXIDAuCBJs .mbr-text {
  margin-bottom: 0;
}
.cid-sXIDAuCBJs .mbr-section-subtitle {
  color: #535353;
}
.cid-sXIDAuCBJs .card__subtitle {
  color: #d21e1c;
}
.cid-sXIDAuCBJs .mbr-section-title,
.cid-sXIDAuCBJs .mbr-section-btn {
  color: #d21e1c;
}
.cid-sVEjh79Vlg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sVEjh79Vlg .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sVEjh79Vlg .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVEjh79Vlg .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sVEjh79Vlg .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-4VdOtB5SVr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-4VdOtB5SVr .mbr-figure {
    float: left;
    padding: 40px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-4VdOtB5SVr .mbr-figure {
    float: left;
    padding: 40px;
    padding-left: 0px;
  }
}
.cid-4VdOtB5SVr .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-4VdOtB5SVr .mbr-figure img {
  border-radius: 16px;
}
.cid-4VdOtB5SVr .text-figure-box {
  background-color: #ffffff;
}
.cid-sYQKefxVlL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e8e6e6;
}
@media (max-width: 767px) {
  .cid-sYQKefxVlL h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sYQKefxVlL .container {
    position: relative;
  }
  .cid-sYQKefxVlL .row {
    margin: 0;
  }
  .cid-sYQKefxVlL h2 {
    margin: 0;
  }
}
.cid-sYQKefxVlL .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sYQKefxVlL .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-sYQKefxVlL h2 {
  text-align: left;
  color: #274a9b;
}
.cid-sYQKh05puX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e8e6e6;
}
.cid-sYQKh05puX .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sYQKh05puX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sYQKh05puX .panel-group {
  border: none;
}
.cid-sYQKh05puX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sYQKh05puX .panel-body,
.cid-sYQKh05puX .card-header {
  padding: 1rem 0;
}
.cid-sYQKh05puX .panel-title-edit {
  color: #274a9b;
}
.cid-sYQKh05puX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sYQKh05puX .panel-text {
  color: #000000;
}
.cid-sSX1L7ibSd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSX1L7ibSd .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSX1L7ibSd .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sSX1L7ibSd img,
.cid-sSX1L7ibSd .item-img {
  width: 100%;
}
.cid-sSX1L7ibSd .item:focus,
.cid-sSX1L7ibSd span:focus {
  outline: none;
}
.cid-sSX1L7ibSd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSX1L7ibSd .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sSX1L7ibSd img {
  border-radius: 30px;
}
.cid-sSX1L7ibSd .mbr-section-title {
  text-align: center;
}
.cid-sSX1L7ibSd .mbr-section-subtitle {
  text-align: center;
}
.cid-sSX1L7ibSd .mbr-text,
.cid-sSX1L7ibSd .mbr-section-btn {
  color: #000000;
}
.cid-sSX1L7ibSd .item-title {
  color: #264387;
}
.cid-sSX6Sizma6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sSX6Sizma6 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sSX6Sizma6 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sSX6Sizma6 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sSX6Sizma6 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sSX1zTl5dX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e6e6;
}
@media (max-width: 991px) {
  .cid-sSX1zTl5dX .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSX1zTl5dX .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sSX1zTl5dX img,
.cid-sSX1zTl5dX .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSX1zTl5dX .item:focus,
.cid-sSX1zTl5dX span:focus {
  outline: none;
}
.cid-sSX1zTl5dX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSX1zTl5dX .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sSX1zTl5dX img {
  border-radius: 30px;
}
.cid-sSX1zTl5dX .mbr-section-title {
  text-align: center;
}
.cid-sSX1zTl5dX .mbr-section-subtitle {
  text-align: center;
}
.cid-sSX1zTl5dX .mbr-text,
.cid-sSX1zTl5dX .mbr-section-btn {
  color: #000000;
}
.cid-sSX1zTl5dX .item-title {
  color: #c07100;
}
.cid-sSX1zTl5dX .item-subtitle {
  color: #000000;
}
.cid-sVEjtoB3VO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sVEjtoB3VO .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sVEjtoB3VO .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVEjtoB3VO .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sVEjtoB3VO .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sT5J17WO7v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sT5J17WO7v .mbr-figure {
    float: left;
    padding: 15px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sT5J17WO7v .mbr-figure {
    float: left;
    padding: 15px;
    padding-left: 0px;
  }
}
.cid-sT5J17WO7v .mbr-text {
  color: #101010;
  text-align: left;
}
.cid-sT5J17WO7v .mbr-figure img {
  border-radius: 16px;
}
.cid-sT5J17WO7v .text-figure-box {
  background-color: #ffffff;
}
.cid-uvPTOmNfA9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uvPTOmNfA9 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uvPTOmNfA9 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvPTOmNfA9 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uvPTOmNfA9 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sVElsgCr8I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sVElsgCr8I .item:focus,
.cid-sVElsgCr8I span:focus {
  outline: none;
}
.cid-sVElsgCr8I .item-content {
  background: none !important;
}
.cid-sVElsgCr8I .item-wrapper {
  position: relative;
  background: none !important;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sVElsgCr8I .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVElsgCr8I .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sVElsgCr8I .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-sVElsgCr8I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sVElsgCr8I .mbr-section-title {
  margin-bottom: 0.1875rem;
}
.cid-sVElsgCr8I .item-title {
  margin-bottom: 0.875rem;
  color: #0f7699;
}
.cid-sVElsgCr8I .features-card {
  background: none !important;
}
.cid-sVElsgCr8I .mbr-text,
.cid-sVElsgCr8I .mbr-section-btn {
  color: #0c264e;
}
.cid-sVEjJmHPun {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sVEjJmHPun .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sVEjJmHPun .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVEjJmHPun .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sVEjJmHPun .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sSWZzZJgGy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sSWZzZJgGy .mbr-text a {
  background-size: 100% 0%;
}
.cid-sSWZzZJgGy .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sSWZzZJgGy .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-ta4VQMY7Cm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ta4VQMY7Cm .title__block {
  margin-bottom: 1.5rem;
}
.cid-ta4VQMY7Cm .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-ta4VQMY7Cm .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-ta4VQMY7Cm .card:hover .card-title {
  color: #879a9f;
}
.cid-ta4VQMY7Cm .card-title {
  color: #d21e1c;
  transition: 0.4s;
}
.cid-ta4VQMY7Cm .item-image {
  margin-right: 1rem;
}
.cid-ta4VQMY7Cm .item-image img {
  width: 80px;
}
.cid-ta4VQMY7Cm .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-ta4VQMY7Cm {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-ta4VQMY7Cm .container-fluid {
    padding: 0 1rem;
  }
  .cid-ta4VQMY7Cm .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-ta4VQMY7Cm .card-title {
    margin-top: 2rem;
  }
  .cid-ta4VQMY7Cm .item-image {
    margin-right: 0;
  }
}
.cid-ta4VQMY7Cm .mbr-text {
  color: #264387;
}
.cid-ta4WAYrF08 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ta4WAYrF08 .title__block {
  margin-bottom: 1.5rem;
}
.cid-ta4WAYrF08 .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-ta4WAYrF08 .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-ta4WAYrF08 .card:hover .card-title {
  color: #879a9f;
}
.cid-ta4WAYrF08 .card-title {
  color: #d21e1c;
  transition: 0.4s;
}
.cid-ta4WAYrF08 .item-image {
  margin-right: 1rem;
}
.cid-ta4WAYrF08 .item-image img {
  width: 80px;
}
.cid-ta4WAYrF08 .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-ta4WAYrF08 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-ta4WAYrF08 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ta4WAYrF08 .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-ta4WAYrF08 .card-title {
    margin-top: 2rem;
  }
  .cid-ta4WAYrF08 .item-image {
    margin-right: 0;
  }
}
.cid-ta4WAYrF08 .mbr-text {
  color: #000000;
}
.cid-teMIOvuFnq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teMIOvuFnq .title__block {
  margin-bottom: 1.5rem;
}
.cid-teMIOvuFnq .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-teMIOvuFnq .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-teMIOvuFnq .card:hover .card-title {
  color: #879a9f;
}
.cid-teMIOvuFnq .card-title {
  color: #d21e1c;
  transition: 0.4s;
}
.cid-teMIOvuFnq .item-image {
  margin-right: 1rem;
}
.cid-teMIOvuFnq .item-image img {
  width: 80px;
}
.cid-teMIOvuFnq .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-teMIOvuFnq {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-teMIOvuFnq .container-fluid {
    padding: 0 1rem;
  }
  .cid-teMIOvuFnq .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-teMIOvuFnq .card-title {
    margin-top: 2rem;
  }
  .cid-teMIOvuFnq .item-image {
    margin-right: 0;
  }
}
.cid-teMIOvuFnq .mbr-text {
  color: #264387;
}
.cid-ta4XWu485U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ta4XWu485U .title__block {
  margin-bottom: 1.5rem;
}
.cid-ta4XWu485U .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-ta4XWu485U .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-ta4XWu485U .card:hover .card-title {
  color: #879a9f;
}
.cid-ta4XWu485U .card-title {
  color: #d21e1c;
  transition: 0.4s;
  text-align: left;
}
.cid-ta4XWu485U .item-image {
  margin-right: 1rem;
}
.cid-ta4XWu485U .item-image img {
  width: 80px;
}
.cid-ta4XWu485U .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-ta4XWu485U {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-ta4XWu485U .container-fluid {
    padding: 0 1rem;
  }
  .cid-ta4XWu485U .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-ta4XWu485U .card-title {
    margin-top: 2rem;
  }
  .cid-ta4XWu485U .item-image {
    margin-right: 0;
  }
}
.cid-ta4XWu485U .mbr-text {
  color: #000000;
}
.cid-ta53sXxI79 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ta53sXxI79 .title__block {
  margin-bottom: 1.5rem;
}
.cid-ta53sXxI79 .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-ta53sXxI79 .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-ta53sXxI79 .card:hover .card-title {
  color: #879a9f;
}
.cid-ta53sXxI79 .card-title {
  color: #d21e1c;
  transition: 0.4s;
}
.cid-ta53sXxI79 .item-image {
  margin-right: 1rem;
}
.cid-ta53sXxI79 .item-image img {
  width: 80px;
}
.cid-ta53sXxI79 .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-ta53sXxI79 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-ta53sXxI79 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ta53sXxI79 .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-ta53sXxI79 .card-title {
    margin-top: 2rem;
  }
  .cid-ta53sXxI79 .item-image {
    margin-right: 0;
  }
}
.cid-ta53sXxI79 .mbr-text {
  color: #304d8b;
}
.cid-ta54fmtiUt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ta54fmtiUt .title__block {
  margin-bottom: 1.5rem;
}
.cid-ta54fmtiUt .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-ta54fmtiUt .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-ta54fmtiUt .card:hover .card-title {
  color: #879a9f;
}
.cid-ta54fmtiUt .card-title {
  color: #d21e1c;
  transition: 0.4s;
}
.cid-ta54fmtiUt .item-image {
  margin-right: 1rem;
}
.cid-ta54fmtiUt .item-image img {
  width: 80px;
}
.cid-ta54fmtiUt .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-ta54fmtiUt {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-ta54fmtiUt .container-fluid {
    padding: 0 1rem;
  }
  .cid-ta54fmtiUt .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-ta54fmtiUt .card-title {
    margin-top: 2rem;
  }
  .cid-ta54fmtiUt .item-image {
    margin-right: 0;
  }
}
.cid-ta54fmtiUt .mbr-text {
  color: #000000;
}
.cid-ta552yWYnj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ta552yWYnj .title__block {
  margin-bottom: 1.5rem;
}
.cid-ta552yWYnj .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-ta552yWYnj .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-ta552yWYnj .card:hover .card-title {
  color: #879a9f;
}
.cid-ta552yWYnj .card-title {
  color: #d21e1c;
  transition: 0.4s;
}
.cid-ta552yWYnj .item-image {
  margin-right: 1rem;
}
.cid-ta552yWYnj .item-image img {
  width: 80px;
}
.cid-ta552yWYnj .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-ta552yWYnj {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-ta552yWYnj .container-fluid {
    padding: 0 1rem;
  }
  .cid-ta552yWYnj .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-ta552yWYnj .card-title {
    margin-top: 2rem;
  }
  .cid-ta552yWYnj .item-image {
    margin-right: 0;
  }
}
.cid-ta552yWYnj .mbr-text {
  color: #000000;
}
.cid-sYQNWeq22o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sYQNWeq22o .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sYQNWeq22o .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sYQNWeq22o .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sYQNWeq22o .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sTbcM0mLgT .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #55b4d4;
  top: 0px;
}
.cid-sTbcM0mLgT .progress-bar {
  height: 10px;
  background: #073b4c;
  width: 0%;
}
.cid-sTbcM0mLgT .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTbcM0mLgT .hidden {
  display: none;
}
.cid-sTbcM0mLgT H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-uFJASYq0Qy.popup-builder {
  background-color: #ffffff;
}
.cid-uFJASYq0Qy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFJASYq0Qy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFJASYq0Qy .modal-content,
.cid-uFJASYq0Qy .modal-dialog {
  height: auto;
}
.cid-uFJASYq0Qy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFJASYq0Qy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFJASYq0Qy .form-wrapper .mbr-form .form-group,
  .cid-uFJASYq0Qy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFJASYq0Qy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFJASYq0Qy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFJASYq0Qy .mbr-text {
  text-align: center;
}
.cid-uFJASYq0Qy .pt-0 {
  padding-top: 0 !important;
}
.cid-uFJASYq0Qy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFJASYq0Qy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFJASYq0Qy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFJASYq0Qy .modal-open {
  overflow: hidden;
}
.cid-uFJASYq0Qy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFJASYq0Qy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFJASYq0Qy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFJASYq0Qy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFJASYq0Qy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFJASYq0Qy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFJASYq0Qy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFJASYq0Qy .modal-content {
  background: #e5e7cd;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFJASYq0Qy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFJASYq0Qy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFJASYq0Qy .modal-backdrop.show {
  opacity: .5;
}
.cid-uFJASYq0Qy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uFJASYq0Qy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFJASYq0Qy .modal-header .close:hover {
  opacity: 1;
}
.cid-uFJASYq0Qy .modal-header .close:focus {
  outline: none;
}
.cid-uFJASYq0Qy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uFJASYq0Qy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uFJASYq0Qy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uFJASYq0Qy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFJASYq0Qy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFJASYq0Qy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFJASYq0Qy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFJASYq0Qy .modal-sm {
    max-width: 300px;
  }
  .cid-uFJASYq0Qy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uFJASYq0Qy .modal-lg,
  .cid-uFJASYq0Qy .modal-xl {
    max-width: 800px;
  }
  .cid-uFJASYq0Qy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uFJASYq0Qy .modal-xl {
    max-width: 1140px;
  }
  .cid-uFJASYq0Qy .container {
    max-width: 1140px;
  }
}
.cid-uFJASYq0Qy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uFJASYq0Qy .container {
    max-width: 720px;
  }
}
.cid-uFJASYq0Qy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFJASYq0Qy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFJASYq0Qy .form-group {
  margin-bottom: 1rem;
}
.cid-uFJASYq0Qy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFJASYq0Qy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFJASYq0Qy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFJASYq0Qy LABEL {
  color: #e1201d;
}
.cid-tli9yikkH0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli9yikkH0 .nav-item:focus,
.cid-tli9yikkH0 .nav-link:focus {
  outline: none;
}
.cid-tli9yikkH0 .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-tli9yikkH0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli9yikkH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli9yikkH0 .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-tli9yikkH0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli9yikkH0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli9yikkH0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli9yikkH0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli9yikkH0 .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli9yikkH0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli9yikkH0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli9yikkH0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli9yikkH0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli9yikkH0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli9yikkH0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli9yikkH0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli9yikkH0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli9yikkH0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli9yikkH0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli9yikkH0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli9yikkH0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli9yikkH0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli9yikkH0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli9yikkH0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli9yikkH0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli9yikkH0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli9yikkH0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli9yikkH0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli9yikkH0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli9yikkH0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli9yikkH0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli9yikkH0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli9yikkH0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli9yikkH0 .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli9yikkH0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli9yikkH0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli9yikkH0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli9yikkH0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli9yikkH0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli9yikkH0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli9yikkH0 .dropdown-item.active,
.cid-tli9yikkH0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli9yikkH0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli9yikkH0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9yikkH0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli9yikkH0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli9yikkH0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli9yikkH0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli9yikkH0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli9yikkH0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli9yikkH0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli9yikkH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli9yikkH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli9yikkH0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli9yikkH0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli9yikkH0 .navbar-buttons {
  text-align: center;
}
.cid-tli9yikkH0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli9yikkH0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli9yikkH0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli9yikkH0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9yikkH0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli9yikkH0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli9yikkH0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9yikkH0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli9yikkH0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli9yikkH0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli9yikkH0 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli9yikkH0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli9yikkH0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli9yikkH0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli9yikkH0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli9yikkH0 .navbar {
    height: 77px;
  }
  .cid-tli9yikkH0 .navbar.opened {
    height: auto;
  }
  .cid-tli9yikkH0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli9yikkH0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli9yikkH0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli9yikkH0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli9yikkH0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sT5QfWuf5G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262035;
}
.cid-sT5QfWuf5G .carousel {
  height: 500px;
}
.cid-sT5QfWuf5G .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sT5QfWuf5G .carousel-item,
.cid-sT5QfWuf5G .carousel-inner {
  height: 100%;
}
.cid-sT5QfWuf5G .mbr-overlay {
  z-index: 1;
}
.cid-sT5QfWuf5G .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sT5QfWuf5G .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-sT5QfWuf5G .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sT5QfWuf5G .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sT5QfWuf5G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sT5QfWuf5G .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sT5QfWuf5G .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sT5QfWuf5G .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sT5QfWuf5G .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sT5QfWuf5G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-sT5QfWuf5G .carousel-indicators {
    display: none;
  }
}
.cid-sT5QfWuf5G .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sT5QfWuf5G .carousel-indicators li.active,
.cid-sT5QfWuf5G .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-sT5QfWuf5G .carousel-indicators li::after,
.cid-sT5QfWuf5G .carousel-indicators li::before {
  content: none;
}
.cid-sT5QfWuf5G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sT5QfWuf5G .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sT5QfWuf5G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sT5QfWuf5G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sT5QfWuf5G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sT5QfWuf5G .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-sT5QfWuf5G H5 {
  text-align: left;
}
.cid-sT5QfWuf5G P {
  text-align: left;
}
.cid-sT5QfWuf5G .mbr-text,
.cid-sT5QfWuf5G .mbr-section-btn {
  text-align: left;
}
.cid-sT5QfWuf5G .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-sT5QfWuf5G .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-sT5QfWuf5G .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #262035;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tvXOky8eci {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tvXOky8eci .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tvXOky8eci .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tvXOky8eci .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXOky8eci .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tg0WhOcheB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6e6e6;
}
.cid-tg0WhOcheB .mbr-text,
.cid-tg0WhOcheB .mbr-section-btn {
  color: #333333;
}
.cid-tg0WhOcheB H1 {
  color: #0087ab;
}
.cid-tg0UELXtuy {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #e6e6e6;
}
@media (max-width: 767px) {
  .cid-tg0UELXtuy h2 {
    margin-bottom: 1rem;
  }
  .cid-tg0UELXtuy .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-tg0UELXtuy .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-tg0UELXtuy .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tg0UELXtuy .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-tg0UELXtuy .container {
    position: relative;
  }
  .cid-tg0UELXtuy h2 {
    margin: 0;
  }
}
.cid-tg0UELXtuy .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-tg0UELXtuy hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-tg0UELXtuy .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tg0UELXtuy .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-tg0UELXtuy .line-title {
  width: 40px;
  height: 2px;
  background-color: #e10d25;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tg0UELXtuy .vertical-line:before {
  content: '';
  background-color: #e10d25;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tg0UELXtuy .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tg0UELXtuy .btn-secondary-outline:hover::before {
  background-color: #e5e5e5 !important;
}
.cid-tg0UELXtuy .btn-success-outline:hover::before {
  background-color: #f8dc6e !important;
}
.cid-tg0UELXtuy .btn-info-outline:hover::before {
  background-color: #7f1933 !important;
}
.cid-tg0UELXtuy .btn-primary-outline:hover::before {
  background-color: #264387 !important;
}
.cid-tg0UELXtuy .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-tg0UELXtuy .btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.cid-tg0UELXtuy .btn-danger-outline:hover::before {
  background-color: #e10d25 !important;
}
.cid-tg0UELXtuy .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-sT5QUWFfg8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sT5QUWFfg8 .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sT5QUWFfg8 .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sT5QUWFfg8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sT5QUWFfg8 .panel-group {
  border: none;
}
.cid-sT5QUWFfg8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sT5QUWFfg8 .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sT5QUWFfg8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sT5QUWFfg8 .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sT5QUWFfg8 .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sT5QUWFfg8 .mbr-section-title {
  color: #d63434;
  text-align: left;
}
.cid-sT5QUWFfg8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sT5QUWFfg8 .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sT5QUWFfg8 .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sT5QUWFfg8 .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sT5QUWFfg8 .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sT5QUWFfg8 .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sT5QUWFfg8 .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sT5QUWFfg8 .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sT5QUWFfg8 .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sT5QUWFfg8 .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sT5QUWFfg8 .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sT5QUWFfg8 .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sT5QUWFfg8 .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sT5QUWFfg8 .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sT5QUWFfg8 .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sT5QUWFfg8 .mbri-arrow-down {
  color: #0f2045;
}
.cid-sT5QUWFfg8 .mbr-section-btn {
  margin: 24px 0;
}
.cid-sT5QUWFfg8 .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sT5QUWFfg8 .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sT5QUWFfg8 .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sT5QUWFfg8 .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sT5QUWFfg8 .panel-title {
    flex-wrap: wrap;
  }
  .cid-sT5QUWFfg8 .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sT5QUWFfg8 .panel-title__container {
    width: 100%;
  }
}
.cid-sT5QUWFfg8 .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sT5QUWFfg8 .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sT5QUWFfg8 .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sT5QUWFfg8 .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sT5QUWFfg8 .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-t7vSxaDyjL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-t7vSxaDyjL .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-t7vSxaDyjL .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-t7vSxaDyjL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-t7vSxaDyjL .panel-group {
  border: none;
}
.cid-t7vSxaDyjL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-t7vSxaDyjL .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-t7vSxaDyjL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-t7vSxaDyjL .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-t7vSxaDyjL .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-t7vSxaDyjL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-t7vSxaDyjL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7vSxaDyjL .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-t7vSxaDyjL .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-t7vSxaDyjL .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-t7vSxaDyjL .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-t7vSxaDyjL .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-t7vSxaDyjL .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-t7vSxaDyjL .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-t7vSxaDyjL .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-t7vSxaDyjL .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-t7vSxaDyjL .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-t7vSxaDyjL .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-t7vSxaDyjL .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-t7vSxaDyjL .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-t7vSxaDyjL .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-t7vSxaDyjL .mbri-arrow-down {
  color: #0f2045;
}
.cid-t7vSxaDyjL .mbr-section-btn {
  margin: 24px 0;
}
.cid-t7vSxaDyjL .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-t7vSxaDyjL .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-t7vSxaDyjL .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-t7vSxaDyjL .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-t7vSxaDyjL .panel-title {
    flex-wrap: wrap;
  }
  .cid-t7vSxaDyjL .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-t7vSxaDyjL .panel-title__container {
    width: 100%;
  }
}
.cid-t7vSxaDyjL .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t7vSxaDyjL .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-t7vSxaDyjL .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-t7vSxaDyjL .panel-body {
    padding: 0 24px 28px;
  }
  .cid-t7vSxaDyjL .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-t3thIIbnyp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-t3thIIbnyp .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-t3thIIbnyp .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-t3thIIbnyp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-t3thIIbnyp .panel-group {
  border: none;
}
.cid-t3thIIbnyp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-t3thIIbnyp .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-t3thIIbnyp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-t3thIIbnyp .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-t3thIIbnyp .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-t3thIIbnyp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-t3thIIbnyp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t3thIIbnyp .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-t3thIIbnyp .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-t3thIIbnyp .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-t3thIIbnyp .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-t3thIIbnyp .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-t3thIIbnyp .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-t3thIIbnyp .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-t3thIIbnyp .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-t3thIIbnyp .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-t3thIIbnyp .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-t3thIIbnyp .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-t3thIIbnyp .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-t3thIIbnyp .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-t3thIIbnyp .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-t3thIIbnyp .mbri-arrow-down {
  color: #0f2045;
}
.cid-t3thIIbnyp .mbr-section-btn {
  margin: 24px 0;
}
.cid-t3thIIbnyp .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-t3thIIbnyp .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-t3thIIbnyp .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-t3thIIbnyp .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-t3thIIbnyp .panel-title {
    flex-wrap: wrap;
  }
  .cid-t3thIIbnyp .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-t3thIIbnyp .panel-title__container {
    width: 100%;
  }
}
.cid-t3thIIbnyp .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t3thIIbnyp .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-t3thIIbnyp .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-t3thIIbnyp .panel-body {
    padding: 0 24px 28px;
  }
  .cid-t3thIIbnyp .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-tgLTkJAwQ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tgLTkJAwQ9 .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-tgLTkJAwQ9 .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-tgLTkJAwQ9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-tgLTkJAwQ9 .panel-group {
  border: none;
}
.cid-tgLTkJAwQ9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-tgLTkJAwQ9 .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-tgLTkJAwQ9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-tgLTkJAwQ9 .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-tgLTkJAwQ9 .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-tgLTkJAwQ9 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgLTkJAwQ9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tgLTkJAwQ9 .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-tgLTkJAwQ9 .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-tgLTkJAwQ9 .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-tgLTkJAwQ9 .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-tgLTkJAwQ9 .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tgLTkJAwQ9 .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-tgLTkJAwQ9 .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-tgLTkJAwQ9 .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tgLTkJAwQ9 .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-tgLTkJAwQ9 .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tgLTkJAwQ9 .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-tgLTkJAwQ9 .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-tgLTkJAwQ9 .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-tgLTkJAwQ9 .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-tgLTkJAwQ9 .mbri-arrow-down {
  color: #0f2045;
}
.cid-tgLTkJAwQ9 .mbr-section-btn {
  margin: 24px 0;
}
.cid-tgLTkJAwQ9 .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-tgLTkJAwQ9 .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-tgLTkJAwQ9 .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-tgLTkJAwQ9 .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-tgLTkJAwQ9 .panel-title {
    flex-wrap: wrap;
  }
  .cid-tgLTkJAwQ9 .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-tgLTkJAwQ9 .panel-title__container {
    width: 100%;
  }
}
.cid-tgLTkJAwQ9 .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tgLTkJAwQ9 .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-tgLTkJAwQ9 .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-tgLTkJAwQ9 .panel-body {
    padding: 0 24px 28px;
  }
  .cid-tgLTkJAwQ9 .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sT5QYqFOGL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sT5QYqFOGL .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sT5QYqFOGL .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sT5QYqFOGL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sT5QYqFOGL .panel-group {
  border: none;
}
.cid-sT5QYqFOGL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sT5QYqFOGL .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sT5QYqFOGL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sT5QYqFOGL .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sT5QYqFOGL .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sT5QYqFOGL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sT5QYqFOGL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sT5QYqFOGL .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sT5QYqFOGL .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sT5QYqFOGL .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sT5QYqFOGL .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sT5QYqFOGL .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sT5QYqFOGL .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sT5QYqFOGL .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sT5QYqFOGL .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sT5QYqFOGL .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sT5QYqFOGL .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sT5QYqFOGL .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sT5QYqFOGL .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sT5QYqFOGL .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sT5QYqFOGL .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sT5QYqFOGL .mbri-arrow-down {
  color: #0f2045;
}
.cid-sT5QYqFOGL .mbr-section-btn {
  margin: 24px 0;
}
.cid-sT5QYqFOGL .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sT5QYqFOGL .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sT5QYqFOGL .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sT5QYqFOGL .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sT5QYqFOGL .panel-title {
    flex-wrap: wrap;
  }
  .cid-sT5QYqFOGL .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sT5QYqFOGL .panel-title__container {
    width: 100%;
  }
}
.cid-sT5QYqFOGL .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sT5QYqFOGL .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sT5QYqFOGL .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sT5QYqFOGL .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sT5QYqFOGL .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJ7uETkWg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJ7uETkWg .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJ7uETkWg .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJ7uETkWg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJ7uETkWg .panel-group {
  border: none;
}
.cid-sXJ7uETkWg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJ7uETkWg .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJ7uETkWg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJ7uETkWg .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJ7uETkWg .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJ7uETkWg .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJ7uETkWg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJ7uETkWg .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJ7uETkWg .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJ7uETkWg .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJ7uETkWg .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJ7uETkWg .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJ7uETkWg .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJ7uETkWg .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJ7uETkWg .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJ7uETkWg .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJ7uETkWg .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJ7uETkWg .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJ7uETkWg .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJ7uETkWg .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJ7uETkWg .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJ7uETkWg .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJ7uETkWg .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJ7uETkWg .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJ7uETkWg .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJ7uETkWg .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJ7uETkWg .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJ7uETkWg .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJ7uETkWg .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJ7uETkWg .panel-title__container {
    width: 100%;
  }
}
.cid-sXJ7uETkWg .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJ7uETkWg .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJ7uETkWg .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJ7uETkWg .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJ7uETkWg .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-tOrFdZqAow {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tOrFdZqAow .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-tOrFdZqAow .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-tOrFdZqAow .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-tOrFdZqAow .panel-group {
  border: none;
}
.cid-tOrFdZqAow .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-tOrFdZqAow .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-tOrFdZqAow .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-tOrFdZqAow .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-tOrFdZqAow .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-tOrFdZqAow .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tOrFdZqAow .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tOrFdZqAow .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-tOrFdZqAow .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-tOrFdZqAow .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-tOrFdZqAow .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-tOrFdZqAow .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tOrFdZqAow .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-tOrFdZqAow .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-tOrFdZqAow .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tOrFdZqAow .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-tOrFdZqAow .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tOrFdZqAow .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-tOrFdZqAow .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-tOrFdZqAow .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-tOrFdZqAow .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-tOrFdZqAow .mbri-arrow-down {
  color: #0f2045;
}
.cid-tOrFdZqAow .mbr-section-btn {
  margin: 24px 0;
}
.cid-tOrFdZqAow .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-tOrFdZqAow .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-tOrFdZqAow .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-tOrFdZqAow .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-tOrFdZqAow .panel-title {
    flex-wrap: wrap;
  }
  .cid-tOrFdZqAow .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-tOrFdZqAow .panel-title__container {
    width: 100%;
  }
}
.cid-tOrFdZqAow .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tOrFdZqAow .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-tOrFdZqAow .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-tOrFdZqAow .panel-body {
    padding: 0 24px 28px;
  }
  .cid-tOrFdZqAow .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJ8gGES2g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJ8gGES2g .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJ8gGES2g .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJ8gGES2g .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJ8gGES2g .panel-group {
  border: none;
}
.cid-sXJ8gGES2g .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJ8gGES2g .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJ8gGES2g .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJ8gGES2g .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJ8gGES2g .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJ8gGES2g .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJ8gGES2g .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJ8gGES2g .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJ8gGES2g .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJ8gGES2g .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJ8gGES2g .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJ8gGES2g .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJ8gGES2g .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJ8gGES2g .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJ8gGES2g .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJ8gGES2g .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJ8gGES2g .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJ8gGES2g .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJ8gGES2g .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJ8gGES2g .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJ8gGES2g .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJ8gGES2g .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJ8gGES2g .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJ8gGES2g .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJ8gGES2g .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJ8gGES2g .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJ8gGES2g .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJ8gGES2g .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJ8gGES2g .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJ8gGES2g .panel-title__container {
    width: 100%;
  }
}
.cid-sXJ8gGES2g .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJ8gGES2g .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJ8gGES2g .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJ8gGES2g .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJ8gGES2g .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sT5R0H70ZM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sT5R0H70ZM .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sT5R0H70ZM .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sT5R0H70ZM .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sT5R0H70ZM .panel-group {
  border: none;
}
.cid-sT5R0H70ZM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sT5R0H70ZM .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sT5R0H70ZM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sT5R0H70ZM .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sT5R0H70ZM .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sT5R0H70ZM .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sT5R0H70ZM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sT5R0H70ZM .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sT5R0H70ZM .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sT5R0H70ZM .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sT5R0H70ZM .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sT5R0H70ZM .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sT5R0H70ZM .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sT5R0H70ZM .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sT5R0H70ZM .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sT5R0H70ZM .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sT5R0H70ZM .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sT5R0H70ZM .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sT5R0H70ZM .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sT5R0H70ZM .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sT5R0H70ZM .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sT5R0H70ZM .mbri-arrow-down {
  color: #0f2045;
}
.cid-sT5R0H70ZM .mbr-section-btn {
  margin: 24px 0;
}
.cid-sT5R0H70ZM .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sT5R0H70ZM .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sT5R0H70ZM .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sT5R0H70ZM .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sT5R0H70ZM .panel-title {
    flex-wrap: wrap;
  }
  .cid-sT5R0H70ZM .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sT5R0H70ZM .panel-title__container {
    width: 100%;
  }
}
.cid-sT5R0H70ZM .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sT5R0H70ZM .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sT5R0H70ZM .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sT5R0H70ZM .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sT5R0H70ZM .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-tiyaPD7xNo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tiyaPD7xNo .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-tiyaPD7xNo .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-tiyaPD7xNo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-tiyaPD7xNo .panel-group {
  border: none;
}
.cid-tiyaPD7xNo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-tiyaPD7xNo .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-tiyaPD7xNo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-tiyaPD7xNo .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-tiyaPD7xNo .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-tiyaPD7xNo .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tiyaPD7xNo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tiyaPD7xNo .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-tiyaPD7xNo .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-tiyaPD7xNo .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-tiyaPD7xNo .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-tiyaPD7xNo .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tiyaPD7xNo .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-tiyaPD7xNo .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-tiyaPD7xNo .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tiyaPD7xNo .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-tiyaPD7xNo .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tiyaPD7xNo .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-tiyaPD7xNo .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-tiyaPD7xNo .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-tiyaPD7xNo .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-tiyaPD7xNo .mbri-arrow-down {
  color: #0f2045;
}
.cid-tiyaPD7xNo .mbr-section-btn {
  margin: 24px 0;
}
.cid-tiyaPD7xNo .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-tiyaPD7xNo .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-tiyaPD7xNo .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-tiyaPD7xNo .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-tiyaPD7xNo .panel-title {
    flex-wrap: wrap;
  }
  .cid-tiyaPD7xNo .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-tiyaPD7xNo .panel-title__container {
    width: 100%;
  }
}
.cid-tiyaPD7xNo .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tiyaPD7xNo .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-tiyaPD7xNo .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-tiyaPD7xNo .panel-body {
    padding: 0 24px 28px;
  }
  .cid-tiyaPD7xNo .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJadJuknJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJadJuknJ .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJadJuknJ .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJadJuknJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJadJuknJ .panel-group {
  border: none;
}
.cid-sXJadJuknJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJadJuknJ .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJadJuknJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJadJuknJ .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJadJuknJ .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJadJuknJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJadJuknJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJadJuknJ .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJadJuknJ .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJadJuknJ .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJadJuknJ .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJadJuknJ .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJadJuknJ .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJadJuknJ .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJadJuknJ .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJadJuknJ .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJadJuknJ .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJadJuknJ .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJadJuknJ .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJadJuknJ .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJadJuknJ .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJadJuknJ .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJadJuknJ .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJadJuknJ .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJadJuknJ .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJadJuknJ .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJadJuknJ .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJadJuknJ .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJadJuknJ .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJadJuknJ .panel-title__container {
    width: 100%;
  }
}
.cid-sXJadJuknJ .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJadJuknJ .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJadJuknJ .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJadJuknJ .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJadJuknJ .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJbczSYMr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJbczSYMr .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJbczSYMr .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJbczSYMr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJbczSYMr .panel-group {
  border: none;
}
.cid-sXJbczSYMr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJbczSYMr .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJbczSYMr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJbczSYMr .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJbczSYMr .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJbczSYMr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJbczSYMr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJbczSYMr .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJbczSYMr .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJbczSYMr .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJbczSYMr .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJbczSYMr .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJbczSYMr .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJbczSYMr .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJbczSYMr .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJbczSYMr .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJbczSYMr .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJbczSYMr .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJbczSYMr .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJbczSYMr .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJbczSYMr .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJbczSYMr .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJbczSYMr .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJbczSYMr .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJbczSYMr .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJbczSYMr .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJbczSYMr .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJbczSYMr .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJbczSYMr .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJbczSYMr .panel-title__container {
    width: 100%;
  }
}
.cid-sXJbczSYMr .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJbczSYMr .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJbczSYMr .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJbczSYMr .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJbczSYMr .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJfvlufbS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJfvlufbS .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJfvlufbS .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJfvlufbS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJfvlufbS .panel-group {
  border: none;
}
.cid-sXJfvlufbS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJfvlufbS .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJfvlufbS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJfvlufbS .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJfvlufbS .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJfvlufbS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJfvlufbS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJfvlufbS .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJfvlufbS .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJfvlufbS .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJfvlufbS .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJfvlufbS .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJfvlufbS .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJfvlufbS .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJfvlufbS .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJfvlufbS .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJfvlufbS .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJfvlufbS .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJfvlufbS .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJfvlufbS .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJfvlufbS .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJfvlufbS .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJfvlufbS .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJfvlufbS .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJfvlufbS .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJfvlufbS .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJfvlufbS .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJfvlufbS .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJfvlufbS .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJfvlufbS .panel-title__container {
    width: 100%;
  }
}
.cid-sXJfvlufbS .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJfvlufbS .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJfvlufbS .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJfvlufbS .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJfvlufbS .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJlcQgFs0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJlcQgFs0 .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJlcQgFs0 .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJlcQgFs0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJlcQgFs0 .panel-group {
  border: none;
}
.cid-sXJlcQgFs0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJlcQgFs0 .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJlcQgFs0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJlcQgFs0 .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJlcQgFs0 .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJlcQgFs0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJlcQgFs0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJlcQgFs0 .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJlcQgFs0 .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJlcQgFs0 .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJlcQgFs0 .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJlcQgFs0 .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJlcQgFs0 .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJlcQgFs0 .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJlcQgFs0 .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJlcQgFs0 .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJlcQgFs0 .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJlcQgFs0 .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJlcQgFs0 .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJlcQgFs0 .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJlcQgFs0 .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJlcQgFs0 .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJlcQgFs0 .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJlcQgFs0 .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJlcQgFs0 .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJlcQgFs0 .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJlcQgFs0 .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJlcQgFs0 .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJlcQgFs0 .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJlcQgFs0 .panel-title__container {
    width: 100%;
  }
}
.cid-sXJlcQgFs0 .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJlcQgFs0 .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJlcQgFs0 .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJlcQgFs0 .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJlcQgFs0 .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-u3DprFvJ2z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-u3DprFvJ2z .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-u3DprFvJ2z .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-u3DprFvJ2z .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-u3DprFvJ2z .panel-group {
  border: none;
}
.cid-u3DprFvJ2z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-u3DprFvJ2z .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-u3DprFvJ2z .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-u3DprFvJ2z .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-u3DprFvJ2z .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-u3DprFvJ2z .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u3DprFvJ2z .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u3DprFvJ2z .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-u3DprFvJ2z .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-u3DprFvJ2z .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-u3DprFvJ2z .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-u3DprFvJ2z .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u3DprFvJ2z .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-u3DprFvJ2z .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-u3DprFvJ2z .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-u3DprFvJ2z .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-u3DprFvJ2z .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-u3DprFvJ2z .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-u3DprFvJ2z .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-u3DprFvJ2z .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-u3DprFvJ2z .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-u3DprFvJ2z .mbri-arrow-down {
  color: #0f2045;
}
.cid-u3DprFvJ2z .mbr-section-btn {
  margin: 24px 0;
}
.cid-u3DprFvJ2z .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-u3DprFvJ2z .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-u3DprFvJ2z .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-u3DprFvJ2z .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-u3DprFvJ2z .panel-title {
    flex-wrap: wrap;
  }
  .cid-u3DprFvJ2z .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-u3DprFvJ2z .panel-title__container {
    width: 100%;
  }
}
.cid-u3DprFvJ2z .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-u3DprFvJ2z .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-u3DprFvJ2z .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-u3DprFvJ2z .panel-body {
    padding: 0 24px 28px;
  }
  .cid-u3DprFvJ2z .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJcGjvv3Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJcGjvv3Y .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJcGjvv3Y .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJcGjvv3Y .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJcGjvv3Y .panel-group {
  border: none;
}
.cid-sXJcGjvv3Y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJcGjvv3Y .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJcGjvv3Y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJcGjvv3Y .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJcGjvv3Y .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJcGjvv3Y .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJcGjvv3Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJcGjvv3Y .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJcGjvv3Y .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJcGjvv3Y .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJcGjvv3Y .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJcGjvv3Y .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJcGjvv3Y .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJcGjvv3Y .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJcGjvv3Y .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJcGjvv3Y .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJcGjvv3Y .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJcGjvv3Y .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJcGjvv3Y .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJcGjvv3Y .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJcGjvv3Y .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJcGjvv3Y .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJcGjvv3Y .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJcGjvv3Y .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJcGjvv3Y .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJcGjvv3Y .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJcGjvv3Y .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJcGjvv3Y .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJcGjvv3Y .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJcGjvv3Y .panel-title__container {
    width: 100%;
  }
}
.cid-sXJcGjvv3Y .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJcGjvv3Y .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJcGjvv3Y .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJcGjvv3Y .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJcGjvv3Y .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJbLB9QhZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJbLB9QhZ .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJbLB9QhZ .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJbLB9QhZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJbLB9QhZ .panel-group {
  border: none;
}
.cid-sXJbLB9QhZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJbLB9QhZ .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJbLB9QhZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJbLB9QhZ .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJbLB9QhZ .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJbLB9QhZ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJbLB9QhZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJbLB9QhZ .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJbLB9QhZ .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJbLB9QhZ .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJbLB9QhZ .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJbLB9QhZ .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJbLB9QhZ .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJbLB9QhZ .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJbLB9QhZ .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJbLB9QhZ .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJbLB9QhZ .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJbLB9QhZ .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJbLB9QhZ .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJbLB9QhZ .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJbLB9QhZ .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJbLB9QhZ .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJbLB9QhZ .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJbLB9QhZ .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJbLB9QhZ .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJbLB9QhZ .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJbLB9QhZ .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJbLB9QhZ .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJbLB9QhZ .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJbLB9QhZ .panel-title__container {
    width: 100%;
  }
}
.cid-sXJbLB9QhZ .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJbLB9QhZ .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJbLB9QhZ .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJbLB9QhZ .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJbLB9QhZ .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJf3BEN5q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJf3BEN5q .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJf3BEN5q .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJf3BEN5q .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJf3BEN5q .panel-group {
  border: none;
}
.cid-sXJf3BEN5q .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJf3BEN5q .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJf3BEN5q .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJf3BEN5q .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJf3BEN5q .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJf3BEN5q .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJf3BEN5q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJf3BEN5q .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJf3BEN5q .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJf3BEN5q .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJf3BEN5q .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJf3BEN5q .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJf3BEN5q .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJf3BEN5q .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJf3BEN5q .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJf3BEN5q .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJf3BEN5q .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJf3BEN5q .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJf3BEN5q .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJf3BEN5q .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJf3BEN5q .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJf3BEN5q .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJf3BEN5q .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJf3BEN5q .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJf3BEN5q .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJf3BEN5q .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJf3BEN5q .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJf3BEN5q .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJf3BEN5q .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJf3BEN5q .panel-title__container {
    width: 100%;
  }
}
.cid-sXJf3BEN5q .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJf3BEN5q .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJf3BEN5q .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJf3BEN5q .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJf3BEN5q .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-ugmuZIJUpq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-ugmuZIJUpq .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ugmuZIJUpq .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-ugmuZIJUpq .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-ugmuZIJUpq .panel-group {
  border: none;
}
.cid-ugmuZIJUpq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-ugmuZIJUpq .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-ugmuZIJUpq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-ugmuZIJUpq .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-ugmuZIJUpq .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-ugmuZIJUpq .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugmuZIJUpq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ugmuZIJUpq .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-ugmuZIJUpq .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-ugmuZIJUpq .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-ugmuZIJUpq .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-ugmuZIJUpq .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-ugmuZIJUpq .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-ugmuZIJUpq .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-ugmuZIJUpq .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-ugmuZIJUpq .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-ugmuZIJUpq .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-ugmuZIJUpq .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-ugmuZIJUpq .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ugmuZIJUpq .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-ugmuZIJUpq .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-ugmuZIJUpq .mbri-arrow-down {
  color: #0f2045;
}
.cid-ugmuZIJUpq .mbr-section-btn {
  margin: 24px 0;
}
.cid-ugmuZIJUpq .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-ugmuZIJUpq .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-ugmuZIJUpq .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-ugmuZIJUpq .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-ugmuZIJUpq .panel-title {
    flex-wrap: wrap;
  }
  .cid-ugmuZIJUpq .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-ugmuZIJUpq .panel-title__container {
    width: 100%;
  }
}
.cid-ugmuZIJUpq .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-ugmuZIJUpq .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-ugmuZIJUpq .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-ugmuZIJUpq .panel-body {
    padding: 0 24px 28px;
  }
  .cid-ugmuZIJUpq .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-tV8OCZ1BMk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tV8OCZ1BMk .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-tV8OCZ1BMk .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-tV8OCZ1BMk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-tV8OCZ1BMk .panel-group {
  border: none;
}
.cid-tV8OCZ1BMk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-tV8OCZ1BMk .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-tV8OCZ1BMk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-tV8OCZ1BMk .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-tV8OCZ1BMk .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-tV8OCZ1BMk .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tV8OCZ1BMk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tV8OCZ1BMk .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-tV8OCZ1BMk .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-tV8OCZ1BMk .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-tV8OCZ1BMk .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-tV8OCZ1BMk .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tV8OCZ1BMk .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-tV8OCZ1BMk .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-tV8OCZ1BMk .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tV8OCZ1BMk .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-tV8OCZ1BMk .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tV8OCZ1BMk .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-tV8OCZ1BMk .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-tV8OCZ1BMk .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-tV8OCZ1BMk .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-tV8OCZ1BMk .mbri-arrow-down {
  color: #0f2045;
}
.cid-tV8OCZ1BMk .mbr-section-btn {
  margin: 24px 0;
}
.cid-tV8OCZ1BMk .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-tV8OCZ1BMk .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-tV8OCZ1BMk .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-tV8OCZ1BMk .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-tV8OCZ1BMk .panel-title {
    flex-wrap: wrap;
  }
  .cid-tV8OCZ1BMk .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-tV8OCZ1BMk .panel-title__container {
    width: 100%;
  }
}
.cid-tV8OCZ1BMk .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tV8OCZ1BMk .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-tV8OCZ1BMk .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-tV8OCZ1BMk .panel-body {
    padding: 0 24px 28px;
  }
  .cid-tV8OCZ1BMk .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJnkg76kE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJnkg76kE .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJnkg76kE .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJnkg76kE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJnkg76kE .panel-group {
  border: none;
}
.cid-sXJnkg76kE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJnkg76kE .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJnkg76kE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJnkg76kE .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJnkg76kE .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJnkg76kE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJnkg76kE .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJnkg76kE .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJnkg76kE .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJnkg76kE .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJnkg76kE .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJnkg76kE .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJnkg76kE .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJnkg76kE .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJnkg76kE .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJnkg76kE .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJnkg76kE .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJnkg76kE .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJnkg76kE .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJnkg76kE .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJnkg76kE .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJnkg76kE .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJnkg76kE .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJnkg76kE .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJnkg76kE .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJnkg76kE .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJnkg76kE .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJnkg76kE .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJnkg76kE .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJnkg76kE .panel-title__container {
    width: 100%;
  }
}
.cid-sXJnkg76kE .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJnkg76kE .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJnkg76kE .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJnkg76kE .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJnkg76kE .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sXJjp45dmD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-sXJjp45dmD .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sXJjp45dmD .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-sXJjp45dmD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-sXJjp45dmD .panel-group {
  border: none;
}
.cid-sXJjp45dmD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-sXJjp45dmD .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-sXJjp45dmD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-sXJjp45dmD .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-sXJjp45dmD .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-sXJjp45dmD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sXJjp45dmD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXJjp45dmD .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-sXJjp45dmD .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-sXJjp45dmD .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-sXJjp45dmD .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-sXJjp45dmD .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sXJjp45dmD .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-sXJjp45dmD .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-sXJjp45dmD .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJjp45dmD .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-sXJjp45dmD .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sXJjp45dmD .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-sXJjp45dmD .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sXJjp45dmD .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-sXJjp45dmD .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-sXJjp45dmD .mbri-arrow-down {
  color: #0f2045;
}
.cid-sXJjp45dmD .mbr-section-btn {
  margin: 24px 0;
}
.cid-sXJjp45dmD .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-sXJjp45dmD .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-sXJjp45dmD .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-sXJjp45dmD .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-sXJjp45dmD .panel-title {
    flex-wrap: wrap;
  }
  .cid-sXJjp45dmD .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-sXJjp45dmD .panel-title__container {
    width: 100%;
  }
}
.cid-sXJjp45dmD .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sXJjp45dmD .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-sXJjp45dmD .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-sXJjp45dmD .panel-body {
    padding: 0 24px 28px;
  }
  .cid-sXJjp45dmD .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-sT5R3PYMh8 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sT5R3PYMh8 .container {
  max-width: 1400px;
}
.cid-sT5R3PYMh8 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #0f7699;
  margin-bottom: 2rem;
  border-bottom: 1px solid #0f7699;
  padding-bottom: 2rem;
}
.cid-sT5R3PYMh8 .row {
  justify-content: center;
}
.cid-sT5R3PYMh8 .card-text {
  color: #818181;
}
.cid-sT5R3PYMh8 .card-title {
  margin-bottom: 0.5rem;
}
.cid-sT5R3PYMh8 .mbr-section-title {
  color: #0f7699;
}
.cid-sT5R3PYMh8 .mbr-section-subtitle {
  color: #e1201d;
}
.cid-teSegSyRHP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teSegSyRHP .container {
  max-width: 1400px;
}
.cid-teSegSyRHP .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #0f7699;
  margin-bottom: 2rem;
  border-bottom: 1px solid #0f7699;
  padding-bottom: 2rem;
}
.cid-teSegSyRHP .row {
  justify-content: center;
}
.cid-teSegSyRHP .card-text {
  color: #818181;
}
.cid-teSegSyRHP .card-title {
  margin-bottom: 0.5rem;
}
.cid-uFJABaVbDC {
  padding-top: 40px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uFJABaVbDC .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-uFJABaVbDC .box-item {
  width: 29%;
}
.cid-uFJABaVbDC .box-item:first-child {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-uFJABaVbDC .box-item .wrap {
  height: 100%;
  background-color: #141a38;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-uFJABaVbDC .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-uFJABaVbDC .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 1.75;
}
.cid-uFJABaVbDC .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-uFJABaVbDC .box-item .heading h5 {
  font-weight: 700;
}
.cid-uFJABaVbDC .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 1.45;
}
.cid-uFJABaVbDC .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uFJABaVbDC .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uFJABaVbDC .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-uFJABaVbDC .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-uFJABaVbDC .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #264387;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-uFJABaVbDC .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-uFJABaVbDC .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-uFJABaVbDC .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-uFJABaVbDC .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-uFJABaVbDC .right-side .box-item:last-child .icon-block-top span {
  color: #4f87fb;
  padding-right: 20px;
}
.cid-uFJABaVbDC .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-uFJABaVbDC .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-uFJABaVbDC .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uFJABaVbDC .right-side .box-item .box-item-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uFJABaVbDC .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-uFJABaVbDC .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 1.71;
}
.cid-uFJABaVbDC .box-list li:last-child {
  border-bottom: none;
}
.cid-uFJABaVbDC .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-uFJABaVbDC .media-content {
  flex-basis: initial;
}
.cid-uFJABaVbDC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFJABaVbDC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFJABaVbDC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFJABaVbDC a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uFJABaVbDC .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-uFJABaVbDC .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-uFJABaVbDC .icon-wrap:after {
  content: '';
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-uFJABaVbDC .icon-wrap span {
  padding-left: 8px;
  font-weight: bold;
}
.cid-uFJABaVbDC .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uFJABaVbDC .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-uFJABaVbDC .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-uFJABaVbDC .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-uFJABaVbDC .box-item:first-child {
    margin-right: 10px;
  }
  .cid-uFJABaVbDC .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-uFJABaVbDC .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-uFJABaVbDC .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-uFJABaVbDC .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-uFJABaVbDC .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-uFJABaVbDC .box-item-text {
    text-align: center;
  }
  .cid-uFJABaVbDC .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-uFJABaVbDC .right-side {
    flex-wrap: wrap;
  }
  .cid-uFJABaVbDC .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-uFJABaVbDC .show-modal {
    height: 80%;
  }
}
.cid-uFJABaVbDC .mbr-section-btn {
  color: #232323;
}
.cid-uFJABaVbDC .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-uFJABaVbDC h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-uFJABaVbDC H5 {
  color: #ffffff;
}
.cid-uFJABaVbDC .box-item .wrap .box-item-text,
.cid-uFJABaVbDC .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uFJABaVbDC .right-side .box-item-title {
  color: #113b94;
}
.cid-sT5Qg0ai34 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sT5Qg0ai34 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sT5Qg0ai34 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sT5Qg0ai34 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sT5Qg0ai34 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sT5Qg2d2Dq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sT5Qg2d2Dq .mbr-text a {
  background-size: 100% 0%;
}
.cid-sT5Qg2d2Dq .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sT5Qg2d2Dq .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-sTcv2J0puV .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #7e7e7e;
  top: 0px;
}
.cid-sTcv2J0puV .progress-bar {
  height: 10px;
  background: #0f7699;
  width: 0%;
}
.cid-sTcv2J0puV .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sTcv2J0puV .hidden {
  display: none;
}
.cid-sTcv2J0puV H10 {
  color: #767676;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-uFJAD8Erfu.popup-builder {
  background-color: #ffffff;
}
.cid-uFJAD8Erfu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFJAD8Erfu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFJAD8Erfu .modal-content,
.cid-uFJAD8Erfu .modal-dialog {
  height: auto;
}
.cid-uFJAD8Erfu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFJAD8Erfu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFJAD8Erfu .form-wrapper .mbr-form .form-group,
  .cid-uFJAD8Erfu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFJAD8Erfu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFJAD8Erfu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFJAD8Erfu .mbr-text {
  text-align: center;
}
.cid-uFJAD8Erfu .pt-0 {
  padding-top: 0 !important;
}
.cid-uFJAD8Erfu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFJAD8Erfu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFJAD8Erfu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFJAD8Erfu .modal-open {
  overflow: hidden;
}
.cid-uFJAD8Erfu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFJAD8Erfu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFJAD8Erfu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFJAD8Erfu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFJAD8Erfu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFJAD8Erfu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFJAD8Erfu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFJAD8Erfu .modal-content {
  background: #e5e7cd;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFJAD8Erfu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFJAD8Erfu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFJAD8Erfu .modal-backdrop.show {
  opacity: .5;
}
.cid-uFJAD8Erfu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uFJAD8Erfu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFJAD8Erfu .modal-header .close:hover {
  opacity: 1;
}
.cid-uFJAD8Erfu .modal-header .close:focus {
  outline: none;
}
.cid-uFJAD8Erfu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uFJAD8Erfu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uFJAD8Erfu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uFJAD8Erfu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFJAD8Erfu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFJAD8Erfu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFJAD8Erfu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFJAD8Erfu .modal-sm {
    max-width: 300px;
  }
  .cid-uFJAD8Erfu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uFJAD8Erfu .modal-lg,
  .cid-uFJAD8Erfu .modal-xl {
    max-width: 800px;
  }
  .cid-uFJAD8Erfu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uFJAD8Erfu .modal-xl {
    max-width: 1140px;
  }
  .cid-uFJAD8Erfu .container {
    max-width: 1140px;
  }
}
.cid-uFJAD8Erfu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uFJAD8Erfu .container {
    max-width: 720px;
  }
}
.cid-uFJAD8Erfu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFJAD8Erfu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFJAD8Erfu .form-group {
  margin-bottom: 1rem;
}
.cid-uFJAD8Erfu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFJAD8Erfu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFJAD8Erfu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFJAD8Erfu LABEL {
  color: #e1201d;
}
.cid-tli8YxcAEo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tli8YxcAEo .nav-item:focus,
.cid-tli8YxcAEo .nav-link:focus {
  outline: none;
}
.cid-tli8YxcAEo .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-tli8YxcAEo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tli8YxcAEo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tli8YxcAEo .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-tli8YxcAEo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tli8YxcAEo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tli8YxcAEo .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tli8YxcAEo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tli8YxcAEo .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tli8YxcAEo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tli8YxcAEo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tli8YxcAEo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tli8YxcAEo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tli8YxcAEo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tli8YxcAEo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tli8YxcAEo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tli8YxcAEo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tli8YxcAEo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tli8YxcAEo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tli8YxcAEo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tli8YxcAEo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tli8YxcAEo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tli8YxcAEo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tli8YxcAEo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tli8YxcAEo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tli8YxcAEo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tli8YxcAEo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tli8YxcAEo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tli8YxcAEo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tli8YxcAEo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tli8YxcAEo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tli8YxcAEo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tli8YxcAEo .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tli8YxcAEo .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tli8YxcAEo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tli8YxcAEo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tli8YxcAEo .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tli8YxcAEo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tli8YxcAEo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tli8YxcAEo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tli8YxcAEo .dropdown-item.active,
.cid-tli8YxcAEo .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tli8YxcAEo .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tli8YxcAEo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8YxcAEo .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tli8YxcAEo .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tli8YxcAEo .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tli8YxcAEo .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tli8YxcAEo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tli8YxcAEo .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tli8YxcAEo .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tli8YxcAEo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tli8YxcAEo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tli8YxcAEo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tli8YxcAEo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tli8YxcAEo .navbar-buttons {
  text-align: center;
}
.cid-tli8YxcAEo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tli8YxcAEo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tli8YxcAEo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tli8YxcAEo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8YxcAEo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tli8YxcAEo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tli8YxcAEo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8YxcAEo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tli8YxcAEo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tli8YxcAEo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tli8YxcAEo .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tli8YxcAEo a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tli8YxcAEo .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tli8YxcAEo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tli8YxcAEo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tli8YxcAEo .navbar {
    height: 77px;
  }
  .cid-tli8YxcAEo .navbar.opened {
    height: auto;
  }
  .cid-tli8YxcAEo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tli8YxcAEo a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tli8YxcAEo a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tli8YxcAEo .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tli8YxcAEo .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-tiDZiGPOxx {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tiDZiGPOxx .mbr-text,
.cid-tiDZiGPOxx .mbr-section-btn {
  color: #1d2c35;
}
.cid-tiDZiGPOxx .card-title,
.cid-tiDZiGPOxx .card-box {
  color: #1d2c35;
}
.cid-tiDZiGPOxx .mbr-text,
.cid-tiDZiGPOxx .link-wrap {
  color: #1d2c35;
}
.cid-tiDZiJ6TLH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-tiDZiJ6TLH .mbr-text a {
  background-size: 100% 0%;
}
.cid-tiDZiJ6TLH .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tiDZiJ6TLH .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-tiE0txEdW6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiE0txEdW6 .colored-text {
  color: #002549 !important;
}
.cid-tiE0txEdW6 .mbr-section-title {
  color: #9a0712;
}
.cid-tiE0txEdW6 .mbr-section-subtitle {
  color: #1a7a90;
}
.cid-tiE0txEdW6 .mbr-text {
  color: #000000;
}
.cid-tiDZP9xBhB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tiDZP9xBhB .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d9d7d7;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tiDZP9xBhB .wrap {
    padding: 30px 15px;
  }
}
.cid-tiDZP9xBhB .wrap:hover .item-title a {
  color: #e5e5e5 !important;
}
.cid-tiDZP9xBhB .icon_block,
.cid-tiDZP9xBhB .item-title {
  margin-bottom: 12px;
}
.cid-tiDZP9xBhB .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-tiDZP9xBhB .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-tiDZP9xBhB .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tiDZP9xBhB .mbr-section-btn {
  margin-top: 25px;
}
.cid-tiDZP9xBhB .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiDZP9xBhB .item-title,
.cid-tiDZP9xBhB .icon_block {
  color: #000000;
}
.cid-tiDZP9xBhB .mbr-text,
.cid-tiDZP9xBhB .mbr-section-btn {
  color: #101010;
}
.cid-tiDZS1cbow {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiDZS1cbow h3 {
  color: #000000;
}
.cid-tiDZS1cbow h4 {
  color: #000000;
}
.cid-tiDZS1cbow .mbr-text,
.cid-tiDZS1cbow .mbr-section-btn {
  color: #999999;
}
.cid-tiDZS1cbow img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tiDZS1cbow H4 {
  text-align: left;
}
.cid-tiDZS1cbow H3 {
  text-align: left;
  color: #cc2952;
}
.cid-tiDZS1cbow .mbr-text,
.cid-tiDZS1cbow .mbr-section-btn,
.cid-tiDZS1cbow .col-lg-7 {
  text-align: left;
  color: #002549;
}
.cid-tiDZUlJ4e5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiDZUlJ4e5 .card-heading {
  color: #012b3a;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-tiDZUlJ4e5 .p {
  color: #000000;
  padding-bottom: 0 !important;
}
.cid-tiDZUlJ4e5 .mbr-text {
  color: #000000;
  padding-bottom: 16px !important;
}
.cid-tiDZUlJ4e5 .row {
  justify-content: center;
}
.cid-tiDZUlJ4e5 ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-tiDZUlJ4e5 a {
  font-weight: 400 !important;
}
.cid-tiDZUlJ4e5 a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-tiDZiJNvhG .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #faac23;
  top: 0px;
}
.cid-tiDZiJNvhG .progress-bar {
  height: 10px;
  background: #4dbcf4;
  width: 0%;
}
.cid-tiDZiJNvhG .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tiDZiJNvhG .hidden {
  display: none;
}
.cid-tiDZiJNvhG H10 {
  color: #767676;
}
.cid-tiDZiKIxt9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tiDZiKIxt9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tiDZiKIxt9 li {
  padding-bottom: 0.6rem;
}
.cid-tiDZiKIxt9 .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tiDZiKIxt9 .border-col {
    border: 0px;
  }
}
.cid-tiDZiKIxt9 .container {
  position: relative;
}
.cid-tiDZiKIxt9 .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tiDZiKIxt9 .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tiDZiKIxt9 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tiDZiKIxt9 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tiDZiKIxt9 .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tiDZiKIxt9 .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tiDZiKIxt9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tiDZiKIxt9 .soc-item:hover {
  background: #264387;
}
.cid-tiDZiKIxt9 .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tiDZiKIxt9 .row {
    text-align: center;
  }
  .cid-tiDZiKIxt9 .social-row {
    justify-content: center;
  }
}
.cid-tiDZiKIxt9 .list {
  list-style: none;
  padding-left: 0;
}
.cid-tiDZiKIxt9 .mbr-text {
  color: #ffffff;
}
.cid-tiDZiKIxt9 H5 {
  color: #ffffff;
}
.cid-tlia1TMbaj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlia1TMbaj .nav-item:focus,
.cid-tlia1TMbaj .nav-link:focus {
  outline: none;
}
.cid-tlia1TMbaj .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-tlia1TMbaj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlia1TMbaj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tlia1TMbaj .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-tlia1TMbaj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlia1TMbaj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlia1TMbaj .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tlia1TMbaj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tlia1TMbaj .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tlia1TMbaj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tlia1TMbaj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlia1TMbaj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlia1TMbaj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlia1TMbaj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tlia1TMbaj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tlia1TMbaj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlia1TMbaj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlia1TMbaj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tlia1TMbaj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlia1TMbaj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tlia1TMbaj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tlia1TMbaj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlia1TMbaj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlia1TMbaj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tlia1TMbaj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlia1TMbaj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlia1TMbaj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tlia1TMbaj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tlia1TMbaj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlia1TMbaj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlia1TMbaj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tlia1TMbaj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tlia1TMbaj .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tlia1TMbaj .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tlia1TMbaj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tlia1TMbaj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tlia1TMbaj .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tlia1TMbaj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlia1TMbaj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlia1TMbaj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlia1TMbaj .dropdown-item.active,
.cid-tlia1TMbaj .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tlia1TMbaj .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tlia1TMbaj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tlia1TMbaj .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tlia1TMbaj .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tlia1TMbaj .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tlia1TMbaj .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tlia1TMbaj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tlia1TMbaj .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tlia1TMbaj .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tlia1TMbaj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tlia1TMbaj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlia1TMbaj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlia1TMbaj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlia1TMbaj .navbar-buttons {
  text-align: center;
}
.cid-tlia1TMbaj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tlia1TMbaj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tlia1TMbaj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tlia1TMbaj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tlia1TMbaj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tlia1TMbaj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tlia1TMbaj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tlia1TMbaj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tlia1TMbaj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tlia1TMbaj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tlia1TMbaj .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tlia1TMbaj a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tlia1TMbaj .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tlia1TMbaj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tlia1TMbaj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlia1TMbaj .navbar {
    height: 77px;
  }
  .cid-tlia1TMbaj .navbar.opened {
    height: auto;
  }
  .cid-tlia1TMbaj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlia1TMbaj a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tlia1TMbaj a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tlia1TMbaj .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tlia1TMbaj .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-tkJrLeSqwu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-tkJrLeSqwu .container-fluid {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}
.cid-tkJrLeSqwu .image-wrapper {
  height: 100%;
}
.cid-tkJrLeSqwu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tkJcEs97Th {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4a85d3;
}
@media (max-width: 767px) {
  .cid-tkJcEs97Th h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tkJcEs97Th .container {
    position: relative;
  }
  .cid-tkJcEs97Th .row {
    margin: 0;
  }
  .cid-tkJcEs97Th h2 {
    margin: 0;
  }
}
.cid-tkJcEs97Th .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tkJcEs97Th .mbr-text {
  margin-top: 1.4rem;
  text-align: center;
  color: #ffffff;
}
.cid-tkJcEs97Th h2 {
  text-align: center;
  color: #ffffff;
}
.cid-tkJfd6JwW9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkJfd6JwW9 .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tkJfd6JwW9 .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tkJfd6JwW9 img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-tkJfd6JwW9 .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-tkJfd6JwW9 .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #4c4c4c;
}
.cid-tkJfd6JwW9 .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-tkJfd6JwW9 .mbri-left:before {
  content: "\f053";
}
.cid-tkJfd6JwW9 .mbri-right:before {
  content: "\f054";
}
.cid-tkJfd6JwW9 .carousel-control-next,
.cid-tkJfd6JwW9 .carousel-control-prev {
  color: #ffffff;
}
.cid-tkJfd6JwW9 .title-block {
  justify-content: space-between;
}
.cid-tkJfd6JwW9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkJfd6JwW9 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tkJfd6JwW9 .carousel-item .wrap-img {
  text-align: center;
}
.cid-tkJfd6JwW9 .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-tkJfd6JwW9 .carousel-controls {
  width: 100%;
}
.cid-tkJfd6JwW9 .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-tkJfd6JwW9 .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-tkJfd6JwW9 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tkJfd6JwW9 .cloneditem-1,
.cid-tkJfd6JwW9 .cloneditem-2,
.cid-tkJfd6JwW9 .cloneditem-3,
.cid-tkJfd6JwW9 .cloneditem-4 {
  display: none;
}
.cid-tkJfd6JwW9 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-tkJfd6JwW9 .container {
  margin-bottom: 2.7rem;
}
.cid-tkJfd6JwW9 .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkJfd6JwW9 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides2 .cloneditem-1,
  .cid-tkJfd6JwW9 .carousel-inner.slides2 .cloneditem-2,
  .cid-tkJfd6JwW9 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides3 .cloneditem-1,
  .cid-tkJfd6JwW9 .carousel-inner.slides3 .cloneditem-2,
  .cid-tkJfd6JwW9 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides4 .cloneditem-1,
  .cid-tkJfd6JwW9 .carousel-inner.slides4 .cloneditem-2,
  .cid-tkJfd6JwW9 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides5 .cloneditem-1,
  .cid-tkJfd6JwW9 .carousel-inner.slides5 .cloneditem-2,
  .cid-tkJfd6JwW9 .carousel-inner.slides5 .cloneditem-3,
  .cid-tkJfd6JwW9 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tkJfd6JwW9 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJfd6JwW9 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJfd6JwW9 .carousel-inner.slides6 .cloneditem-1,
  .cid-tkJfd6JwW9 .carousel-inner.slides6 .cloneditem-2,
  .cid-tkJfd6JwW9 .carousel-inner.slides6 .cloneditem-3,
  .cid-tkJfd6JwW9 .carousel-inner.slides6 .cloneditem-4,
  .cid-tkJfd6JwW9 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tkJfd6JwW9 .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tkJfd6JwW9 .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-tkJfd6JwW9 .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-tkJfd6JwW9 .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-tkJfd6JwW9 .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-tkJfd6JwW9 .soc-item span {
  font-size: 1rem;
}
.cid-tkJfd6JwW9 .soc-item-1 {
  transition: 0.3s;
}
.cid-tkJfd6JwW9 .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-tkJfd6JwW9 .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tkJfd6JwW9 .col-lg-2 {
    padding: 0rem;
  }
  .cid-tkJfd6JwW9 .title-block {
    margin: 0;
  }
  .cid-tkJfd6JwW9 .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-tkJfd6JwW9 .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-tkJfd6JwW9 .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-tkJfd6JwW9 .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-tkJfd6JwW9 .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-tkJfd6JwW9 .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-tkJfd6JwW9 .row {
    padding: 0 1rem;
  }
}
.cid-tkJfd6JwW9 .icon-left {
  margin-right: 0.1rem;
}
.cid-tkJfd6JwW9 .icon-right {
  margin-left: 0.1rem;
}
.cid-tkJfd6JwW9 .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tkJfd6JwW9 .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tkJfd6JwW9 H3 {
  color: #1d1d1f;
}
.cid-tkJfd6JwW9 .svg-right {
  color: #a6a6a6;
}
.cid-tkJfd6JwW9 .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-tkJfd6JwW9 rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #ffffff;
}
.cid-tkJfd6JwW9 polygon {
  fill: #ffffff;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-tkJfd6JwW9 .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJfd6JwW9 .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-tkJfd6JwW9 .swiper-left:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJfd6JwW9 .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-tkJfd6JwW9 .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJfd6JwW9 .swiper-right:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJfd6JwW9 .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #ffffff;
}
.cid-tkJfd6JwW9 .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tkJfd6JwW9 .user_text {
  text-align: left;
  color: #000000;
}
.cid-tkJfd6JwW9 .description {
  padding-right: 143px;
}
.cid-tkJfd6JwW9 .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-tkJfd6JwW9 .carousel-controls {
    position: initial;
  }
  .cid-tkJfd6JwW9 .padd {
    padding-left: 15px;
  }
  .cid-tkJfd6JwW9 .description {
    padding-right: 15px;
  }
  .cid-tkJfd6JwW9 .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-tkJfd6JwW9 .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-tkJfd6JwW9 .carousel-control-prev {
    left: 3em;
  }
  .cid-tkJfd6JwW9 .carousel-control-next {
    right: 1em;
  }
  .cid-tkJfd6JwW9 .carousel-inner {
    margin-top: 60px;
  }
}
.cid-tkJgRnwz4W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkJgRnwz4W .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tkJgRnwz4W .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tkJgRnwz4W img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-tkJgRnwz4W .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-tkJgRnwz4W .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #4c4c4c;
}
.cid-tkJgRnwz4W .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-tkJgRnwz4W .mbri-left:before {
  content: "\f053";
}
.cid-tkJgRnwz4W .mbri-right:before {
  content: "\f054";
}
.cid-tkJgRnwz4W .carousel-control-next,
.cid-tkJgRnwz4W .carousel-control-prev {
  color: #ffffff;
}
.cid-tkJgRnwz4W .title-block {
  justify-content: space-between;
}
.cid-tkJgRnwz4W .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkJgRnwz4W .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tkJgRnwz4W .carousel-item .wrap-img {
  text-align: center;
}
.cid-tkJgRnwz4W .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-tkJgRnwz4W .carousel-controls {
  width: 100%;
}
.cid-tkJgRnwz4W .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-tkJgRnwz4W .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-tkJgRnwz4W .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tkJgRnwz4W .cloneditem-1,
.cid-tkJgRnwz4W .cloneditem-2,
.cid-tkJgRnwz4W .cloneditem-3,
.cid-tkJgRnwz4W .cloneditem-4 {
  display: none;
}
.cid-tkJgRnwz4W .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-tkJgRnwz4W .container {
  margin-bottom: 2.7rem;
}
.cid-tkJgRnwz4W .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkJgRnwz4W .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tkJgRnwz4W .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides2 .cloneditem-1,
  .cid-tkJgRnwz4W .carousel-inner.slides2 .cloneditem-2,
  .cid-tkJgRnwz4W .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgRnwz4W .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides3 .cloneditem-1,
  .cid-tkJgRnwz4W .carousel-inner.slides3 .cloneditem-2,
  .cid-tkJgRnwz4W .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgRnwz4W .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides4 .cloneditem-1,
  .cid-tkJgRnwz4W .carousel-inner.slides4 .cloneditem-2,
  .cid-tkJgRnwz4W .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgRnwz4W .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides5 .cloneditem-1,
  .cid-tkJgRnwz4W .carousel-inner.slides5 .cloneditem-2,
  .cid-tkJgRnwz4W .carousel-inner.slides5 .cloneditem-3,
  .cid-tkJgRnwz4W .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tkJgRnwz4W .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tkJgRnwz4W .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgRnwz4W .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgRnwz4W .carousel-inner.slides6 .cloneditem-1,
  .cid-tkJgRnwz4W .carousel-inner.slides6 .cloneditem-2,
  .cid-tkJgRnwz4W .carousel-inner.slides6 .cloneditem-3,
  .cid-tkJgRnwz4W .carousel-inner.slides6 .cloneditem-4,
  .cid-tkJgRnwz4W .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tkJgRnwz4W .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tkJgRnwz4W .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-tkJgRnwz4W .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-tkJgRnwz4W .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-tkJgRnwz4W .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-tkJgRnwz4W .soc-item span {
  font-size: 1rem;
}
.cid-tkJgRnwz4W .soc-item-1 {
  transition: 0.3s;
}
.cid-tkJgRnwz4W .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-tkJgRnwz4W .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tkJgRnwz4W .col-lg-2 {
    padding: 0rem;
  }
  .cid-tkJgRnwz4W .title-block {
    margin: 0;
  }
  .cid-tkJgRnwz4W .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-tkJgRnwz4W .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-tkJgRnwz4W .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-tkJgRnwz4W .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-tkJgRnwz4W .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-tkJgRnwz4W .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-tkJgRnwz4W .row {
    padding: 0 1rem;
  }
}
.cid-tkJgRnwz4W .icon-left {
  margin-right: 0.1rem;
}
.cid-tkJgRnwz4W .icon-right {
  margin-left: 0.1rem;
}
.cid-tkJgRnwz4W .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tkJgRnwz4W .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tkJgRnwz4W H3 {
  color: #1d1d1f;
}
.cid-tkJgRnwz4W .svg-right {
  color: #a6a6a6;
}
.cid-tkJgRnwz4W .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-tkJgRnwz4W rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #ffffff;
}
.cid-tkJgRnwz4W polygon {
  fill: #ffffff;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-tkJgRnwz4W .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJgRnwz4W .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-tkJgRnwz4W .swiper-left:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJgRnwz4W .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-tkJgRnwz4W .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJgRnwz4W .swiper-right:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJgRnwz4W .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #ffffff;
}
.cid-tkJgRnwz4W .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tkJgRnwz4W .user_text {
  text-align: left;
  color: #000000;
}
.cid-tkJgRnwz4W .description {
  padding-right: 143px;
}
.cid-tkJgRnwz4W .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-tkJgRnwz4W .carousel-controls {
    position: initial;
  }
  .cid-tkJgRnwz4W .padd {
    padding-left: 15px;
  }
  .cid-tkJgRnwz4W .description {
    padding-right: 15px;
  }
  .cid-tkJgRnwz4W .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-tkJgRnwz4W .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-tkJgRnwz4W .carousel-control-prev {
    left: 3em;
  }
  .cid-tkJgRnwz4W .carousel-control-next {
    right: 1em;
  }
  .cid-tkJgRnwz4W .carousel-inner {
    margin-top: 60px;
  }
}
.cid-tkJgSEaOYQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkJgSEaOYQ .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tkJgSEaOYQ .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tkJgSEaOYQ img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-tkJgSEaOYQ .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-tkJgSEaOYQ .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #4c4c4c;
}
.cid-tkJgSEaOYQ .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-tkJgSEaOYQ .mbri-left:before {
  content: "\f053";
}
.cid-tkJgSEaOYQ .mbri-right:before {
  content: "\f054";
}
.cid-tkJgSEaOYQ .carousel-control-next,
.cid-tkJgSEaOYQ .carousel-control-prev {
  color: #ffffff;
}
.cid-tkJgSEaOYQ .title-block {
  justify-content: space-between;
}
.cid-tkJgSEaOYQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkJgSEaOYQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tkJgSEaOYQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-tkJgSEaOYQ .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-tkJgSEaOYQ .carousel-controls {
  width: 100%;
}
.cid-tkJgSEaOYQ .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-tkJgSEaOYQ .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-tkJgSEaOYQ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tkJgSEaOYQ .cloneditem-1,
.cid-tkJgSEaOYQ .cloneditem-2,
.cid-tkJgSEaOYQ .cloneditem-3,
.cid-tkJgSEaOYQ .cloneditem-4 {
  display: none;
}
.cid-tkJgSEaOYQ .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-tkJgSEaOYQ .container {
  margin-bottom: 2.7rem;
}
.cid-tkJgSEaOYQ .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkJgSEaOYQ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides2 .cloneditem-1,
  .cid-tkJgSEaOYQ .carousel-inner.slides2 .cloneditem-2,
  .cid-tkJgSEaOYQ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides3 .cloneditem-1,
  .cid-tkJgSEaOYQ .carousel-inner.slides3 .cloneditem-2,
  .cid-tkJgSEaOYQ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides4 .cloneditem-1,
  .cid-tkJgSEaOYQ .carousel-inner.slides4 .cloneditem-2,
  .cid-tkJgSEaOYQ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides5 .cloneditem-1,
  .cid-tkJgSEaOYQ .carousel-inner.slides5 .cloneditem-2,
  .cid-tkJgSEaOYQ .carousel-inner.slides5 .cloneditem-3,
  .cid-tkJgSEaOYQ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tkJgSEaOYQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgSEaOYQ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgSEaOYQ .carousel-inner.slides6 .cloneditem-1,
  .cid-tkJgSEaOYQ .carousel-inner.slides6 .cloneditem-2,
  .cid-tkJgSEaOYQ .carousel-inner.slides6 .cloneditem-3,
  .cid-tkJgSEaOYQ .carousel-inner.slides6 .cloneditem-4,
  .cid-tkJgSEaOYQ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tkJgSEaOYQ .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tkJgSEaOYQ .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-tkJgSEaOYQ .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-tkJgSEaOYQ .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-tkJgSEaOYQ .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-tkJgSEaOYQ .soc-item span {
  font-size: 1rem;
}
.cid-tkJgSEaOYQ .soc-item-1 {
  transition: 0.3s;
}
.cid-tkJgSEaOYQ .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-tkJgSEaOYQ .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tkJgSEaOYQ .col-lg-2 {
    padding: 0rem;
  }
  .cid-tkJgSEaOYQ .title-block {
    margin: 0;
  }
  .cid-tkJgSEaOYQ .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-tkJgSEaOYQ .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-tkJgSEaOYQ .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-tkJgSEaOYQ .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-tkJgSEaOYQ .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-tkJgSEaOYQ .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-tkJgSEaOYQ .row {
    padding: 0 1rem;
  }
}
.cid-tkJgSEaOYQ .icon-left {
  margin-right: 0.1rem;
}
.cid-tkJgSEaOYQ .icon-right {
  margin-left: 0.1rem;
}
.cid-tkJgSEaOYQ .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tkJgSEaOYQ .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tkJgSEaOYQ H3 {
  color: #1d1d1f;
}
.cid-tkJgSEaOYQ .svg-right {
  color: #a6a6a6;
}
.cid-tkJgSEaOYQ .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-tkJgSEaOYQ rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #ffffff;
}
.cid-tkJgSEaOYQ polygon {
  fill: #ffffff;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-tkJgSEaOYQ .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJgSEaOYQ .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-tkJgSEaOYQ .swiper-left:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJgSEaOYQ .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-tkJgSEaOYQ .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJgSEaOYQ .swiper-right:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJgSEaOYQ .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #ffffff;
}
.cid-tkJgSEaOYQ .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tkJgSEaOYQ .user_text {
  text-align: left;
  color: #000000;
}
.cid-tkJgSEaOYQ .description {
  padding-right: 143px;
}
.cid-tkJgSEaOYQ .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-tkJgSEaOYQ .carousel-controls {
    position: initial;
  }
  .cid-tkJgSEaOYQ .padd {
    padding-left: 15px;
  }
  .cid-tkJgSEaOYQ .description {
    padding-right: 15px;
  }
  .cid-tkJgSEaOYQ .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-tkJgSEaOYQ .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-tkJgSEaOYQ .carousel-control-prev {
    left: 3em;
  }
  .cid-tkJgSEaOYQ .carousel-control-next {
    right: 1em;
  }
  .cid-tkJgSEaOYQ .carousel-inner {
    margin-top: 60px;
  }
}
.cid-tkJgTK6ToC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkJgTK6ToC .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tkJgTK6ToC .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tkJgTK6ToC img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-tkJgTK6ToC .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-tkJgTK6ToC .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #4c4c4c;
}
.cid-tkJgTK6ToC .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-tkJgTK6ToC .mbri-left:before {
  content: "\f053";
}
.cid-tkJgTK6ToC .mbri-right:before {
  content: "\f054";
}
.cid-tkJgTK6ToC .carousel-control-next,
.cid-tkJgTK6ToC .carousel-control-prev {
  color: #ffffff;
}
.cid-tkJgTK6ToC .title-block {
  justify-content: space-between;
}
.cid-tkJgTK6ToC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkJgTK6ToC .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tkJgTK6ToC .carousel-item .wrap-img {
  text-align: center;
}
.cid-tkJgTK6ToC .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-tkJgTK6ToC .carousel-controls {
  width: 100%;
}
.cid-tkJgTK6ToC .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-tkJgTK6ToC .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-tkJgTK6ToC .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tkJgTK6ToC .cloneditem-1,
.cid-tkJgTK6ToC .cloneditem-2,
.cid-tkJgTK6ToC .cloneditem-3,
.cid-tkJgTK6ToC .cloneditem-4 {
  display: none;
}
.cid-tkJgTK6ToC .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-tkJgTK6ToC .container {
  margin-bottom: 2.7rem;
}
.cid-tkJgTK6ToC .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkJgTK6ToC .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tkJgTK6ToC .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides2 .cloneditem-1,
  .cid-tkJgTK6ToC .carousel-inner.slides2 .cloneditem-2,
  .cid-tkJgTK6ToC .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgTK6ToC .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides3 .cloneditem-1,
  .cid-tkJgTK6ToC .carousel-inner.slides3 .cloneditem-2,
  .cid-tkJgTK6ToC .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgTK6ToC .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides4 .cloneditem-1,
  .cid-tkJgTK6ToC .carousel-inner.slides4 .cloneditem-2,
  .cid-tkJgTK6ToC .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgTK6ToC .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides5 .cloneditem-1,
  .cid-tkJgTK6ToC .carousel-inner.slides5 .cloneditem-2,
  .cid-tkJgTK6ToC .carousel-inner.slides5 .cloneditem-3,
  .cid-tkJgTK6ToC .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tkJgTK6ToC .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tkJgTK6ToC .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgTK6ToC .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgTK6ToC .carousel-inner.slides6 .cloneditem-1,
  .cid-tkJgTK6ToC .carousel-inner.slides6 .cloneditem-2,
  .cid-tkJgTK6ToC .carousel-inner.slides6 .cloneditem-3,
  .cid-tkJgTK6ToC .carousel-inner.slides6 .cloneditem-4,
  .cid-tkJgTK6ToC .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tkJgTK6ToC .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tkJgTK6ToC .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-tkJgTK6ToC .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-tkJgTK6ToC .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-tkJgTK6ToC .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-tkJgTK6ToC .soc-item span {
  font-size: 1rem;
}
.cid-tkJgTK6ToC .soc-item-1 {
  transition: 0.3s;
}
.cid-tkJgTK6ToC .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-tkJgTK6ToC .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tkJgTK6ToC .col-lg-2 {
    padding: 0rem;
  }
  .cid-tkJgTK6ToC .title-block {
    margin: 0;
  }
  .cid-tkJgTK6ToC .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-tkJgTK6ToC .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-tkJgTK6ToC .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-tkJgTK6ToC .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-tkJgTK6ToC .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-tkJgTK6ToC .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-tkJgTK6ToC .row {
    padding: 0 1rem;
  }
}
.cid-tkJgTK6ToC .icon-left {
  margin-right: 0.1rem;
}
.cid-tkJgTK6ToC .icon-right {
  margin-left: 0.1rem;
}
.cid-tkJgTK6ToC .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tkJgTK6ToC .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tkJgTK6ToC H3 {
  color: #1d1d1f;
}
.cid-tkJgTK6ToC .svg-right {
  color: #a6a6a6;
}
.cid-tkJgTK6ToC .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-tkJgTK6ToC rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #ffffff;
}
.cid-tkJgTK6ToC polygon {
  fill: #ffffff;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-tkJgTK6ToC .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJgTK6ToC .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-tkJgTK6ToC .swiper-left:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJgTK6ToC .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-tkJgTK6ToC .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJgTK6ToC .swiper-right:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJgTK6ToC .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #ffffff;
}
.cid-tkJgTK6ToC .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tkJgTK6ToC .user_text {
  text-align: left;
  color: #000000;
}
.cid-tkJgTK6ToC .description {
  padding-right: 143px;
}
.cid-tkJgTK6ToC .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-tkJgTK6ToC .carousel-controls {
    position: initial;
  }
  .cid-tkJgTK6ToC .padd {
    padding-left: 15px;
  }
  .cid-tkJgTK6ToC .description {
    padding-right: 15px;
  }
  .cid-tkJgTK6ToC .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-tkJgTK6ToC .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-tkJgTK6ToC .carousel-control-prev {
    left: 3em;
  }
  .cid-tkJgTK6ToC .carousel-control-next {
    right: 1em;
  }
  .cid-tkJgTK6ToC .carousel-inner {
    margin-top: 60px;
  }
}
.cid-tkJgV5VGkO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkJgV5VGkO .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tkJgV5VGkO .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tkJgV5VGkO img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-tkJgV5VGkO .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-tkJgV5VGkO .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #4c4c4c;
}
.cid-tkJgV5VGkO .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-tkJgV5VGkO .mbri-left:before {
  content: "\f053";
}
.cid-tkJgV5VGkO .mbri-right:before {
  content: "\f054";
}
.cid-tkJgV5VGkO .carousel-control-next,
.cid-tkJgV5VGkO .carousel-control-prev {
  color: #ffffff;
}
.cid-tkJgV5VGkO .title-block {
  justify-content: space-between;
}
.cid-tkJgV5VGkO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkJgV5VGkO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tkJgV5VGkO .carousel-item .wrap-img {
  text-align: center;
}
.cid-tkJgV5VGkO .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-tkJgV5VGkO .carousel-controls {
  width: 100%;
}
.cid-tkJgV5VGkO .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-tkJgV5VGkO .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-tkJgV5VGkO .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tkJgV5VGkO .cloneditem-1,
.cid-tkJgV5VGkO .cloneditem-2,
.cid-tkJgV5VGkO .cloneditem-3,
.cid-tkJgV5VGkO .cloneditem-4 {
  display: none;
}
.cid-tkJgV5VGkO .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-tkJgV5VGkO .container {
  margin-bottom: 2.7rem;
}
.cid-tkJgV5VGkO .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkJgV5VGkO .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tkJgV5VGkO .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides2 .cloneditem-1,
  .cid-tkJgV5VGkO .carousel-inner.slides2 .cloneditem-2,
  .cid-tkJgV5VGkO .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgV5VGkO .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides3 .cloneditem-1,
  .cid-tkJgV5VGkO .carousel-inner.slides3 .cloneditem-2,
  .cid-tkJgV5VGkO .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgV5VGkO .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides4 .cloneditem-1,
  .cid-tkJgV5VGkO .carousel-inner.slides4 .cloneditem-2,
  .cid-tkJgV5VGkO .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tkJgV5VGkO .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides5 .cloneditem-1,
  .cid-tkJgV5VGkO .carousel-inner.slides5 .cloneditem-2,
  .cid-tkJgV5VGkO .carousel-inner.slides5 .cloneditem-3,
  .cid-tkJgV5VGkO .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tkJgV5VGkO .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tkJgV5VGkO .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tkJgV5VGkO .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tkJgV5VGkO .carousel-inner.slides6 .cloneditem-1,
  .cid-tkJgV5VGkO .carousel-inner.slides6 .cloneditem-2,
  .cid-tkJgV5VGkO .carousel-inner.slides6 .cloneditem-3,
  .cid-tkJgV5VGkO .carousel-inner.slides6 .cloneditem-4,
  .cid-tkJgV5VGkO .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tkJgV5VGkO .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tkJgV5VGkO .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-tkJgV5VGkO .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-tkJgV5VGkO .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-tkJgV5VGkO .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-tkJgV5VGkO .soc-item span {
  font-size: 1rem;
}
.cid-tkJgV5VGkO .soc-item-1 {
  transition: 0.3s;
}
.cid-tkJgV5VGkO .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-tkJgV5VGkO .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tkJgV5VGkO .col-lg-2 {
    padding: 0rem;
  }
  .cid-tkJgV5VGkO .title-block {
    margin: 0;
  }
  .cid-tkJgV5VGkO .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-tkJgV5VGkO .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-tkJgV5VGkO .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-tkJgV5VGkO .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-tkJgV5VGkO .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-tkJgV5VGkO .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-tkJgV5VGkO .row {
    padding: 0 1rem;
  }
}
.cid-tkJgV5VGkO .icon-left {
  margin-right: 0.1rem;
}
.cid-tkJgV5VGkO .icon-right {
  margin-left: 0.1rem;
}
.cid-tkJgV5VGkO .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tkJgV5VGkO .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tkJgV5VGkO H3 {
  color: #1d1d1f;
}
.cid-tkJgV5VGkO .svg-right {
  color: #a6a6a6;
}
.cid-tkJgV5VGkO .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-tkJgV5VGkO rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #ffffff;
}
.cid-tkJgV5VGkO polygon {
  fill: #ffffff;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-tkJgV5VGkO .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJgV5VGkO .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-tkJgV5VGkO .swiper-left:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJgV5VGkO .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-tkJgV5VGkO .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-tkJgV5VGkO .swiper-right:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-tkJgV5VGkO .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #ffffff;
}
.cid-tkJgV5VGkO .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tkJgV5VGkO .user_text {
  text-align: left;
  color: #000000;
}
.cid-tkJgV5VGkO .description {
  padding-right: 143px;
}
.cid-tkJgV5VGkO .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-tkJgV5VGkO .carousel-controls {
    position: initial;
  }
  .cid-tkJgV5VGkO .padd {
    padding-left: 15px;
  }
  .cid-tkJgV5VGkO .description {
    padding-right: 15px;
  }
  .cid-tkJgV5VGkO .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-tkJgV5VGkO .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-tkJgV5VGkO .carousel-control-prev {
    left: 3em;
  }
  .cid-tkJgV5VGkO .carousel-control-next {
    right: 1em;
  }
  .cid-tkJgV5VGkO .carousel-inner {
    margin-top: 60px;
  }
}
.cid-sVEPd8j8eU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262035;
}
.cid-sVEPd8j8eU .carousel {
  height: 500px;
}
.cid-sVEPd8j8eU .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVEPd8j8eU .carousel-item,
.cid-sVEPd8j8eU .carousel-inner {
  height: 100%;
}
.cid-sVEPd8j8eU .mbr-overlay {
  z-index: 1;
}
.cid-sVEPd8j8eU .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sVEPd8j8eU .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-sVEPd8j8eU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sVEPd8j8eU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sVEPd8j8eU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sVEPd8j8eU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sVEPd8j8eU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sVEPd8j8eU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sVEPd8j8eU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sVEPd8j8eU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-sVEPd8j8eU .carousel-indicators {
    display: none;
  }
}
.cid-sVEPd8j8eU .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sVEPd8j8eU .carousel-indicators li.active,
.cid-sVEPd8j8eU .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-sVEPd8j8eU .carousel-indicators li::after,
.cid-sVEPd8j8eU .carousel-indicators li::before {
  content: none;
}
.cid-sVEPd8j8eU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sVEPd8j8eU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVEPd8j8eU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVEPd8j8eU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVEPd8j8eU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVEPd8j8eU .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-sVEPd8j8eU H5 {
  text-align: left;
}
.cid-sVEPd8j8eU P {
  text-align: left;
}
.cid-sVEPd8j8eU .mbr-text,
.cid-sVEPd8j8eU .mbr-section-btn {
  text-align: left;
}
.cid-sVEPd8j8eU .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-sVEPd8j8eU .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-sVEPd8j8eU .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #262035;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-sVEPd9a5wg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sVEPd9a5wg .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sVEPd9a5wg .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVEPd9a5wg .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sVEPd9a5wg .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tafVttoMTd {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tafVttoMTd .mbr-overlay {
  background: #5eeebb;
}
.cid-tafVttoMTd .row {
  margin: 0;
}
.cid-tafVttoMTd .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tafVttoMTd .mbr-section-title {
  color: #e1201d;
  font-weight: 300;
}
.cid-tafVttoMTd .mbr-section-title b,
.cid-tafVttoMTd .mbr-section-title strong {
  font-weight: 500;
}
.cid-tafVttoMTd .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tafVttoMTd .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-tafVttoMTd .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-tafVttoMTd .carousel-item {
  justify-content: center;
}
.cid-tafVttoMTd .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tafVttoMTd .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-tafVttoMTd .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-tafVttoMTd .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-tafVttoMTd .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tafVttoMTd .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tafVttoMTd .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-tafVttoMTd .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tafVttoMTd .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-tafVttoMTd .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-tafVttoMTd .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tafVttoMTd .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tafVttoMTd .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-tafVttoMTd .cloneditem-1,
.cid-tafVttoMTd .cloneditem-2,
.cid-tafVttoMTd .cloneditem-3,
.cid-tafVttoMTd .cloneditem-4,
.cid-tafVttoMTd .cloneditem-5 {
  display: none;
}
.cid-tafVttoMTd .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tafVttoMTd .wrap {
    margin-bottom: 50px;
  }
  .cid-tafVttoMTd .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-tafVttoMTd .arrows {
    display: none;
  }
  .cid-tafVttoMTd .carousel-item {
    margin-bottom: 60px;
  }
  .cid-tafVttoMTd .container-fluid,
  .cid-tafVttoMTd .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tafVttoMTd .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tafVttoMTd .carousel-inner {
    z-index: 1;
  }
  .cid-tafVttoMTd .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides2 .cloneditem-1,
  .cid-tafVttoMTd .carousel-inner.slides2 .cloneditem-2,
  .cid-tafVttoMTd .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tafVttoMTd .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides3 .cloneditem-1,
  .cid-tafVttoMTd .carousel-inner.slides3 .cloneditem-2,
  .cid-tafVttoMTd .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tafVttoMTd .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides4 .cloneditem-1,
  .cid-tafVttoMTd .carousel-inner.slides4 .cloneditem-2,
  .cid-tafVttoMTd .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tafVttoMTd .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides5 .cloneditem-1,
  .cid-tafVttoMTd .carousel-inner.slides5 .cloneditem-2,
  .cid-tafVttoMTd .carousel-inner.slides5 .cloneditem-3,
  .cid-tafVttoMTd .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tafVttoMTd .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tafVttoMTd .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tafVttoMTd .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tafVttoMTd .carousel-inner.slides6 .cloneditem-1,
  .cid-tafVttoMTd .carousel-inner.slides6 .cloneditem-2,
  .cid-tafVttoMTd .carousel-inner.slides6 .cloneditem-3,
  .cid-tafVttoMTd .carousel-inner.slides6 .cloneditem-4,
  .cid-tafVttoMTd .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tafVuLw29m {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tafVuLw29m li {
  list-style: none;
}
.cid-tafVuLw29m .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-tafVuLw29m .col-title {
  margin-bottom: 2rem;
}
.cid-tafVuLw29m .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-tafVuLw29m .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-tafVuLw29m .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-tafVuLw29m .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-tafVuLw29m h4 {
  margin: 0;
}
.cid-tafVuLw29m ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tafVuLw29m .md-pb {
    padding-bottom: 1rem;
  }
  .cid-tafVuLw29m .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-tafVuLw29m .item-wrap {
    flex-direction: column;
  }
  .cid-tafVuLw29m .time-wrap {
    min-width: 80px;
    margin-top: .4rem;
  }
}
.cid-teBndg8aK2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #535353;
}
@media (max-width: 991px) {
  .cid-teBndg8aK2 .mbr-section-title,
  .cid-teBndg8aK2 .mbr-section-subtitle,
  .cid-teBndg8aK2 .mbr-section-btn,
  .cid-teBndg8aK2 .mbr-text {
    text-align: center;
  }
}
.cid-teBndg8aK2 .mbr-section-title {
  color: #ffffff;
}
.cid-teBndg8aK2 .mbr-text,
.cid-teBndg8aK2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tgM2Bfgr2V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tgM2Bfgr2V .wrapper {
  margin-left: -32px;
  margin-right: -32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-tgM2Bfgr2V .wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cid-tgM2Bfgr2V .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #264387;
  margin-left: 1rem;
}
.cid-tgM2Bfgr2V .panel-group {
  border: none;
}
.cid-tgM2Bfgr2V .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.cid-tgM2Bfgr2V .card {
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.cid-tgM2Bfgr2V .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 52px 40px 28px;
}
.cid-tgM2Bfgr2V .panel-collapse {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-tgM2Bfgr2V .mbr-section-head {
  padding: 56px 40px 32px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.cid-tgM2Bfgr2V .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgM2Bfgr2V .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tgM2Bfgr2V .panel-title-edit {
  color: #0f2045;
}
@media (max-width: 991px) {
  .cid-tgM2Bfgr2V .panel-title-edit {
    margin-bottom: 16px;
  }
}
.cid-tgM2Bfgr2V .panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 28px;
}
.cid-tgM2Bfgr2V .panel-text {
  width: 100%;
  color: #0f2045;
}
.cid-tgM2Bfgr2V .panel-subtext {
  color: #e1201d;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tgM2Bfgr2V .panel-title-text {
    margin-bottom: 16px;
  }
}
.cid-tgM2Bfgr2V .panel-title__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-tgM2Bfgr2V .panel-title__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tgM2Bfgr2V .panel-title__text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-tgM2Bfgr2V .panel-title__text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tgM2Bfgr2V .panel-title__text-item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .cid-tgM2Bfgr2V .panel-title__text-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-tgM2Bfgr2V .panel-text-add {
  color: #07183e;
  margin-bottom: 0;
}
.cid-tgM2Bfgr2V .panel-add {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e1201d;
}
.cid-tgM2Bfgr2V .mbri-arrow-down {
  color: #0f2045;
}
.cid-tgM2Bfgr2V .mbr-section-btn {
  margin: 24px 0;
}
.cid-tgM2Bfgr2V .mbr-section-btn a {
  margin: 0;
  padding: 22px 34px;
}
@media (min-width: 992px) {
  .cid-tgM2Bfgr2V .mbr-section-head {
    padding: 56px 60px 32px;
  }
  .cid-tgM2Bfgr2V .card .card-header {
    padding: 52px 60px 28px;
  }
  .cid-tgM2Bfgr2V .panel-body {
    padding: 0 60px 28px;
  }
}
@media (max-width: 767px) {
  .cid-tgM2Bfgr2V .panel-title {
    flex-wrap: wrap;
  }
  .cid-tgM2Bfgr2V .panel-title span {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .cid-tgM2Bfgr2V .panel-title__container {
    width: 100%;
  }
}
.cid-tgM2Bfgr2V .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tgM2Bfgr2V .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 575px) {
  .cid-tgM2Bfgr2V .mbr-section-head {
    padding: 32px 24px 28px;
  }
  .cid-tgM2Bfgr2V .panel-body {
    padding: 0 24px 28px;
  }
  .cid-tgM2Bfgr2V .card .card-header {
    padding: 52px 24px 28px;
  }
}
.cid-t7x5a8jLqc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #304d8b;
}
.cid-t7x5a8jLqc .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-t7x5a8jLqc .mbr-section-title {
  color: #010d4c;
}
.cid-t7x5a8jLqc .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-t7x5a8jLqc .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-t7x5a8jLqc .card-title {
    margin-bottom: 18px;
  }
}
.cid-t7x5a8jLqc .card-title a {
  font-weight: 700;
}
.cid-t7x5a8jLqc .card-title a:hover {
  color: #264387 !important;
}
.cid-t7x5a8jLqc .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-t7x5a8jLqc .icon-box {
    margin-bottom: 20px;
  }
}
.cid-t7x5a8jLqc .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #913bff;
}
.cid-t7x5a8jLqc .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-t7x5a8jLqc .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-t7x5a8jLqc .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-t7x5a8jLqc .icon-link-box .mbr-iconfont:hover {
  color: #f8dc6e !important;
  cursor: pointer !important;
}
.cid-t7x5a8jLqc .col-card {
  margin-top: 30px;
}
.cid-t7x5a8jLqc .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-t7x5a8jLqc .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-t7x5a8jLqc .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-t7x5a8jLqc .card-title,
.cid-t7x5a8jLqc .card-box {
  color: #85122d;
}
.cid-sVEPd9NtGI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sVEPd9NtGI h3 {
  text-align: center;
}
.cid-sVEPd9NtGI .pie_progress {
  position: relative;
}
.cid-sVEPd9NtGI .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sVEPd9NtGI p {
  line-height: 1.6;
}
.cid-sVEPd9NtGI .card {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sVEPd9NtGI .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sVEPd9NtGI .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sVEPd9NtGI .mbr-section-subtitle {
  color: #383838;
}
.cid-sVEPd9NtGI .pie_progress__number {
  text-align: center !important;
}
.cid-sVEPd9NtGI .card-title {
  margin-bottom: 0;
}
.cid-sVEPd9NtGI .svg-gradient {
  position: absolute;
}
.cid-sVEPd9NtGI ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sVEPd9NtGI path {
  stroke: #113b94;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sVEPd9NtGI .card {
    flex-basis: 50%;
  }
}
.cid-sVEPd9NtGI H4 {
  color: #ed6436;
}
.cid-sVEPd9NtGI .mbr-section-title {
  color: #181818;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sVEPd9NtGI .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sVEPd9NtGI .content {
    padding-left: 0rem;
  }
  .cid-sVEPd9NtGI .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sX3XPMt38I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sX3XPMt38I .col-lg-2 {
    width: 20%;
  }
}
.cid-sX3XPMt38I .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sX3XPMt38I .item:hover img,
.cid-sX3XPMt38I .item:hover .item-img {
  border-radius: 0;
}
.cid-sX3XPMt38I img {
  border: 2px solid gray;
}
.cid-sX3XPMt38I img:hover {
  border-color: #264387;
}
.cid-sX3XPMt38I img,
.cid-sX3XPMt38I .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-sX3XPMt38I h5 {
  margin: 0;
}
.cid-sX3XPMt38I .item:focus,
.cid-sX3XPMt38I span:focus {
  outline: none;
}
.cid-sX3XPMt38I .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sX3XPMt38I .item-content {
  padding-top: 1rem;
}
.cid-sX3XPMt38I .mbr-section-title {
  color: #121212;
}
.cid-sX3XPMt38I .item-title {
  color: #000000;
}
.cid-sX3XPMt38I .item-subtitle {
  color: #666666;
}
.cid-sX3XPMt38I .mbr-section-subtitle {
  color: #666666;
}
.cid-sZ2cylaeA9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sZ2cylaeA9 .mbr-section-title {
  color: #06182d;
}
.cid-sZ2cylaeA9 .mbr-section-subtitle {
  color: #06182d;
  text-align: left;
}
.cid-sZ2cylaeA9 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sZ2cylaeA9 .mbr-section-text {
  color: #999999;
}
.cid-sZ2cylaeA9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sZ2cylaeA9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sZ2cylaeA9 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #d6eef8;
}
.cid-sZ2cylaeA9 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-sZ2cylaeA9 .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #d6eef8;
  padding: 1rem 2.2rem;
}
.cid-sZ2cylaeA9 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #dbd2d2;
}
.cid-sZ2cylaeA9 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #dbd2d2;
}
.cid-sZ2cylaeA9 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-sZ2cylaeA9 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sZ2cylaeA9 .mbr-text,
  .cid-sZ2cylaeA9 .nav-link {
    text-align: center;
  }
}
.cid-sZ2cylaeA9 .img-wrap img {
  width: 100%;
}
.cid-sZ2cylaeA9 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-sZ2cylaeA9 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sZ2cylaeA9 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sZ2cylaeA9 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sZ2cylaeA9 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sZ2cylaeA9 .card {
  border-radius: 0px;
  background-color: #d6eef8;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-sZ2cylaeA9 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-sZ2cylaeA9 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sZ2cylaeA9 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #2177be;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #b7e1f2;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title .toggle-icon:before,
.cid-sZ2cylaeA9 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sZ2cylaeA9 .card .panel-body {
  padding: 14px 20px;
}
.cid-sZ2cylaeA9 .card .panel-body p {
  color: #7f1933;
  line-height: 1.5;
}
.cid-sZ2cylaeA9 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sZ2cylaeA9 .tab-pane:not(.active) {
  display: none;
}
.cid-sZ2cylaeA9 .mbr-section-title,
.cid-sZ2cylaeA9 .col {
  text-align: left;
}
.cid-sZ2cylaeA9 .mbr-text,
.cid-sZ2cylaeA9 .col {
  text-align: left;
  color: #000000;
}
.cid-sZ2cylaeA9 .card .card-header a.panel-title h4 {
  color: #000000;
}
.cid-sVEPdaH0BB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sVEPdaH0BB img,
.cid-sVEPdaH0BB .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sVEPdaH0BB .item:focus,
.cid-sVEPdaH0BB span:focus {
  outline: none;
}
.cid-sVEPdaH0BB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sVEPdaH0BB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8e6e6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sVEPdaH0BB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVEPdaH0BB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sVEPdaH0BB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sVEPdaH0BB .mbr-section-title {
  color: #232323;
}
.cid-sVEPdaH0BB .mbr-text,
.cid-sVEPdaH0BB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sVEPdaH0BB .item-title {
  text-align: left;
  color: #e10d25;
}
.cid-sVEPdaH0BB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uEwJwP9uxo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uEwJwP9uxo .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d9d7d7;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEwJwP9uxo .wrap {
    padding: 30px 15px;
  }
}
.cid-uEwJwP9uxo .wrap:hover .item-title a {
  color: #e5e5e5 !important;
}
.cid-uEwJwP9uxo .icon_block,
.cid-uEwJwP9uxo .item-title {
  margin-bottom: 12px;
}
.cid-uEwJwP9uxo .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-uEwJwP9uxo .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-uEwJwP9uxo .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uEwJwP9uxo .mbr-section-btn {
  margin-top: 25px;
}
.cid-uEwJwP9uxo .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uEwJwP9uxo .item-title,
.cid-uEwJwP9uxo .icon_block {
  color: #000000;
}
.cid-uEwJwP9uxo .mbr-text,
.cid-uEwJwP9uxo .mbr-section-btn {
  color: #101010;
}
.cid-uEwJwP9uxo .items {
  color: #264387;
}
.cid-uEwJxkjz1m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uEwJxkjz1m .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efd77a;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEwJxkjz1m .wrap {
    padding: 30px 15px;
  }
}
.cid-uEwJxkjz1m .wrap:hover .item-title a {
  color: #e5e5e5 !important;
}
.cid-uEwJxkjz1m .icon_block,
.cid-uEwJxkjz1m .item-title {
  margin-bottom: 12px;
}
.cid-uEwJxkjz1m .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-uEwJxkjz1m .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-uEwJxkjz1m .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uEwJxkjz1m .mbr-section-btn {
  margin-top: 25px;
}
.cid-uEwJxkjz1m .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uEwJxkjz1m .item-title,
.cid-uEwJxkjz1m .icon_block {
  color: #000000;
}
.cid-uEwJxkjz1m .mbr-text,
.cid-uEwJxkjz1m .mbr-section-btn {
  color: #101010;
}
.cid-uEwJxkjz1m .items {
  color: #264387;
}
.cid-sYQVdGDbKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sYQVdGDbKE .col-lg-2 {
    width: 20%;
  }
}
.cid-sYQVdGDbKE .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYQVdGDbKE .item:hover img,
.cid-sYQVdGDbKE .item:hover .item-img {
  border-radius: 0;
}
.cid-sYQVdGDbKE img {
  border: 2px solid gray;
}
.cid-sYQVdGDbKE img:hover {
  border-color: #264387;
}
.cid-sYQVdGDbKE img,
.cid-sYQVdGDbKE .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-sYQVdGDbKE h5 {
  margin: 0;
}
.cid-sYQVdGDbKE .item:focus,
.cid-sYQVdGDbKE span:focus {
  outline: none;
}
.cid-sYQVdGDbKE .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sYQVdGDbKE .item-content {
  padding-top: 1rem;
}
.cid-sYQVdGDbKE .mbr-section-title {
  color: #121212;
}
.cid-sYQVdGDbKE .item-title {
  color: #e1201d;
}
.cid-sYQVdGDbKE .item-subtitle {
  color: #272727;
}
.cid-sYQVdGDbKE .mbr-section-subtitle {
  color: #666666;
}
.cid-sXInIvPDao {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sXInIvPDao li {
  list-style: none;
}
.cid-sXInIvPDao .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-sXInIvPDao .col-title {
  margin-bottom: 2rem;
}
.cid-sXInIvPDao .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-sXInIvPDao .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-sXInIvPDao .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-sXInIvPDao .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-sXInIvPDao h4 {
  margin: 0;
}
.cid-sXInIvPDao ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sXInIvPDao .md-pb {
    padding-bottom: 1rem;
  }
  .cid-sXInIvPDao .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-sXInIvPDao .item-wrap {
    flex-direction: column;
  }
  .cid-sXInIvPDao .time-wrap {
    min-width: 80px;
    margin-top: .4rem;
  }
}
.cid-sVEPdbonic {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-sVEPdbonic .container {
  max-width: 1500px;
}
.cid-sVEPdbonic .row {
  background: #cbd4da;
}
.cid-sVEPdbonic .img-col {
  padding: 0;
}
.cid-sVEPdbonic .title-col {
  padding: 4rem 6rem;
}
.cid-sVEPdbonic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVEPdbonic h2 {
  padding: 0;
  margin: 0;
}
.cid-sVEPdbonic .text-wrap {
  margin: auto;
}
.cid-sVEPdbonic .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sVEPdbonic .row {
    margin: 2rem;
  }
  .cid-sVEPdbonic .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sVEPdbonic .row {
    margin: 0rem;
  }
  .cid-sVEPdbonic .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sVEPdbonic H2 {
  color: #0f7699;
}
.cid-sVEPdc0TFd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sVEPdc0TFd .col-lg-2 {
    width: 20%;
  }
}
.cid-sVEPdc0TFd .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sVEPdc0TFd .item:hover img,
.cid-sVEPdc0TFd .item:hover .item-img {
  border-radius: 0;
}
.cid-sVEPdc0TFd img {
  border: 2px solid gray;
}
.cid-sVEPdc0TFd img:hover {
  border-color: #264387;
}
.cid-sVEPdc0TFd img,
.cid-sVEPdc0TFd .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-sVEPdc0TFd h5 {
  margin: 0;
}
.cid-sVEPdc0TFd .item:focus,
.cid-sVEPdc0TFd span:focus {
  outline: none;
}
.cid-sVEPdc0TFd .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sVEPdc0TFd .item-content {
  padding-top: 1rem;
}
.cid-sVEPdc0TFd .mbr-section-title {
  color: #121212;
}
.cid-sVEPdc0TFd .item-title {
  color: #e1201d;
}
.cid-sVEPdc0TFd .item-subtitle {
  color: #000000;
}
.cid-sVEPdc0TFd .mbr-section-subtitle {
  color: #666666;
}
.cid-sVEPdd2maq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-sVEPdd2maq .container {
  max-width: 1500px;
}
.cid-sVEPdd2maq .row {
  background: #9a0712;
}
.cid-sVEPdd2maq .img-col {
  padding: 0;
}
.cid-sVEPdd2maq .title-col {
  padding: 4rem 6rem;
}
.cid-sVEPdd2maq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVEPdd2maq h2 {
  padding: 0;
  margin: 0;
}
.cid-sVEPdd2maq .text-wrap {
  margin: auto;
}
.cid-sVEPdd2maq .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-sVEPdd2maq .row {
    margin: 2rem;
  }
  .cid-sVEPdd2maq .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sVEPdd2maq .row {
    margin: 0rem;
  }
  .cid-sVEPdd2maq .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sVEPddHevm {
  background-color: #ffffff;
}
.cid-sVEPddHevm .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVEPddHevm .carousel-item > div {
  width: 100%;
}
.cid-sVEPddHevm h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-sVEPddHevm .mbr-iconfont {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: 0.7s;
}
.cid-sVEPddHevm .carousel-item.active,
.cid-sVEPddHevm .carousel-item-next,
.cid-sVEPddHevm .carousel-item-prev {
  display: flex;
}
.cid-sVEPddHevm .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sVEPddHevm .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-sVEPddHevm .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-sVEPddHevm .carousel-controls a {
    width: 5%;
  }
}
.cid-sVEPddHevm .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-sVEPddHevm .mbr-text {
  position: relative;
}
.cid-sVEPddHevm li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-sVEPddHevm li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-sVEPddHevm .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-sVEPddHevm ol {
  margin-bottom: 0;
}
.cid-sVEPddHevm .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-sVEPddHevm .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sVEPddHevm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-sVEPddHevm .col-md-3 {
    padding: 0;
  }
  .cid-sVEPddHevm .img-card {
    padding: 0;
  }
  .cid-sVEPddHevm .title-block {
    margin: 2rem 1rem;
    z-index: 2;
  }
  .cid-sVEPddHevm .mbr-iconfont {
    opacity: 1;
  }
  .cid-sVEPddHevm .wrapper-img {
    z-index: 1;
  }
  .cid-sVEPddHevm .signature {
    color: #ffffff;
  }
  .cid-sVEPddHevm .desk {
    color: #ffffff;
  }
  .cid-sVEPddHevm .mbr-text {
    color: #ffffff;
  }
  .cid-sVEPddHevm .date {
    color: #ffffff;
  }
}
@media (min-width: 767px) {
  .cid-sVEPddHevm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sVEPddHevm .title-block {
    margin: 2.5rem 3rem 2rem 2.5rem;
  }
  .cid-sVEPddHevm .wrapper-img {
    z-index: -1;
  }
  .cid-sVEPddHevm .desk {
    color: #e9204f;
  }
  .cid-sVEPddHevm .signature {
    color: #101010;
  }
  .cid-sVEPddHevm .img-block:hover img {
    transform: scale(1.05);
  }
  .cid-sVEPddHevm .img-block:hover .mbr-iconfont {
    opacity: 1;
  }
  .cid-sVEPddHevm .img-block:hover .wrapper-img {
    z-index: 1;
  }
  .cid-sVEPddHevm .img-block:hover .title-block {
    z-index: 2;
  }
  .cid-sVEPddHevm .img-block:hover .signature {
    color: #ffffff;
  }
  .cid-sVEPddHevm .img-block:hover .desk {
    color: #ffffff;
  }
  .cid-sVEPddHevm .img-block:hover .mbr-text {
    color: #ffffff;
  }
  .cid-sVEPddHevm .img-block:hover .date {
    color: #ffffff;
  }
  .cid-sVEPddHevm .img-block:hover::after {
    opacity: 0;
  }
}
.cid-sVEPddHevm .title-block {
  position: relative;
  z-index: 10;
}
.cid-sVEPddHevm .desk {
  font-weight: 700;
}
.cid-sVEPddHevm .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.cid-sVEPddHevm .img-block::after {
  content: '';
  position: absolute;
  left: 0;
  transition: 0.3s;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-sVEPddHevm .date {
  margin-top: 3.5rem;
}
.cid-sVEPddHevm .wrapper-img {
  position: absolute;
  background-color: #000000;
  transition: cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-sVEPddHevm img {
  transition: 0.7s;
  opacity: 0.3;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sVEPddHevm .img-card {
    margin-top: 2rem;
  }
}
.cid-sVEPdeV41s {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-sVEPdeV41s .mbr-text {
  color: #6c758f;
}
.cid-sVEPdeV41s .mbr-section-subtitle {
  color: #e1201d;
}
.cid-sVEPdeV41s .mbr-section-title {
  color: #0f4873;
}
.cid-sVEPdfBVrx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fef8f5;
}
.cid-sVEPdfBVrx .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #0f4873;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sVEPdfBVrx .wrap {
    padding: 30px 15px;
  }
}
.cid-sVEPdfBVrx .wrap:hover .item-title a {
  color: #e5e5e5 !important;
}
.cid-sVEPdfBVrx .icon_block,
.cid-sVEPdfBVrx .item-title {
  margin-bottom: 12px;
}
.cid-sVEPdfBVrx .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-sVEPdfBVrx .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-sVEPdfBVrx .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sVEPdfBVrx .mbr-section-btn {
  margin-top: 25px;
}
.cid-sVEPdfBVrx .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sVEPdguUOy {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #18224a;
}
.cid-sVEPdguUOy .text-wrap {
  margin-top: 32px;
}
.cid-sVEPdguUOy .content-right-wrapper {
  background-color: #405578;
  padding: 32px;
}
.cid-sVEPdguUOy .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-sVEPdguUOy .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sVEPdguUOy .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-sVEPdguUOy .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-sVEPdguUOy .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #91a9b9;
}
.cid-sVEPdheu1I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVEPdheu1I .colored-text {
  color: #1a7a90 !important;
}
.cid-sVEPdheu1I .mbr-section-title {
  color: #9a0712;
}
.cid-sVEPdheu1I .mbr-section-subtitle {
  color: #1a7a90;
}
.cid-sVEPdheu1I .mbr-text {
  color: #000000;
}
.cid-sVEPdhVMRR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sVEPdhVMRR .container {
    max-width: 1400px;
  }
}
.cid-sVEPdhVMRR .mbr-text,
.cid-sVEPdhVMRR .mbr-section-btn {
  color: #000000;
}
.cid-sVEPdhVMRR .quote {
  color: #fa4529;
}
.cid-sVEPdixWs5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sVEPdixWs5 .link-wrap {
  width: 100%;
}
.cid-sVEPdixWs5 .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sVEPdixWs5 .container {
    max-width: 1400px;
  }
  .cid-sVEPdixWs5 .col-lg-6 {
    max-width: 47%;
  }
}
.cid-sVEPdixWs5 .row {
  justify-content: space-between;
}
.cid-sVEPdixWs5 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-sVEPdixWs5 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sVEPdixWs5 .link a:hover:before {
  right: -3px;
}
.cid-sVEPdixWs5 .link,
.cid-sVEPdixWs5 .link-wrap {
  color: #ffffff;
}
.cid-sVEPdixWs5 .mbr-text,
.cid-sVEPdixWs5 .mbr-section-btn {
  color: #333333;
}
.cid-sVEPdjbjpR {
  background-color: #ffffff;
}
.cid-sVEPdjbjpR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVEPdjbjpR .carousel-item > div {
  width: 100%;
}
.cid-sVEPdjbjpR h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-sVEPdjbjpR .mbr-iconfont {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: 0.7s;
}
.cid-sVEPdjbjpR .carousel-item.active,
.cid-sVEPdjbjpR .carousel-item-next,
.cid-sVEPdjbjpR .carousel-item-prev {
  display: flex;
}
.cid-sVEPdjbjpR .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sVEPdjbjpR .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-sVEPdjbjpR .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-sVEPdjbjpR .carousel-controls a {
    width: 5%;
  }
}
.cid-sVEPdjbjpR .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-sVEPdjbjpR .mbr-text {
  position: relative;
}
.cid-sVEPdjbjpR li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-sVEPdjbjpR li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-sVEPdjbjpR .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-sVEPdjbjpR ol {
  margin-bottom: 0;
}
.cid-sVEPdjbjpR .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-sVEPdjbjpR .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sVEPdjbjpR {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-sVEPdjbjpR .col-md-3 {
    padding: 0;
  }
  .cid-sVEPdjbjpR .img-card {
    padding: 0;
  }
  .cid-sVEPdjbjpR .title-block {
    margin: 2rem 1rem;
    z-index: 2;
  }
  .cid-sVEPdjbjpR .mbr-iconfont {
    opacity: 1;
  }
  .cid-sVEPdjbjpR .wrapper-img {
    z-index: 1;
  }
  .cid-sVEPdjbjpR .signature {
    color: #ffffff;
  }
  .cid-sVEPdjbjpR .desk {
    color: #ffffff;
  }
  .cid-sVEPdjbjpR .mbr-text {
    color: #ffffff;
  }
  .cid-sVEPdjbjpR .date {
    color: #ffffff;
  }
}
@media (min-width: 767px) {
  .cid-sVEPdjbjpR {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sVEPdjbjpR .title-block {
    margin: 2.5rem 3rem 2rem 2.5rem;
  }
  .cid-sVEPdjbjpR .wrapper-img {
    z-index: -1;
  }
  .cid-sVEPdjbjpR .desk {
    color: #e9204f;
  }
  .cid-sVEPdjbjpR .signature {
    color: #101010;
  }
  .cid-sVEPdjbjpR .img-block:hover img {
    transform: scale(1.05);
  }
  .cid-sVEPdjbjpR .img-block:hover .mbr-iconfont {
    opacity: 1;
  }
  .cid-sVEPdjbjpR .img-block:hover .wrapper-img {
    z-index: 1;
  }
  .cid-sVEPdjbjpR .img-block:hover .title-block {
    z-index: 2;
  }
  .cid-sVEPdjbjpR .img-block:hover .signature {
    color: #ffffff;
  }
  .cid-sVEPdjbjpR .img-block:hover .desk {
    color: #ffffff;
  }
  .cid-sVEPdjbjpR .img-block:hover .mbr-text {
    color: #ffffff;
  }
  .cid-sVEPdjbjpR .img-block:hover .date {
    color: #ffffff;
  }
  .cid-sVEPdjbjpR .img-block:hover::after {
    opacity: 0;
  }
}
.cid-sVEPdjbjpR .title-block {
  position: relative;
  z-index: 10;
}
.cid-sVEPdjbjpR .desk {
  font-weight: 700;
}
.cid-sVEPdjbjpR .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.cid-sVEPdjbjpR .img-block::after {
  content: '';
  position: absolute;
  left: 0;
  transition: 0.3s;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-sVEPdjbjpR .date {
  margin-top: 3.5rem;
}
.cid-sVEPdjbjpR .wrapper-img {
  position: absolute;
  background-color: #000000;
  transition: cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-sVEPdjbjpR img {
  transition: 0.7s;
  opacity: 0.3;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sVEPdjbjpR .img-card {
    margin-top: 2rem;
  }
}
.cid-sVEPdkqjFx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-sVEPdkqjFx .container {
  max-width: 1500px;
}
.cid-sVEPdkqjFx .row {
  background: #9a0712;
}
.cid-sVEPdkqjFx .img-col {
  padding: 0;
}
.cid-sVEPdkqjFx .title-col {
  padding: 4rem 6rem;
}
.cid-sVEPdkqjFx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVEPdkqjFx h2 {
  padding: 0;
  margin: 0;
}
.cid-sVEPdkqjFx .text-wrap {
  margin: auto;
}
.cid-sVEPdkqjFx .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-sVEPdkqjFx .row {
    margin: 2rem;
  }
  .cid-sVEPdkqjFx .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sVEPdkqjFx .row {
    margin: 0rem;
  }
  .cid-sVEPdkqjFx .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sVEPdl6Dnp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVEPdl6Dnp .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #264387;
  margin-bottom: 2rem;
}
.cid-sVEPdl6Dnp a {
  color: #264387;
}
.cid-sVEPdl6Dnp .big-number {
  font-size: 120px;
  color: #264387;
  display: inline;
  position: relative;
}
.cid-sVEPdl6Dnp .plus {
  font-size: 40px;
  color: #264387;
  vertical-align: top;
  display: inline;
  position: absolute;
  top: 0px;
}
.cid-sVEPdl6Dnp .number-description {
  font-size: 22px;
  color: #000000;
  padding-top: 40px;
}
.cid-sVEPdl6Dnp .heading {
  color: #000000;
}
.cid-sVEPdl6Dnp .text-block {
  color: #565A69;
}
.cid-sVEPdl6Dnp .mbr-section-title {
  color: #000000;
}
.cid-sVEPdl6Dnp .title {
  text-align: left;
}
.cid-sVEPdl6Dnp .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-sVEPdl6Dnp .card:hover {
  cursor: pointer;
}
.cid-sVEPdl6Dnp .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sVEPdl6Dnp svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-sVEPdl6Dnp .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-sVEPdl6Dnp .main-heading {
  margin-bottom: 70px;
}
.cid-sVEPdl6Dnp .left-side {
  float: right;
  padding-right: 70px;
}
@media (max-width: 600px) {
  .cid-sVEPdl6Dnp .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
  .cid-sVEPdl6Dnp .left-side {
    float: none;
    padding-bottom: 20px;
  }
}
.cid-sVEPdlNFNL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sVEPdlNFNL .mbr-text {
  color: #6c758f;
}
.cid-sVEPdlNFNL .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sVEPdlNFNL .mbr-section-title {
  color: #36187d;
}
.cid-sVEPdmtMO2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f3f7;
}
.cid-sVEPdmtMO2 .container {
  max-width: 1500px;
}
.cid-sVEPdmtMO2 .row {
  background: #a3a6b2;
}
.cid-sVEPdmtMO2 .img-col {
  padding: 0;
}
.cid-sVEPdmtMO2 .title-col {
  padding: 4rem 6rem;
}
.cid-sVEPdmtMO2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVEPdmtMO2 h2 {
  padding: 0;
  margin: 0;
}
.cid-sVEPdmtMO2 .text-wrap {
  margin: auto;
}
.cid-sVEPdmtMO2 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sVEPdmtMO2 .row {
    margin: 2rem;
  }
  .cid-sVEPdmtMO2 .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sVEPdmtMO2 .row {
    margin: 0rem;
  }
  .cid-sVEPdmtMO2 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sVEPdmtMO2 H2 {
  color: #b22b35;
}
.cid-sVEPdn9yjN {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-sVEPdn9yjN .image-wrapper {
    padding: 1rem;
  }
}
.cid-sVEPdn9yjN img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sVEPdn9yjN img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sVEPdn9yjN .mbr-text,
.cid-sVEPdn9yjN .mbr-section-btn {
  color: #696969;
}
.cid-sVEPdnScEa {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sVEPdnScEa .colored-text {
  color: #1a7a90 !important;
}
.cid-sVEPdnScEa .mbr-section-title {
  color: #9a0712;
}
.cid-sVEPdnScEa .mbr-section-subtitle {
  color: #1a7a90;
}
.cid-sVEPdnScEa .mbr-text {
  color: #000000;
}
.cid-sVEPdozpIH {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sVEPdozpIH .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sVEPdozpIH .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sVEPdozpIH .mbr-section-title b:last-child,
.cid-sVEPdozpIH .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sVEPdozpIH .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sVEPdozpIH .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sVEPdozpIH .mbr-text-wrap {
    border-left: 2px solid #264387;
    padding-left: 1.8125rem !important;
  }
}
.cid-sVEPdozpIH .mbr-section-btn {
  margin-top: 28px;
}
.cid-sVEPdozpIH .mbr-section-btn a {
  margin-top: 0;
}
.cid-sVEPdozpIH .mbr-text,
.cid-sVEPdozpIH .mbr-section-btn {
  color: #000000;
}
.cid-sVEPdpoSXj {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sVEPdpoSXj .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sVEPdpoSXj .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sVEPdpoSXj .mbr-section-title b:last-child,
.cid-sVEPdpoSXj .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sVEPdpoSXj .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sVEPdpoSXj .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sVEPdpoSXj .mbr-text-wrap {
    border-left: 2px solid #264387;
    padding-left: 1.8125rem !important;
  }
}
.cid-sVEPdpoSXj .mbr-section-btn {
  margin-top: 28px;
}
.cid-sVEPdpoSXj .mbr-section-btn a {
  margin-top: 0;
}
.cid-sVEPdpoSXj .mbr-text,
.cid-sVEPdpoSXj .mbr-section-btn {
  color: #000000;
}
.cid-sVEPdq7PCg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVEPdq7PCg .mbr-section-title {
  color: #0f7699;
}
.cid-sVEPdq7PCg .mbr-section-subtitle {
  color: #707070;
}
.cid-sVEPdq7PCg .mbr-text,
.cid-sVEPdq7PCg .link {
  color: #707070;
}
.cid-sVEPdq7PCg .card-subtitle {
  color: #ff002e;
}
.cid-sVEPdq7PCg .card-wrapper,
.cid-sVEPdq7PCg .item-wrapper {
  overflow: visible;
}
.cid-sVEPdq7PCg .card-wrapper {
  margin-bottom: 5rem;
}
.cid-sVEPdrbz19 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/03-1short8-1920x550.jpg");
}
@media (max-width: 767px) {
  .cid-sVEPdrbz19 .first-col {
    padding-bottom: 1rem;
  }
}
.cid-sVEPdrbz19 .mbr-section-subtitle {
  color: #c88d1c;
}
.cid-sVEPdrYxaj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sVEPdrYxaj .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sVEPdrYxaj .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVEPdrYxaj .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sVEPdrYxaj .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sVEPdsEq75 {
  padding-top: 40px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sVEPdsEq75 .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sVEPdsEq75 .box-item {
  width: 29%;
}
.cid-sVEPdsEq75 .box-item:first-child {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sVEPdsEq75 .box-item .wrap {
  height: 100%;
  background-color: #141a38;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sVEPdsEq75 .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sVEPdsEq75 .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 1.75;
}
.cid-sVEPdsEq75 .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-sVEPdsEq75 .box-item .heading h5 {
  font-weight: 700;
}
.cid-sVEPdsEq75 .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 1.45;
}
.cid-sVEPdsEq75 .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sVEPdsEq75 .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sVEPdsEq75 .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sVEPdsEq75 .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-sVEPdsEq75 .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #264387;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sVEPdsEq75 .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sVEPdsEq75 .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sVEPdsEq75 .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sVEPdsEq75 .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sVEPdsEq75 .right-side .box-item:last-child .icon-block-top span {
  color: #4f87fb;
  padding-right: 20px;
}
.cid-sVEPdsEq75 .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sVEPdsEq75 .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sVEPdsEq75 .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sVEPdsEq75 .right-side .box-item .box-item-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-sVEPdsEq75 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-sVEPdsEq75 .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 1.71;
}
.cid-sVEPdsEq75 .box-list li:last-child {
  border-bottom: none;
}
.cid-sVEPdsEq75 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sVEPdsEq75 .media-content {
  flex-basis: initial;
}
.cid-sVEPdsEq75 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sVEPdsEq75 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sVEPdsEq75 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sVEPdsEq75 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sVEPdsEq75 .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sVEPdsEq75 .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-sVEPdsEq75 .icon-wrap:after {
  content: '';
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sVEPdsEq75 .icon-wrap span {
  padding-left: 8px;
  font-weight: bold;
}
.cid-sVEPdsEq75 .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sVEPdsEq75 .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sVEPdsEq75 .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sVEPdsEq75 .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sVEPdsEq75 .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sVEPdsEq75 .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sVEPdsEq75 .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sVEPdsEq75 .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sVEPdsEq75 .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sVEPdsEq75 .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-sVEPdsEq75 .box-item-text {
    text-align: center;
  }
  .cid-sVEPdsEq75 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sVEPdsEq75 .right-side {
    flex-wrap: wrap;
  }
  .cid-sVEPdsEq75 .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sVEPdsEq75 .show-modal {
    height: 80%;
  }
}
.cid-sVEPdsEq75 .mbr-section-btn {
  color: #232323;
}
.cid-sVEPdsEq75 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sVEPdsEq75 h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sVEPdsEq75 H5 {
  color: #ffffff;
}
.cid-sVEPdsEq75 .box-item .wrap .box-item-text,
.cid-sVEPdsEq75 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sVEPdsEq75 .right-side .box-item-title {
  color: #113b94;
}
.cid-sVEPduA5u4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-sVEPduA5u4 .mbr-text a {
  background-size: 100% 0%;
}
.cid-sVEPduA5u4 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sVEPduA5u4 .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-sVEPdvAMkL .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #faac23;
  top: 0px;
}
.cid-sVEPdvAMkL .progress-bar {
  height: 10px;
  background: #379acf;
  width: 0%;
}
.cid-sVEPdvAMkL .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sVEPdvAMkL .hidden {
  display: none;
}
.cid-sVEPdvAMkL H10 {
  color: #767676;
}
.cid-sVEPdwnqQT.popup-builder {
  background-color: #ffffff;
}
.cid-sVEPdwnqQT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVEPdwnqQT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVEPdwnqQT .modal-content,
.cid-sVEPdwnqQT .modal-dialog {
  height: auto;
}
.cid-sVEPdwnqQT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVEPdwnqQT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVEPdwnqQT .form-wrapper .mbr-form .form-group,
  .cid-sVEPdwnqQT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVEPdwnqQT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVEPdwnqQT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVEPdwnqQT .mbr-text {
  text-align: center;
}
.cid-sVEPdwnqQT .pt-0 {
  padding-top: 0 !important;
}
.cid-sVEPdwnqQT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVEPdwnqQT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVEPdwnqQT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVEPdwnqQT .modal-open {
  overflow: hidden;
}
.cid-sVEPdwnqQT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVEPdwnqQT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVEPdwnqQT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVEPdwnqQT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVEPdwnqQT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVEPdwnqQT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVEPdwnqQT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVEPdwnqQT .modal-content {
  background: #ffe0c9;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVEPdwnqQT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVEPdwnqQT .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVEPdwnqQT .modal-backdrop.show {
  opacity: .5;
}
.cid-sVEPdwnqQT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sVEPdwnqQT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVEPdwnqQT .modal-header .close:hover {
  opacity: 1;
}
.cid-sVEPdwnqQT .modal-header .close:focus {
  outline: none;
}
.cid-sVEPdwnqQT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVEPdwnqQT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sVEPdwnqQT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sVEPdwnqQT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVEPdwnqQT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVEPdwnqQT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVEPdwnqQT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVEPdwnqQT .modal-sm {
    max-width: 300px;
  }
  .cid-sVEPdwnqQT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sVEPdwnqQT .modal-lg,
  .cid-sVEPdwnqQT .modal-xl {
    max-width: 800px;
  }
  .cid-sVEPdwnqQT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sVEPdwnqQT .modal-xl {
    max-width: 1140px;
  }
  .cid-sVEPdwnqQT .container {
    max-width: 1140px;
  }
}
.cid-sVEPdwnqQT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sVEPdwnqQT .container {
    max-width: 720px;
  }
}
.cid-sVEPdwnqQT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVEPdwnqQT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVEPdwnqQT .form-group {
  margin-bottom: 1rem;
}
.cid-sVEPdwnqQT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVEPdwnqQT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVEPdwnqQT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVEPdxlGOP.popup-builder {
  background-color: #ffffff;
}
.cid-sVEPdxlGOP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVEPdxlGOP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVEPdxlGOP .modal-content,
.cid-sVEPdxlGOP .modal-dialog {
  height: auto;
}
.cid-sVEPdxlGOP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVEPdxlGOP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVEPdxlGOP .form-wrapper .mbr-form .form-group,
  .cid-sVEPdxlGOP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVEPdxlGOP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVEPdxlGOP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVEPdxlGOP .mbr-text {
  text-align: center;
}
.cid-sVEPdxlGOP .pt-0 {
  padding-top: 0 !important;
}
.cid-sVEPdxlGOP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVEPdxlGOP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVEPdxlGOP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVEPdxlGOP .modal-open {
  overflow: hidden;
}
.cid-sVEPdxlGOP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVEPdxlGOP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVEPdxlGOP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVEPdxlGOP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVEPdxlGOP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVEPdxlGOP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVEPdxlGOP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVEPdxlGOP .modal-content {
  background: #e5e7cd;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVEPdxlGOP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVEPdxlGOP .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVEPdxlGOP .modal-backdrop.show {
  opacity: .5;
}
.cid-sVEPdxlGOP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sVEPdxlGOP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVEPdxlGOP .modal-header .close:hover {
  opacity: 1;
}
.cid-sVEPdxlGOP .modal-header .close:focus {
  outline: none;
}
.cid-sVEPdxlGOP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVEPdxlGOP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sVEPdxlGOP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sVEPdxlGOP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVEPdxlGOP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVEPdxlGOP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVEPdxlGOP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVEPdxlGOP .modal-sm {
    max-width: 300px;
  }
  .cid-sVEPdxlGOP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sVEPdxlGOP .modal-lg,
  .cid-sVEPdxlGOP .modal-xl {
    max-width: 800px;
  }
  .cid-sVEPdxlGOP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sVEPdxlGOP .modal-xl {
    max-width: 1140px;
  }
  .cid-sVEPdxlGOP .container {
    max-width: 1140px;
  }
}
.cid-sVEPdxlGOP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sVEPdxlGOP .container {
    max-width: 720px;
  }
}
.cid-sVEPdxlGOP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVEPdxlGOP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVEPdxlGOP .form-group {
  margin-bottom: 1rem;
}
.cid-sVEPdxlGOP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVEPdxlGOP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVEPdxlGOP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVEPdxlGOP LABEL {
  color: #e1201d;
}
.cid-sVEPdyAu95.popup-builder {
  background-color: #ffffff;
}
.cid-sVEPdyAu95.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVEPdyAu95.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVEPdyAu95 .modal-content,
.cid-sVEPdyAu95 .modal-dialog {
  height: auto;
}
.cid-sVEPdyAu95 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVEPdyAu95 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVEPdyAu95 .form-wrapper .mbr-form .form-group,
  .cid-sVEPdyAu95 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVEPdyAu95 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVEPdyAu95 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVEPdyAu95 .mbr-text {
  text-align: center;
}
.cid-sVEPdyAu95 .pt-0 {
  padding-top: 0 !important;
}
.cid-sVEPdyAu95 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVEPdyAu95 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVEPdyAu95 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVEPdyAu95 .modal-open {
  overflow: hidden;
}
.cid-sVEPdyAu95 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVEPdyAu95 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVEPdyAu95 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVEPdyAu95 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVEPdyAu95 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVEPdyAu95 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVEPdyAu95 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVEPdyAu95 .modal-content {
  background: #cfcfcf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVEPdyAu95 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVEPdyAu95 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVEPdyAu95 .modal-backdrop.show {
  opacity: .5;
}
.cid-sVEPdyAu95 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sVEPdyAu95 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVEPdyAu95 .modal-header .close:hover {
  opacity: 1;
}
.cid-sVEPdyAu95 .modal-header .close:focus {
  outline: none;
}
.cid-sVEPdyAu95 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVEPdyAu95 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sVEPdyAu95 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sVEPdyAu95 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVEPdyAu95 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVEPdyAu95 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVEPdyAu95 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVEPdyAu95 .modal-sm {
    max-width: 300px;
  }
  .cid-sVEPdyAu95 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sVEPdyAu95 .modal-lg,
  .cid-sVEPdyAu95 .modal-xl {
    max-width: 800px;
  }
  .cid-sVEPdyAu95 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sVEPdyAu95 .modal-xl {
    max-width: 1140px;
  }
  .cid-sVEPdyAu95 .container {
    max-width: 1140px;
  }
}
.cid-sVEPdyAu95 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sVEPdyAu95 .container {
    max-width: 720px;
  }
}
.cid-sVEPdyAu95 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVEPdyAu95 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVEPdyAu95 .form-group {
  margin-bottom: 1rem;
}
.cid-sVEPdyAu95 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVEPdyAu95 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVEPdyAu95 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tg1AughI2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tg1AughI2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1AughI2x li {
  padding-bottom: 0.6rem;
}
.cid-tg1AughI2x .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .border-col {
    border: 0px;
  }
}
.cid-tg1AughI2x .container {
  position: relative;
}
.cid-tg1AughI2x .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tg1AughI2x .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tg1AughI2x .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg1AughI2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tg1AughI2x .soc-item:hover {
  background: #264387;
}
.cid-tg1AughI2x .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1AughI2x .row {
    text-align: center;
  }
  .cid-tg1AughI2x .social-row {
    justify-content: center;
  }
}
.cid-tg1AughI2x .list {
  list-style: none;
  padding-left: 0;
}
.cid-tg1AughI2x .mbr-text {
  color: #ffffff;
}
.cid-tg1AughI2x H5 {
  color: #ffffff;
}
.cid-tROYWUORXe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tROYWUORXe .nav-item:focus,
.cid-tROYWUORXe .nav-link:focus {
  outline: none;
}
.cid-tROYWUORXe .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-tROYWUORXe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tROYWUORXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-tROYWUORXe .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-tROYWUORXe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tROYWUORXe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tROYWUORXe .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-tROYWUORXe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-tROYWUORXe .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-tROYWUORXe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tROYWUORXe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tROYWUORXe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tROYWUORXe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tROYWUORXe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tROYWUORXe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tROYWUORXe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tROYWUORXe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tROYWUORXe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tROYWUORXe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tROYWUORXe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tROYWUORXe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tROYWUORXe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tROYWUORXe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tROYWUORXe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tROYWUORXe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tROYWUORXe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tROYWUORXe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tROYWUORXe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tROYWUORXe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tROYWUORXe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tROYWUORXe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tROYWUORXe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tROYWUORXe .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tROYWUORXe .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-tROYWUORXe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tROYWUORXe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tROYWUORXe .navbar-short {
  padding: 1rem 0 !important;
}
.cid-tROYWUORXe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tROYWUORXe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tROYWUORXe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tROYWUORXe .dropdown-item.active,
.cid-tROYWUORXe .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tROYWUORXe .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-tROYWUORXe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tROYWUORXe .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tROYWUORXe .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-tROYWUORXe .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tROYWUORXe .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-tROYWUORXe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-tROYWUORXe .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-tROYWUORXe .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-tROYWUORXe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-tROYWUORXe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tROYWUORXe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tROYWUORXe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tROYWUORXe .navbar-buttons {
  text-align: center;
}
.cid-tROYWUORXe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tROYWUORXe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tROYWUORXe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tROYWUORXe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tROYWUORXe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tROYWUORXe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tROYWUORXe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tROYWUORXe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tROYWUORXe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tROYWUORXe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tROYWUORXe .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-tROYWUORXe a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-tROYWUORXe .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tROYWUORXe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tROYWUORXe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tROYWUORXe .navbar {
    height: 77px;
  }
  .cid-tROYWUORXe .navbar.opened {
    height: auto;
  }
  .cid-tROYWUORXe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tROYWUORXe a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-tROYWUORXe a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-tROYWUORXe .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-tROYWUORXe .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-tROYWVmiEd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #061841;
}
.cid-tROYWVmiEd .carousel {
  height: 500px;
}
.cid-tROYWVmiEd .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tROYWVmiEd .carousel-item,
.cid-tROYWVmiEd .carousel-inner {
  height: 100%;
}
.cid-tROYWVmiEd .mbr-overlay {
  z-index: 1;
}
.cid-tROYWVmiEd .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-tROYWVmiEd .carousel-caption {
    left: 15%;
    right: 70%;
    width: 62%;
  }
}
.cid-tROYWVmiEd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tROYWVmiEd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tROYWVmiEd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tROYWVmiEd .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tROYWVmiEd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tROYWVmiEd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tROYWVmiEd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tROYWVmiEd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tROYWVmiEd .carousel-indicators {
    display: none;
  }
}
.cid-tROYWVmiEd .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #f8dc6e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tROYWVmiEd .carousel-indicators li.active,
.cid-tROYWVmiEd .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-tROYWVmiEd .carousel-indicators li::after,
.cid-tROYWVmiEd .carousel-indicators li::before {
  content: none;
}
.cid-tROYWVmiEd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tROYWVmiEd .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tROYWVmiEd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tROYWVmiEd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tROYWVmiEd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tROYWVmiEd .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-tROYWVmiEd H5 {
  text-align: left;
}
.cid-tROYWVmiEd P {
  text-align: left;
}
.cid-tROYWVmiEd .mbr-text,
.cid-tROYWVmiEd .mbr-section-btn {
  text-align: left;
}
.cid-tROYWVmiEd .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-tROYWVmiEd .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-tROYWVmiEd .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #061841;
  top: 0%;
  opacity: 73%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tROYWVCB7p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efd77a;
}
.cid-tROYWVCB7p .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tROYWVCB7p .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #264387;
}
@media (max-width: 991px) {
  .cid-tROYWVCB7p .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tROYWVCB7p .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tROYWVPfVK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tROYWVPfVK h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tROYWVPfVK .container {
    position: relative;
  }
  .cid-tROYWVPfVK .row {
    margin: 0;
  }
  .cid-tROYWVPfVK h2 {
    margin: 0;
  }
}
.cid-tROYWVPfVK .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tROYWVPfVK .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-tROYWVPfVK h2 {
  text-align: left;
  color: #264387;
}
.cid-tROYWVPfVK H3 {
  text-align: left;
  color: #dc0300;
}
.cid-tRP3D0A2HH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRP3D0A2HH h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tRP3D0A2HH .container {
    position: relative;
  }
  .cid-tRP3D0A2HH .row {
    margin: 0;
  }
  .cid-tRP3D0A2HH h2 {
    margin: 0;
  }
}
.cid-tRP3D0A2HH .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tRP3D0A2HH .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-tRP3D0A2HH h2 {
  text-align: left;
  color: #264387;
}
.cid-tRP3D0A2HH H3 {
  text-align: left;
  color: #dc0300;
}
.cid-tRP2pugGt7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRP2pugGt7 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tRP2pugGt7 .container {
    position: relative;
  }
  .cid-tRP2pugGt7 .row {
    margin: 0;
  }
  .cid-tRP2pugGt7 h2 {
    margin: 0;
  }
}
.cid-tRP2pugGt7 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tRP2pugGt7 .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-tRP2pugGt7 h2 {
  text-align: left;
  color: #264387;
}
.cid-tRP2pugGt7 H3 {
  text-align: left;
  color: #dc0300;
}
.cid-tRP3d69RSD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRP3d69RSD h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tRP3d69RSD .container {
    position: relative;
  }
  .cid-tRP3d69RSD .row {
    margin: 0;
  }
  .cid-tRP3d69RSD h2 {
    margin: 0;
  }
}
.cid-tRP3d69RSD .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tRP3d69RSD .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-tRP3d69RSD h2 {
  text-align: left;
  color: #264387;
}
.cid-tRP3d69RSD H3 {
  text-align: left;
  color: #dc0300;
}
.cid-tROYX3wakb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-tROYX3wakb .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tROYX3wakb .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tROYX3wakb .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-tROYX3wakb .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tROYX3SIwT {
  padding-top: 40px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-tROYX3SIwT .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-tROYX3SIwT .box-item {
  width: 29%;
}
.cid-tROYX3SIwT .box-item:first-child {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-tROYX3SIwT .box-item .wrap {
  height: 100%;
  background-color: #141a38;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-tROYX3SIwT .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-tROYX3SIwT .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 1.75;
}
.cid-tROYX3SIwT .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-tROYX3SIwT .box-item .heading h5 {
  font-weight: 700;
}
.cid-tROYX3SIwT .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 1.45;
}
.cid-tROYX3SIwT .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-tROYX3SIwT .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tROYX3SIwT .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-tROYX3SIwT .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-tROYX3SIwT .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #264387;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-tROYX3SIwT .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-tROYX3SIwT .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-tROYX3SIwT .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-tROYX3SIwT .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-tROYX3SIwT .right-side .box-item:last-child .icon-block-top span {
  color: #4f87fb;
  padding-right: 20px;
}
.cid-tROYX3SIwT .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-tROYX3SIwT .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-tROYX3SIwT .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-tROYX3SIwT .right-side .box-item .box-item-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-tROYX3SIwT .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-tROYX3SIwT .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 1.71;
}
.cid-tROYX3SIwT .box-list li:last-child {
  border-bottom: none;
}
.cid-tROYX3SIwT .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-tROYX3SIwT .media-content {
  flex-basis: initial;
}
.cid-tROYX3SIwT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tROYX3SIwT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tROYX3SIwT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tROYX3SIwT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tROYX3SIwT .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-tROYX3SIwT .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-tROYX3SIwT .icon-wrap:after {
  content: '';
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-tROYX3SIwT .icon-wrap span {
  padding-left: 8px;
  font-weight: bold;
}
.cid-tROYX3SIwT .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tROYX3SIwT .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-tROYX3SIwT .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-tROYX3SIwT .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-tROYX3SIwT .box-item:first-child {
    margin-right: 10px;
  }
  .cid-tROYX3SIwT .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-tROYX3SIwT .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-tROYX3SIwT .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-tROYX3SIwT .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-tROYX3SIwT .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-tROYX3SIwT .box-item-text {
    text-align: center;
  }
  .cid-tROYX3SIwT .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-tROYX3SIwT .right-side {
    flex-wrap: wrap;
  }
  .cid-tROYX3SIwT .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-tROYX3SIwT .show-modal {
    height: 80%;
  }
}
.cid-tROYX3SIwT .mbr-section-btn {
  color: #232323;
}
.cid-tROYX3SIwT .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-tROYX3SIwT h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-tROYX3SIwT H5 {
  color: #ffffff;
}
.cid-tROYX3SIwT .box-item .wrap .box-item-text,
.cid-tROYX3SIwT .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tROYX3SIwT .right-side .box-item-title {
  color: #113b94;
}
.cid-tROYX4yJyJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-tROYX4yJyJ .mbr-text a {
  background-size: 100% 0%;
}
.cid-tROYX4yJyJ .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tROYX4yJyJ .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-tROYX54YTE .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #e1201d;
  top: 0px;
}
.cid-tROYX54YTE .progress-bar {
  height: 10px;
  background: #7e7e7e;
  width: 0%;
}
.cid-tROYX54YTE .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tROYX54YTE .hidden {
  display: none;
}
.cid-tROYX54YTE H10 {
  color: #767676;
}
.cid-tROYX6inkA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-tROYX6inkA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tROYX6inkA li {
  padding-bottom: 0.6rem;
}
.cid-tROYX6inkA .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tROYX6inkA .border-col {
    border: 0px;
  }
}
.cid-tROYX6inkA .container {
  position: relative;
}
.cid-tROYX6inkA .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tROYX6inkA .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-tROYX6inkA .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tROYX6inkA .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tROYX6inkA .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tROYX6inkA .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tROYX6inkA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-tROYX6inkA .soc-item:hover {
  background: #264387;
}
.cid-tROYX6inkA .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tROYX6inkA .row {
    text-align: center;
  }
  .cid-tROYX6inkA .social-row {
    justify-content: center;
  }
}
.cid-tROYX6inkA .list {
  list-style: none;
  padding-left: 0;
}
.cid-tROYX6inkA .mbr-text {
  color: #ffffff;
}
.cid-tROYX6inkA H5 {
  color: #ffffff;
}
.cid-uFJAbNLWpo.popup-builder {
  background-color: #ffffff;
}
.cid-uFJAbNLWpo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFJAbNLWpo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFJAbNLWpo .modal-content,
.cid-uFJAbNLWpo .modal-dialog {
  height: auto;
}
.cid-uFJAbNLWpo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFJAbNLWpo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFJAbNLWpo .form-wrapper .mbr-form .form-group,
  .cid-uFJAbNLWpo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFJAbNLWpo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFJAbNLWpo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFJAbNLWpo .mbr-text {
  text-align: center;
}
.cid-uFJAbNLWpo .pt-0 {
  padding-top: 0 !important;
}
.cid-uFJAbNLWpo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFJAbNLWpo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFJAbNLWpo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFJAbNLWpo .modal-open {
  overflow: hidden;
}
.cid-uFJAbNLWpo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFJAbNLWpo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFJAbNLWpo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFJAbNLWpo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFJAbNLWpo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFJAbNLWpo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFJAbNLWpo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFJAbNLWpo .modal-content {
  background: #e5e7cd;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFJAbNLWpo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFJAbNLWpo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFJAbNLWpo .modal-backdrop.show {
  opacity: .5;
}
.cid-uFJAbNLWpo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uFJAbNLWpo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFJAbNLWpo .modal-header .close:hover {
  opacity: 1;
}
.cid-uFJAbNLWpo .modal-header .close:focus {
  outline: none;
}
.cid-uFJAbNLWpo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uFJAbNLWpo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uFJAbNLWpo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uFJAbNLWpo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFJAbNLWpo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFJAbNLWpo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFJAbNLWpo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFJAbNLWpo .modal-sm {
    max-width: 300px;
  }
  .cid-uFJAbNLWpo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uFJAbNLWpo .modal-lg,
  .cid-uFJAbNLWpo .modal-xl {
    max-width: 800px;
  }
  .cid-uFJAbNLWpo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uFJAbNLWpo .modal-xl {
    max-width: 1140px;
  }
  .cid-uFJAbNLWpo .container {
    max-width: 1140px;
  }
}
.cid-uFJAbNLWpo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uFJAbNLWpo .container {
    max-width: 720px;
  }
}
.cid-uFJAbNLWpo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFJAbNLWpo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFJAbNLWpo .form-group {
  margin-bottom: 1rem;
}
.cid-uFJAbNLWpo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFJAbNLWpo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFJAbNLWpo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFJAbNLWpo LABEL {
  color: #e1201d;
}
.cid-uty3KwrXXR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uty3KwrXXR .nav-item:focus,
.cid-uty3KwrXXR .nav-link:focus {
  outline: none;
}
.cid-uty3KwrXXR .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-uty3KwrXXR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uty3KwrXXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-uty3KwrXXR .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-uty3KwrXXR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uty3KwrXXR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uty3KwrXXR .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-uty3KwrXXR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f2732;
  background: none;
}
.cid-uty3KwrXXR .navbar.opened {
  transition: all .3s;
  background: #1f2732 !important;
}
.cid-uty3KwrXXR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uty3KwrXXR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uty3KwrXXR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uty3KwrXXR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uty3KwrXXR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uty3KwrXXR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uty3KwrXXR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uty3KwrXXR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uty3KwrXXR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uty3KwrXXR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uty3KwrXXR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uty3KwrXXR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uty3KwrXXR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uty3KwrXXR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uty3KwrXXR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uty3KwrXXR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uty3KwrXXR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uty3KwrXXR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uty3KwrXXR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uty3KwrXXR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uty3KwrXXR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uty3KwrXXR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uty3KwrXXR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uty3KwrXXR .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uty3KwrXXR .navbar.navbar-short {
  background: #1f2732 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-uty3KwrXXR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uty3KwrXXR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uty3KwrXXR .navbar-short {
  padding: 1rem 0 !important;
}
.cid-uty3KwrXXR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uty3KwrXXR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uty3KwrXXR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uty3KwrXXR .dropdown-item.active,
.cid-uty3KwrXXR .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uty3KwrXXR .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-uty3KwrXXR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uty3KwrXXR .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uty3KwrXXR .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-uty3KwrXXR .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uty3KwrXXR .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-uty3KwrXXR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uty3KwrXXR .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-uty3KwrXXR .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-uty3KwrXXR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2732;
}
.cid-uty3KwrXXR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uty3KwrXXR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uty3KwrXXR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uty3KwrXXR .navbar-buttons {
  text-align: center;
}
.cid-uty3KwrXXR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uty3KwrXXR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uty3KwrXXR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uty3KwrXXR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uty3KwrXXR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uty3KwrXXR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uty3KwrXXR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uty3KwrXXR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uty3KwrXXR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uty3KwrXXR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uty3KwrXXR .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-uty3KwrXXR a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-uty3KwrXXR .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uty3KwrXXR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uty3KwrXXR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uty3KwrXXR .navbar {
    height: 77px;
  }
  .cid-uty3KwrXXR .navbar.opened {
    height: auto;
  }
  .cid-uty3KwrXXR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uty3KwrXXR a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-uty3KwrXXR a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ff497c;
}
.cid-uty3KwrXXR .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-uty3KwrXXR .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-uty3Kx8Ghb {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mechanic-hand-checking-and-fixing-broken-car-in-car-service-garage-2000x1335.jpg");
}
.cid-uty3Kx8Ghb .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uty3Kx8Ghb .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-uty3Kx8Ghb .align-center {
    text-align: center;
  }
}
.cid-uty3Kx8Ghb h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-uty3Kx8Ghb .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-uty3Kx8Ghb .row {
    margin: 0;
  }
}
.cid-uty3Kx8Ghb .btn {
  margin-left: 0rem;
}
.cid-uty3Kx8Ghb H3 {
  color: #ffffff;
}
.cid-uty3Kyj1m5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uty3Kyj1m5 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uty3Kyj1m5 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uty3Kyj1m5 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uty3Kyj1m5 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-utyG6dGQbd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-utyG6dGQbd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-utyG6dGQbd .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-utyG6dGQbd .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-utyG6dGQbd .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-utyG6dGQbd .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utyG6dGQbd .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utyG6dGQbd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-utyG6dGQbd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-utyG6dGQbd .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-utyG6dGQbd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-utyG6dGQbd .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-utyG6dGQbd .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-utyG6dGQbd .embla__slide .slide-content {
  width: 100%;
}
.cid-utyG6dGQbd .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-utyG6dGQbd .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-utyG6dGQbd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-utyG6dGQbd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-utyG6dGQbd .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-utyG6dGQbd .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-utyG6dGQbd .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utyG6dGQbd .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-utyG6dGQbd .embla__button--next,
.cid-utyG6dGQbd .embla__button--prev {
  display: flex;
}
.cid-utyG6dGQbd .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #7f1933 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-utyG6dGQbd .embla__button:hover {
  transform: scale(1.05);
}
.cid-utyG6dGQbd .embla__button.embla__button--prev {
  left: 0;
}
.cid-utyG6dGQbd .embla__button.embla__button--next {
  right: 0;
}
.cid-utyG6dGQbd .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-utyG6dGQbd .embla {
    margin-bottom: 38px;
  }
}
.cid-utyG6dGQbd .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-utyG6dGQbd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utyG6dGQbd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utyG6dGQbd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utyG6dGQbd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-utyG6dGQbd .mbr-section-title {
  color: #ffffff;
}
.cid-utyG6dGQbd .mbr-text,
.cid-utyG6dGQbd .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-utyG6dGQbd .mbr-desc,
.cid-utyG6dGQbd .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-utyG6dGQbd .item-title,
.cid-utyG6dGQbd .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-utyG6dGQbd .item-text,
.cid-utyG6dGQbd .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-utyG6dGQbd .mbr-section-title,
.cid-utyG6dGQbd .mbr-section-btn {
  text-align: center;
}
.cid-uty3Kz56o3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ededed;
}
@media (min-width: 992px) {
  .cid-uty3Kz56o3 .mbr-figure {
    float: left;
    padding: 25px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-uty3Kz56o3 .mbr-figure {
    float: left;
    padding: 25px;
    padding-left: 0px;
  }
}
.cid-uty3Kz56o3 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uty3Kz56o3 .mbr-figure img {
  border-radius: 19px;
}
.cid-uty3Kz56o3 .text-figure-box {
  background-color: #ededed;
}
.cid-uty3KE3p46 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07183e;
}
.cid-uty3KE3p46 .mbr-text a {
  background-size: 100% 0%;
}
.cid-uty3KE3p46 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uty3KE3p46 .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-uty3KJ2nfV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uty3KJ2nfV .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uty3KJ2nfV .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uty3KJ2nfV .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uty3KJ2nfV .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uty3KJwLQs .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 10px;
  background: #55b4d4;
  top: 0px;
}
.cid-uty3KJwLQs .progress-bar {
  height: 10px;
  background: #073b4c;
  width: 0%;
}
.cid-uty3KJwLQs .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-uty3KJwLQs .hidden {
  display: none;
}
.cid-uty3KJwLQs H10 {
  color: #767676;
}
.cid-uty3KLl84n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07183e;
  overflow: hidden;
}
.cid-uty3KLl84n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uty3KLl84n li {
  padding-bottom: 0.6rem;
}
.cid-uty3KLl84n .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uty3KLl84n .border-col {
    border: 0px;
  }
}
.cid-uty3KLl84n .container {
  position: relative;
}
.cid-uty3KLl84n .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-uty3KLl84n .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-uty3KLl84n .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uty3KLl84n .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uty3KLl84n .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-uty3KLl84n .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uty3KLl84n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uty3KLl84n .soc-item:hover {
  background: #264387;
}
.cid-uty3KLl84n .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uty3KLl84n .row {
    text-align: center;
  }
  .cid-uty3KLl84n .social-row {
    justify-content: center;
  }
}
.cid-uty3KLl84n .list {
  list-style: none;
  padding-left: 0;
}
.cid-uty3KLl84n .mbr-text {
  color: #ffffff;
}
.cid-uty3KLl84n H5 {
  color: #ffffff;
}
