@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif:400);





body {
  font-family: Montserrat;
}
.display-1 {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  /* font-family: 'Bree Serif', serif; */
  font-family: 'Montserrat', serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  /* font-family: 'Bree Serif', serif; */
  font-family: 'Montserrat', serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #ff4f7b !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #e8003a !important;
  color: #e8003a !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff4f7b !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e8003a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4f7b;
  border-color: #ff4f7b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff4f7b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff4f7b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ff4f7b;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ff4f7b;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4f7b;
  color: #ffffff;
}
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4f7b;
  border-bottom-color: #ff4f7b;
}
.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: #ff4f7b !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: #2bdc9d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff4f7b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sjf2aD2qq7 .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2aD2qq7 .nav-item,
.cid-sjf2aD2qq7 .nav-link,
.cid-sjf2aD2qq7 .navbar-caption {
  font-weight: normal;
}
.cid-sjf2aD2qq7 .nav-item:focus,
.cid-sjf2aD2qq7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf2aD2qq7 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf2aD2qq7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2aD2qq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf2aD2qq7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf2aD2qq7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf2aD2qq7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf2aD2qq7 .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-sjf2aD2qq7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf2aD2qq7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf2aD2qq7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf2aD2qq7 .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf2aD2qq7 .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf2aD2qq7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf2aD2qq7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf2aD2qq7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf2aD2qq7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf2aD2qq7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf2aD2qq7 .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-sjf2aD2qq7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf2aD2qq7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf2aD2qq7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf2aD2qq7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf2aD2qq7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf2aD2qq7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf2aD2qq7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf2aD2qq7 .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-sjf2aD2qq7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf2aD2qq7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf2aD2qq7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf2aD2qq7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf2aD2qq7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf2aD2qq7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf2aD2qq7 .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf2aD2qq7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf2aD2qq7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf2aD2qq7 .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-sjf2aD2qq7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf2aD2qq7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf2aD2qq7 .dropdown-item.active,
.cid-sjf2aD2qq7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf2aD2qq7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf2aD2qq7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf2aD2qq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf2aD2qq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf2aD2qq7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf2aD2qq7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf2aD2qq7 .navbar-buttons {
  text-align: center;
}
.cid-sjf2aD2qq7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf2aD2qq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf2aD2qq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf2aD2qq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2aD2qq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2aD2qq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf2aD2qq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2aD2qq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf2aD2qq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf2aD2qq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2aD2qq7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf2aD2qq7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf2aD2qq7 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf2aD2qq7 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf2aD2qq7 .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf2aD2qq7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf2aD2qq7 .navbar {
    height: 77px;
  }
  .cid-sjf2aD2qq7 .navbar.opened {
    height: auto;
  }
  .cid-sjf2aD2qq7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-schWDgTKGi .modal-body .close {
  background: #1b1b1b;
}
.cid-schWDgTKGi .modal-body .close span {
  font-style: normal;
}
.cid-schWDgTKGi .carousel-inner > .active,
.cid-schWDgTKGi .carousel-inner > .next,
.cid-schWDgTKGi .carousel-inner > .prev {
  display: table;
}
.cid-schWDgTKGi .carousel-control .icon-next,
.cid-schWDgTKGi .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-schWDgTKGi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-schWDgTKGi .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-schWDgTKGi .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-schWDgTKGi .boxed-slider > div {
  position: relative;
}
.cid-schWDgTKGi .container img {
  width: 100%;
}
.cid-schWDgTKGi .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-schWDgTKGi .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-schWDgTKGi .mbr-table-cell {
  padding: 0;
}
.cid-schWDgTKGi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-schWDgTKGi .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-schWDgTKGi .mbr-overlay {
  z-index: 1;
}
.cid-schWDgTKGi .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-schWDgTKGi .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-schWDgTKGi .carousel-item .container {
    width: 100%;
  }
}
.cid-schWDgTKGi .carousel-item-next.carousel-item-left,
.cid-schWDgTKGi .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-schWDgTKGi .active.carousel-item-right,
.cid-schWDgTKGi .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-schWDgTKGi .active.carousel-item-left,
.cid-schWDgTKGi .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-schWDgTKGi .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-schWDgTKGi .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-schWDgTKGi .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-schWDgTKGi .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-schWDgTKGi .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-schWDgTKGi .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-schWDgTKGi .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-schWDgTKGi .mbr-slider .carousel-indicators li.active,
.cid-schWDgTKGi .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-schWDgTKGi .mbr-slider .carousel-indicators li::after,
.cid-schWDgTKGi .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-schWDgTKGi .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-schWDgTKGi .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-schWDgTKGi .mbr-slider > .container img {
  width: 100%;
}
.cid-schWDgTKGi .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-schWDgTKGi .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-schWDgTKGi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-schWDgTKGi .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-schWDgTKGi .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-schWDgTKGi .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-schWDgTKGi .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-schWDgTKGi .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-schWDgTKGi .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-schWDgTKGi .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-schWDgTKGi .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-schWDgTKGi .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-schWDgTKGi .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sc9QyoToOg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sc9QyoToOg .mbr-overlay {
  background: #232323;
}
.cid-sc9QBdRLJe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-sc9QBdRLJe .mbr-section-title {
  margin: 0;
}
.cid-sc9QBdRLJe .mbr-section-subtitle,
.cid-sc9QBdRLJe .mbr-text {
  color: #8d97ad;
}
.cid-sc9QBdRLJe .row-item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sc9QBdRLJe .card-img,
  .cid-sc9QBdRLJe .mbr-text,
  .cid-sc9QBdRLJe .mbr-card-title,
  .cid-sc9QBdRLJe .mbr-section-subtitle,
  .cid-sc9QBdRLJe .mbr-section-title,
  .cid-sc9QBdRLJe .underline,
  .cid-sc9QBdRLJe .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sc9JpyJfua {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sc9JpyJfua .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-sc9JpyJfua .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sc9JpyJfua .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sc9JpyJfua .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-sc9JpyJfua .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-sc9JpyJfua .mbr-section-subtitle,
.cid-sc9JpyJfua .mbr-section-btn {
  color: #000000;
}
.cid-qKSfgPX2iU {
  padding-top: 20px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-qKSfgPX2iU .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qKSfgPX2iU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qKSfgPX2iU .text-content {
  padding-right: 1.5rem;
}
.cid-qKSfgPX2iU .mbr-text {
  color: #8d97ad;
}
.cid-qKSfgPX2iU .mbr-figure img {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-qKSfgPX2iU .counter-container {
  padding-top: 1rem;
}
.cid-qKSfgPX2iU .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-qKSfgPX2iU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qKSfgPX2iU .counter-container ul li:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-qKSfgPX2iU .main-row {
    margin: 0;
  }
  .cid-qKSfgPX2iU .mbr-section-title,
  .cid-qKSfgPX2iU .mbr-text,
  .cid-qKSfgPX2iU .list,
  .cid-qKSfgPX2iU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-qKSfgPX2iU .text-content {
    padding: 0;
  }
}
.cid-sc9JiE4Dcq {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sc9JiE4Dcq .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sc9JiE4Dcq .section-text {
  color: #8d97ad;
}
.cid-sc9JiE4Dcq .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sc9JiE4Dcq .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sc9JiE4Dcq .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sc9JiE4Dcq .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-sc9JiE4Dcq .mbr-figure .card-text {
  padding: 2rem;
}
.cid-sc9JiE4Dcq .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-sc9JiE4Dcq .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sc9JiE4Dcq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sc9JiE4Dcq .counter-container ul li:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sc9JiE4Dcq .mbr-text {
    text-align: center;
  }
}
.cid-sjOJzw4SW4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjOJzw4SW4 .mbr-figure img {
  border-radius: .25rem;
}
.cid-sjOJzw4SW4 .mbr-text {
  color: #8d97ad;
}
.cid-sjOJzw4SW4 .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sjOJzw4SW4 .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-sjOJzw4SW4 .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-sjOJzw4SW4 .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sjOJzw4SW4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sjOJzw4SW4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sjOJzw4SW4 .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjOJzw4SW4 .icon-description {
  margin-left: 1rem;
}
.cid-sjOJzw4SW4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sjOJzw4SW4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjOJzw4SW4 .mbr-section-title,
  .cid-sjOJzw4SW4 .mbr-text {
    text-align: center;
  }
  .cid-sjOJzw4SW4 .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sjOJzw4SW4 .mbr-text,
.cid-sjOJzw4SW4 .mbr-section-btn {
  color: #000000;
}
.cid-sjOK8PI6HQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/martin-fahlander-gqilgueeo6q-unsplash-2000x1333.jpg");
}
.cid-sjOK8PI6HQ .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-sjOK8PI6HQ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sjOK8PI6HQ .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sjOK8PI6HQ .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-sjOK8PI6HQ .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-sjOK8PI6HQ .mbr-section-subtitle,
.cid-sjOK8PI6HQ .mbr-section-btn {
  color: #000000;
}
.cid-sc9K1q3EWZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sc9K1q3EWZ .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sc9K1q3EWZ .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sc9K1q3EWZ .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sc9K1q3EWZ .form-group,
  .cid-sc9K1q3EWZ .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sc9K1q3EWZ .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-sc9K1q3EWZ textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-sc9K1q3EWZ .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sc9K1q3EWZ .text-block {
    margin-bottom: 2rem;
  }
}
.cid-sjfiJNAol4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjfiJNAol4 .content {
    text-align: center;
  }
  .cid-sjfiJNAol4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjfiJNAol4 .logo-subtitle {
  color: #8d97ad;
}
.cid-sjfiJNAol4 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjfiJNAol4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjfiJNAol4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjfiJNAol4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjfiJNAol4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjfiJNAol4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjfiJNAol4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjfiJNAol4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjfiJNAol4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjfiJNAol4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjfiJNAol4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjfiJNAol4 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjfiJNAol4 .list-item {
  display: flex;
}
.cid-sjfiJNAol4 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjfiJNAol4 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjfiJNAol4 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjfiJNAol4 ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjfiJNAol4 .mbr-text {
  color: #ffffff;
}
.cid-sjfiJNAol4 .column-title {
  color: #ffffff;
}
.cid-sjfiJNAol4 P {
  color: #ffffff;
}
.cid-sjf2x08BGv .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2x08BGv .nav-item,
.cid-sjf2x08BGv .nav-link,
.cid-sjf2x08BGv .navbar-caption {
  font-weight: normal;
}
.cid-sjf2x08BGv .nav-item:focus,
.cid-sjf2x08BGv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf2x08BGv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf2x08BGv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2x08BGv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf2x08BGv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf2x08BGv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf2x08BGv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf2x08BGv .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-sjf2x08BGv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf2x08BGv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf2x08BGv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf2x08BGv .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf2x08BGv .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf2x08BGv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf2x08BGv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf2x08BGv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf2x08BGv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf2x08BGv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf2x08BGv .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-sjf2x08BGv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf2x08BGv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf2x08BGv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf2x08BGv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf2x08BGv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf2x08BGv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf2x08BGv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf2x08BGv .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-sjf2x08BGv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf2x08BGv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf2x08BGv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf2x08BGv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf2x08BGv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf2x08BGv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf2x08BGv .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf2x08BGv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf2x08BGv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf2x08BGv .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-sjf2x08BGv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf2x08BGv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf2x08BGv .dropdown-item.active,
.cid-sjf2x08BGv .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf2x08BGv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf2x08BGv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf2x08BGv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf2x08BGv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf2x08BGv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf2x08BGv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf2x08BGv .navbar-buttons {
  text-align: center;
}
.cid-sjf2x08BGv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf2x08BGv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf2x08BGv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf2x08BGv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2x08BGv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2x08BGv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf2x08BGv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2x08BGv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf2x08BGv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf2x08BGv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2x08BGv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf2x08BGv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf2x08BGv .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf2x08BGv .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf2x08BGv .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf2x08BGv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf2x08BGv .navbar {
    height: 77px;
  }
  .cid-sjf2x08BGv .navbar.opened {
    height: auto;
  }
  .cid-sjf2x08BGv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shQqFQ9HQW {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1606739558487-2000x900.jpg");
}
.cid-shQqFQ9HQW H1 {
  color: #f4f8fa;
}
.cid-shBSfouNw5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.jpg");
}
.cid-shBSfouNw5 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shBSfouNw5 .mbr-section-subtitle,
.cid-shBSfouNw5 .mbr-section-btn DIV {
  color: #000000;
}
.cid-shBSfouNw5 H1 {
  color: #000000;
}
.cid-sjf2zOwlUZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf2zOwlUZ .content {
    text-align: center;
  }
  .cid-sjf2zOwlUZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf2zOwlUZ .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf2zOwlUZ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf2zOwlUZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf2zOwlUZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf2zOwlUZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf2zOwlUZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf2zOwlUZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf2zOwlUZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf2zOwlUZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf2zOwlUZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf2zOwlUZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf2zOwlUZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf2zOwlUZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf2zOwlUZ .list-item {
  display: flex;
}
.cid-sjf2zOwlUZ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf2zOwlUZ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf2zOwlUZ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf2zOwlUZ ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf2zOwlUZ .mbr-text {
  color: #ffffff;
}
.cid-sjf2zOwlUZ .column-title {
  color: #ffffff;
}
.cid-sjf2zOwlUZ P {
  color: #ffffff;
}
.cid-shPP7uslMY .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPP7uslMY .nav-item,
.cid-shPP7uslMY .nav-link,
.cid-shPP7uslMY .navbar-caption {
  font-weight: normal;
}
.cid-shPP7uslMY .nav-item:focus,
.cid-shPP7uslMY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shPP7uslMY .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shPP7uslMY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPP7uslMY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shPP7uslMY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shPP7uslMY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shPP7uslMY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shPP7uslMY .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-shPP7uslMY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shPP7uslMY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shPP7uslMY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shPP7uslMY .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shPP7uslMY .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shPP7uslMY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shPP7uslMY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shPP7uslMY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shPP7uslMY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shPP7uslMY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shPP7uslMY .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-shPP7uslMY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shPP7uslMY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shPP7uslMY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shPP7uslMY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shPP7uslMY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shPP7uslMY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shPP7uslMY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shPP7uslMY .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-shPP7uslMY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shPP7uslMY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shPP7uslMY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shPP7uslMY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shPP7uslMY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shPP7uslMY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shPP7uslMY .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shPP7uslMY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shPP7uslMY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shPP7uslMY .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-shPP7uslMY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shPP7uslMY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shPP7uslMY .dropdown-item.active,
.cid-shPP7uslMY .dropdown-item:active {
  background-color: transparent;
}
.cid-shPP7uslMY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shPP7uslMY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shPP7uslMY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shPP7uslMY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shPP7uslMY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shPP7uslMY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shPP7uslMY .navbar-buttons {
  text-align: center;
}
.cid-shPP7uslMY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shPP7uslMY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shPP7uslMY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shPP7uslMY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shPP7uslMY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shPP7uslMY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shPP7uslMY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPP7uslMY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shPP7uslMY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shPP7uslMY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPP7uslMY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shPP7uslMY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shPP7uslMY .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shPP7uslMY .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shPP7uslMY .soc-item {
  margin: .5rem .3rem;
}
.cid-shPP7uslMY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shPP7uslMY .navbar {
    height: 77px;
  }
  .cid-shPP7uslMY .navbar.opened {
    height: auto;
  }
  .cid-shPP7uslMY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shCkNtdC7X {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-shCkNtdC7X .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shPSJhRJVF {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-shPSJhRJVF .mbr-overlay {
  background: #efefef;
}
.cid-shPSJhRJVF .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-shPSJhRJVF .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-shPSJhRJVF .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shPSJhRJVF .mbr-text {
  color: #444444;
}
.cid-shPSJhRJVF .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shPSJhRJVF .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-shPSJhRJVF .card-title {
    text-align: center;
  }
  .cid-shPSJhRJVF p.mbr-text,
  .cid-shPSJhRJVF p.date {
    text-align: center;
  }
}
.cid-shPTodQf4G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-shPTodQf4G .mbr-overlay {
  background: #efefef;
}
.cid-shPTodQf4G .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-shPTodQf4G .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-shPTodQf4G .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shPTodQf4G .mbr-text {
  color: #444444;
}
.cid-shPTodQf4G .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shPTodQf4G .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-shPTodQf4G .card-title {
    text-align: center;
  }
  .cid-shPTodQf4G p.mbr-text,
  .cid-shPTodQf4G p.date {
    text-align: center;
  }
}
.cid-shPZFJZ9M7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-shPZFJZ9M7 .mbr-overlay {
  background: #efefef;
}
.cid-shPZFJZ9M7 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-shPZFJZ9M7 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-shPZFJZ9M7 .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shPZFJZ9M7 .mbr-text {
  color: #444444;
}
.cid-shPZFJZ9M7 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shPZFJZ9M7 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-shPZFJZ9M7 .card-title {
    text-align: center;
  }
  .cid-shPZFJZ9M7 p.mbr-text,
  .cid-shPZFJZ9M7 p.date {
    text-align: center;
  }
}
.cid-shQ39LXjTf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-shQ39LXjTf .mbr-overlay {
  background: #efefef;
}
.cid-shQ39LXjTf .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-shQ39LXjTf .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-shQ39LXjTf .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shQ39LXjTf .mbr-text {
  color: #444444;
}
.cid-shQ39LXjTf .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shQ39LXjTf .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-shQ39LXjTf .card-title {
    text-align: center;
  }
  .cid-shQ39LXjTf p.mbr-text,
  .cid-shQ39LXjTf p.date {
    text-align: center;
  }
}
.cid-shQ3aFWg2f {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-shQ3aFWg2f .mbr-overlay {
  background: #efefef;
}
.cid-shQ3aFWg2f .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-shQ3aFWg2f .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-shQ3aFWg2f .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shQ3aFWg2f .mbr-text {
  color: #444444;
}
.cid-shQ3aFWg2f .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shQ3aFWg2f .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-shQ3aFWg2f .card-title {
    text-align: center;
  }
  .cid-shQ3aFWg2f p.mbr-text,
  .cid-shQ3aFWg2f p.date {
    text-align: center;
  }
}
.cid-sje2vMVOOm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2vMVOOm .content {
    text-align: center;
  }
  .cid-sje2vMVOOm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2vMVOOm .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2vMVOOm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2vMVOOm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2vMVOOm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2vMVOOm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2vMVOOm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2vMVOOm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2vMVOOm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2vMVOOm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2vMVOOm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2vMVOOm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2vMVOOm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2vMVOOm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2vMVOOm .list-item {
  display: flex;
}
.cid-sje2vMVOOm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2vMVOOm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2vMVOOm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2vMVOOm ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2vMVOOm .mbr-text {
  color: #ffffff;
}
.cid-sje2vMVOOm .column-title {
  color: #ffffff;
}
.cid-sje2vMVOOm P {
  color: #ffffff;
}
.cid-sjf2LDz57z .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2LDz57z .nav-item,
.cid-sjf2LDz57z .nav-link,
.cid-sjf2LDz57z .navbar-caption {
  font-weight: normal;
}
.cid-sjf2LDz57z .nav-item:focus,
.cid-sjf2LDz57z .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf2LDz57z .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf2LDz57z .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2LDz57z .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf2LDz57z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf2LDz57z .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf2LDz57z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf2LDz57z .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-sjf2LDz57z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf2LDz57z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf2LDz57z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf2LDz57z .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf2LDz57z .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf2LDz57z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf2LDz57z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf2LDz57z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf2LDz57z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf2LDz57z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf2LDz57z .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-sjf2LDz57z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf2LDz57z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf2LDz57z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf2LDz57z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf2LDz57z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf2LDz57z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf2LDz57z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf2LDz57z .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-sjf2LDz57z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf2LDz57z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf2LDz57z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf2LDz57z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf2LDz57z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf2LDz57z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf2LDz57z .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf2LDz57z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf2LDz57z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf2LDz57z .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-sjf2LDz57z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf2LDz57z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf2LDz57z .dropdown-item.active,
.cid-sjf2LDz57z .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf2LDz57z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf2LDz57z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf2LDz57z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf2LDz57z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf2LDz57z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf2LDz57z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf2LDz57z .navbar-buttons {
  text-align: center;
}
.cid-sjf2LDz57z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf2LDz57z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf2LDz57z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf2LDz57z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2LDz57z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2LDz57z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf2LDz57z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2LDz57z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf2LDz57z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf2LDz57z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2LDz57z .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf2LDz57z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf2LDz57z .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf2LDz57z .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf2LDz57z .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf2LDz57z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf2LDz57z .navbar {
    height: 77px;
  }
  .cid-sjf2LDz57z .navbar.opened {
    height: auto;
  }
  .cid-sjf2LDz57z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shPQSavqNa {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shPQSavqNa .mbr-section-title,
.cid-shPQSavqNa .mbr-section-subtitle {
  color: #000000;
}
.cid-shPQSavqNa .mbr-section-text {
  color: #232323;
}
.cid-shPQSavqNa .mbr-text,
.cid-shPQSavqNa .typed-text,
.cid-shPQSavqNa .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-shPQSavqNa .btn {
  margin-left: 4px !important;
}
.cid-shPQSavqNa .animated-element {
  color: #1dc9cb;
}
.cid-shPQSavqNa .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.cid-shPQSavqNa .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-shPQSavqNa .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shPQSavqNa .typed-text,
  .cid-shPQSavqNa .mbr-section-subtitle,
  .cid-shPQSavqNa .mbr-section-text,
  .cid-shPQSavqNa .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-shD5IK3fP0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shD5IK3fP0 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-sjf2OXaDkQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf2OXaDkQ .content {
    text-align: center;
  }
  .cid-sjf2OXaDkQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf2OXaDkQ .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf2OXaDkQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf2OXaDkQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf2OXaDkQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf2OXaDkQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf2OXaDkQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf2OXaDkQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf2OXaDkQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf2OXaDkQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf2OXaDkQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf2OXaDkQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf2OXaDkQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf2OXaDkQ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf2OXaDkQ .list-item {
  display: flex;
}
.cid-sjf2OXaDkQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf2OXaDkQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf2OXaDkQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf2OXaDkQ ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf2OXaDkQ .mbr-text {
  color: #ffffff;
}
.cid-sjf2OXaDkQ .column-title {
  color: #ffffff;
}
.cid-sjf2OXaDkQ P {
  color: #ffffff;
}
.cid-sjf2Tt4Ljy .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2Tt4Ljy .nav-item,
.cid-sjf2Tt4Ljy .nav-link,
.cid-sjf2Tt4Ljy .navbar-caption {
  font-weight: normal;
}
.cid-sjf2Tt4Ljy .nav-item:focus,
.cid-sjf2Tt4Ljy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf2Tt4Ljy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf2Tt4Ljy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2Tt4Ljy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf2Tt4Ljy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf2Tt4Ljy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf2Tt4Ljy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf2Tt4Ljy .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-sjf2Tt4Ljy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf2Tt4Ljy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf2Tt4Ljy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf2Tt4Ljy .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf2Tt4Ljy .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf2Tt4Ljy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf2Tt4Ljy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf2Tt4Ljy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf2Tt4Ljy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf2Tt4Ljy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf2Tt4Ljy .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-sjf2Tt4Ljy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf2Tt4Ljy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf2Tt4Ljy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf2Tt4Ljy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf2Tt4Ljy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf2Tt4Ljy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf2Tt4Ljy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf2Tt4Ljy .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-sjf2Tt4Ljy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf2Tt4Ljy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf2Tt4Ljy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf2Tt4Ljy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf2Tt4Ljy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf2Tt4Ljy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf2Tt4Ljy .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf2Tt4Ljy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf2Tt4Ljy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf2Tt4Ljy .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-sjf2Tt4Ljy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf2Tt4Ljy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf2Tt4Ljy .dropdown-item.active,
.cid-sjf2Tt4Ljy .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf2Tt4Ljy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf2Tt4Ljy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf2Tt4Ljy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf2Tt4Ljy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf2Tt4Ljy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf2Tt4Ljy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf2Tt4Ljy .navbar-buttons {
  text-align: center;
}
.cid-sjf2Tt4Ljy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf2Tt4Ljy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf2Tt4Ljy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf2Tt4Ljy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2Tt4Ljy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2Tt4Ljy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf2Tt4Ljy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2Tt4Ljy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf2Tt4Ljy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf2Tt4Ljy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2Tt4Ljy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf2Tt4Ljy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf2Tt4Ljy .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf2Tt4Ljy .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf2Tt4Ljy .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf2Tt4Ljy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf2Tt4Ljy .navbar {
    height: 77px;
  }
  .cid-sjf2Tt4Ljy .navbar.opened {
    height: auto;
  }
  .cid-sjf2Tt4Ljy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shQ6LWU22R {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shQ6LWU22R .mbr-section-title,
.cid-shQ6LWU22R .mbr-section-subtitle {
  color: #000000;
}
.cid-shQ6LWU22R .mbr-section-text {
  color: #232323;
}
.cid-shQ6LWU22R .mbr-text,
.cid-shQ6LWU22R .typed-text,
.cid-shQ6LWU22R .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-shQ6LWU22R .btn {
  margin-left: 4px !important;
}
.cid-shQ6LWU22R .animated-element {
  color: #1dc9cb;
}
.cid-shQ6LWU22R .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.cid-shQ6LWU22R .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-shQ6LWU22R .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shQ6LWU22R .typed-text,
  .cid-shQ6LWU22R .mbr-section-subtitle,
  .cid-shQ6LWU22R .mbr-section-text,
  .cid-shQ6LWU22R .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-shDHFGt0w5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shDHFGt0w5 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shDHFGt0w5 .mbr-section-subtitle,
.cid-shDHFGt0w5 .mbr-section-btn DIV {
  color: #000000;
}
.cid-shDIAn9QAU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shDIAn9QAU .mbr-section-subtitle {
  color: #767676;
}
.cid-shDIAn9QAU .container-table {
  margin: 0 auto;
}
.cid-shDIAn9QAU table.dataTable thead .sorting:before,
.cid-shDIAn9QAU table.dataTable thead .sorting:after,
.cid-shDIAn9QAU table.dataTable thead .sorting_asc:before,
.cid-shDIAn9QAU table.dataTable thead .sorting_asc:after,
.cid-shDIAn9QAU table.dataTable thead .sorting_desc:before,
.cid-shDIAn9QAU table.dataTable thead .sorting_desc:after,
.cid-shDIAn9QAU table.dataTable thead .sorting_asc_disabled:before,
.cid-shDIAn9QAU table.dataTable thead .sorting_asc_disabled:after,
.cid-shDIAn9QAU table.dataTable thead .sorting_desc_disabled:before,
.cid-shDIAn9QAU table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shDIAn9QAU .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shDIAn9QAU .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shDIAn9QAU .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shDIAn9QAU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shDIAn9QAU .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shDIAn9QAU .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shDIAn9QAU .table-heads {
  color: #ffffff;
}
.cid-shDIAn9QAU .dataTables_wrapper {
  display: block;
}
.cid-shDIAn9QAU .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shDIAn9QAU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shDIAn9QAU table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shDIAn9QAU table td,
.cid-shDIAn9QAU table th {
  white-space: nowrap;
}
.cid-shDIAn9QAU table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shDIAn9QAU table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shDIAn9QAU table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shDIAn9QAU table.table {
  background: #ffffff;
}
.cid-shDIAn9QAU .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shDIAn9QAU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shDIAn9QAU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shDIAn9QAU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shDIAn9QAU .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shDIAn9QAU .dataTables_filter {
    text-align: center;
  }
  .cid-shDIAn9QAU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shDIAn9QAU .mbr-section-title,
.cid-shDIAn9QAU .line-wrap {
  text-align: left;
}
.cid-shDIAn9QAU .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sjf2WvxacP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf2WvxacP .content {
    text-align: center;
  }
  .cid-sjf2WvxacP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf2WvxacP .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf2WvxacP .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf2WvxacP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf2WvxacP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf2WvxacP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf2WvxacP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf2WvxacP .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf2WvxacP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf2WvxacP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf2WvxacP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf2WvxacP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf2WvxacP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf2WvxacP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf2WvxacP .list-item {
  display: flex;
}
.cid-sjf2WvxacP .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf2WvxacP ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf2WvxacP ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf2WvxacP ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf2WvxacP .mbr-text {
  color: #ffffff;
}
.cid-sjf2WvxacP .column-title {
  color: #ffffff;
}
.cid-sjf2WvxacP P {
  color: #ffffff;
}
.cid-shPP27SiKJ .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPP27SiKJ .nav-item,
.cid-shPP27SiKJ .nav-link,
.cid-shPP27SiKJ .navbar-caption {
  font-weight: normal;
}
.cid-shPP27SiKJ .nav-item:focus,
.cid-shPP27SiKJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shPP27SiKJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shPP27SiKJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPP27SiKJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shPP27SiKJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shPP27SiKJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shPP27SiKJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shPP27SiKJ .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-shPP27SiKJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shPP27SiKJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shPP27SiKJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shPP27SiKJ .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shPP27SiKJ .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shPP27SiKJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shPP27SiKJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shPP27SiKJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shPP27SiKJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shPP27SiKJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shPP27SiKJ .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-shPP27SiKJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shPP27SiKJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shPP27SiKJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shPP27SiKJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shPP27SiKJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shPP27SiKJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shPP27SiKJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shPP27SiKJ .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-shPP27SiKJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shPP27SiKJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shPP27SiKJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shPP27SiKJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shPP27SiKJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shPP27SiKJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shPP27SiKJ .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shPP27SiKJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shPP27SiKJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shPP27SiKJ .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-shPP27SiKJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shPP27SiKJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shPP27SiKJ .dropdown-item.active,
.cid-shPP27SiKJ .dropdown-item:active {
  background-color: transparent;
}
.cid-shPP27SiKJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shPP27SiKJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shPP27SiKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shPP27SiKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shPP27SiKJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shPP27SiKJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shPP27SiKJ .navbar-buttons {
  text-align: center;
}
.cid-shPP27SiKJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shPP27SiKJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shPP27SiKJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shPP27SiKJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shPP27SiKJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shPP27SiKJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shPP27SiKJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPP27SiKJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shPP27SiKJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shPP27SiKJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPP27SiKJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shPP27SiKJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shPP27SiKJ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shPP27SiKJ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shPP27SiKJ .soc-item {
  margin: .5rem .3rem;
}
.cid-shPP27SiKJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shPP27SiKJ .navbar {
    height: 77px;
  }
  .cid-shPP27SiKJ .navbar.opened {
    height: auto;
  }
  .cid-shPP27SiKJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shDMSgoEgX {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shDMSgoEgX .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shDMSgoEgX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shDMSgoEgX .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shDMSgoEgX .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shDMSgoEgX .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shDMSjPzbP {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shDMSjPzbP .mbr-section-subtitle {
  color: #767676;
}
.cid-shDMSjPzbP .container-table {
  margin: 0 auto;
}
.cid-shDMSjPzbP table.dataTable thead .sorting:before,
.cid-shDMSjPzbP table.dataTable thead .sorting:after,
.cid-shDMSjPzbP table.dataTable thead .sorting_asc:before,
.cid-shDMSjPzbP table.dataTable thead .sorting_asc:after,
.cid-shDMSjPzbP table.dataTable thead .sorting_desc:before,
.cid-shDMSjPzbP table.dataTable thead .sorting_desc:after,
.cid-shDMSjPzbP table.dataTable thead .sorting_asc_disabled:before,
.cid-shDMSjPzbP table.dataTable thead .sorting_asc_disabled:after,
.cid-shDMSjPzbP table.dataTable thead .sorting_desc_disabled:before,
.cid-shDMSjPzbP table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shDMSjPzbP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shDMSjPzbP .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shDMSjPzbP .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shDMSjPzbP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shDMSjPzbP .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shDMSjPzbP .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shDMSjPzbP .table-heads {
  color: #ffffff;
}
.cid-shDMSjPzbP .dataTables_wrapper {
  display: block;
}
.cid-shDMSjPzbP .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shDMSjPzbP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shDMSjPzbP table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shDMSjPzbP table td,
.cid-shDMSjPzbP table th {
  white-space: nowrap;
}
.cid-shDMSjPzbP table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shDMSjPzbP table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shDMSjPzbP table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shDMSjPzbP table.table {
  background: #ffffff;
}
.cid-shDMSjPzbP .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shDMSjPzbP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shDMSjPzbP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shDMSjPzbP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shDMSjPzbP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shDMSjPzbP .dataTables_filter {
    text-align: center;
  }
  .cid-shDMSjPzbP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shDMSjPzbP .mbr-section-title,
.cid-shDMSjPzbP .line-wrap {
  text-align: left;
}
.cid-shDMSjPzbP .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sje2lVL4Us {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2lVL4Us .content {
    text-align: center;
  }
  .cid-sje2lVL4Us .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2lVL4Us .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2lVL4Us .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2lVL4Us .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2lVL4Us .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2lVL4Us .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2lVL4Us .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2lVL4Us .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2lVL4Us .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2lVL4Us .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2lVL4Us .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2lVL4Us .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2lVL4Us .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2lVL4Us .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2lVL4Us .list-item {
  display: flex;
}
.cid-sje2lVL4Us .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2lVL4Us ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2lVL4Us ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2lVL4Us ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2lVL4Us .mbr-text {
  color: #ffffff;
}
.cid-sje2lVL4Us .column-title {
  color: #ffffff;
}
.cid-sje2lVL4Us P {
  color: #ffffff;
}
.cid-shPP4DC6WP .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPP4DC6WP .nav-item,
.cid-shPP4DC6WP .nav-link,
.cid-shPP4DC6WP .navbar-caption {
  font-weight: normal;
}
.cid-shPP4DC6WP .nav-item:focus,
.cid-shPP4DC6WP .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shPP4DC6WP .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shPP4DC6WP .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPP4DC6WP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shPP4DC6WP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shPP4DC6WP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shPP4DC6WP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shPP4DC6WP .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-shPP4DC6WP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shPP4DC6WP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shPP4DC6WP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shPP4DC6WP .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shPP4DC6WP .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shPP4DC6WP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shPP4DC6WP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shPP4DC6WP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shPP4DC6WP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shPP4DC6WP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shPP4DC6WP .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-shPP4DC6WP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shPP4DC6WP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shPP4DC6WP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shPP4DC6WP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shPP4DC6WP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shPP4DC6WP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shPP4DC6WP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shPP4DC6WP .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-shPP4DC6WP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shPP4DC6WP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shPP4DC6WP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shPP4DC6WP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shPP4DC6WP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shPP4DC6WP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shPP4DC6WP .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shPP4DC6WP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shPP4DC6WP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shPP4DC6WP .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-shPP4DC6WP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shPP4DC6WP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shPP4DC6WP .dropdown-item.active,
.cid-shPP4DC6WP .dropdown-item:active {
  background-color: transparent;
}
.cid-shPP4DC6WP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shPP4DC6WP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shPP4DC6WP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shPP4DC6WP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shPP4DC6WP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shPP4DC6WP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shPP4DC6WP .navbar-buttons {
  text-align: center;
}
.cid-shPP4DC6WP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shPP4DC6WP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shPP4DC6WP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shPP4DC6WP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shPP4DC6WP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shPP4DC6WP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shPP4DC6WP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPP4DC6WP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shPP4DC6WP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shPP4DC6WP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPP4DC6WP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shPP4DC6WP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shPP4DC6WP .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shPP4DC6WP .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shPP4DC6WP .soc-item {
  margin: .5rem .3rem;
}
.cid-shPP4DC6WP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shPP4DC6WP .navbar {
    height: 77px;
  }
  .cid-shPP4DC6WP .navbar.opened {
    height: auto;
  }
  .cid-shPP4DC6WP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shEnD5xOCr {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shEnD5xOCr .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shEnD5xOCr .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shEnD5xOCr .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shEnD5xOCr .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shEnD5xOCr .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shEnD78ueL {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shEnD78ueL .mbr-section-subtitle {
  color: #767676;
}
.cid-shEnD78ueL .container-table {
  margin: 0 auto;
}
.cid-shEnD78ueL table.dataTable thead .sorting:before,
.cid-shEnD78ueL table.dataTable thead .sorting:after,
.cid-shEnD78ueL table.dataTable thead .sorting_asc:before,
.cid-shEnD78ueL table.dataTable thead .sorting_asc:after,
.cid-shEnD78ueL table.dataTable thead .sorting_desc:before,
.cid-shEnD78ueL table.dataTable thead .sorting_desc:after,
.cid-shEnD78ueL table.dataTable thead .sorting_asc_disabled:before,
.cid-shEnD78ueL table.dataTable thead .sorting_asc_disabled:after,
.cid-shEnD78ueL table.dataTable thead .sorting_desc_disabled:before,
.cid-shEnD78ueL table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shEnD78ueL .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shEnD78ueL .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shEnD78ueL .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shEnD78ueL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shEnD78ueL .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shEnD78ueL .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shEnD78ueL .table-heads {
  color: #ffffff;
}
.cid-shEnD78ueL .dataTables_wrapper {
  display: block;
}
.cid-shEnD78ueL .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shEnD78ueL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shEnD78ueL table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shEnD78ueL table td,
.cid-shEnD78ueL table th {
  white-space: nowrap;
}
.cid-shEnD78ueL table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shEnD78ueL table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shEnD78ueL table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shEnD78ueL table.table {
  background: #ffffff;
}
.cid-shEnD78ueL .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shEnD78ueL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shEnD78ueL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shEnD78ueL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shEnD78ueL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shEnD78ueL .dataTables_filter {
    text-align: center;
  }
  .cid-shEnD78ueL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shEnD78ueL .mbr-section-title,
.cid-shEnD78ueL .line-wrap {
  text-align: left;
}
.cid-shEnD78ueL .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sje2ppEoKT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2ppEoKT .content {
    text-align: center;
  }
  .cid-sje2ppEoKT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2ppEoKT .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2ppEoKT .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2ppEoKT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2ppEoKT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2ppEoKT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2ppEoKT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2ppEoKT .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2ppEoKT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2ppEoKT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2ppEoKT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2ppEoKT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2ppEoKT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2ppEoKT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2ppEoKT .list-item {
  display: flex;
}
.cid-sje2ppEoKT .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2ppEoKT ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2ppEoKT ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2ppEoKT ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2ppEoKT .mbr-text {
  color: #ffffff;
}
.cid-sje2ppEoKT .column-title {
  color: #ffffff;
}
.cid-sje2ppEoKT P {
  color: #ffffff;
}
.cid-sjf30XEtNa .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf30XEtNa .nav-item,
.cid-sjf30XEtNa .nav-link,
.cid-sjf30XEtNa .navbar-caption {
  font-weight: normal;
}
.cid-sjf30XEtNa .nav-item:focus,
.cid-sjf30XEtNa .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf30XEtNa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf30XEtNa .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf30XEtNa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf30XEtNa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf30XEtNa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf30XEtNa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf30XEtNa .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-sjf30XEtNa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf30XEtNa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf30XEtNa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf30XEtNa .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf30XEtNa .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf30XEtNa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf30XEtNa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf30XEtNa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf30XEtNa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf30XEtNa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf30XEtNa .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-sjf30XEtNa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf30XEtNa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf30XEtNa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf30XEtNa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf30XEtNa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf30XEtNa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf30XEtNa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf30XEtNa .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-sjf30XEtNa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf30XEtNa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf30XEtNa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf30XEtNa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf30XEtNa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf30XEtNa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf30XEtNa .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf30XEtNa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf30XEtNa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf30XEtNa .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-sjf30XEtNa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf30XEtNa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf30XEtNa .dropdown-item.active,
.cid-sjf30XEtNa .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf30XEtNa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf30XEtNa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf30XEtNa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf30XEtNa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf30XEtNa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf30XEtNa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf30XEtNa .navbar-buttons {
  text-align: center;
}
.cid-sjf30XEtNa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf30XEtNa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf30XEtNa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf30XEtNa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf30XEtNa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf30XEtNa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf30XEtNa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf30XEtNa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf30XEtNa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf30XEtNa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf30XEtNa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf30XEtNa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf30XEtNa .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf30XEtNa .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf30XEtNa .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf30XEtNa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf30XEtNa .navbar {
    height: 77px;
  }
  .cid-sjf30XEtNa .navbar.opened {
    height: auto;
  }
  .cid-sjf30XEtNa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shErsKuRIj {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shErsKuRIj .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shErsKuRIj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shErsKuRIj .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shErsKuRIj .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shErsKuRIj .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shEsejzob6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shEsejzob6 .mbr-text {
  color: #8d97ad;
}
.cid-shEsejzob6 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-shEsejzob6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-shEsejzob6 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #04367c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #04367c, #5eeebb);
}
.cid-shEsejzob6 .mbr-text UL {
  color: #000000;
}
.cid-shErsNIizs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shErsNIizs .mbr-section-subtitle {
  color: #767676;
}
.cid-shErsNIizs .container-table {
  margin: 0 auto;
}
.cid-shErsNIizs table.dataTable thead .sorting:before,
.cid-shErsNIizs table.dataTable thead .sorting:after,
.cid-shErsNIizs table.dataTable thead .sorting_asc:before,
.cid-shErsNIizs table.dataTable thead .sorting_asc:after,
.cid-shErsNIizs table.dataTable thead .sorting_desc:before,
.cid-shErsNIizs table.dataTable thead .sorting_desc:after,
.cid-shErsNIizs table.dataTable thead .sorting_asc_disabled:before,
.cid-shErsNIizs table.dataTable thead .sorting_asc_disabled:after,
.cid-shErsNIizs table.dataTable thead .sorting_desc_disabled:before,
.cid-shErsNIizs table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shErsNIizs .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shErsNIizs .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shErsNIizs .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shErsNIizs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shErsNIizs .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shErsNIizs .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shErsNIizs .table-heads {
  color: #ffffff;
}
.cid-shErsNIizs .dataTables_wrapper {
  display: block;
}
.cid-shErsNIizs .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shErsNIizs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shErsNIizs table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shErsNIizs table td,
.cid-shErsNIizs table th {
  white-space: nowrap;
}
.cid-shErsNIizs table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shErsNIizs table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shErsNIizs table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shErsNIizs table.table {
  background: #ffffff;
}
.cid-shErsNIizs .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shErsNIizs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shErsNIizs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shErsNIizs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shErsNIizs .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shErsNIizs .dataTables_filter {
    text-align: center;
  }
  .cid-shErsNIizs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shErsNIizs .mbr-section-title,
.cid-shErsNIizs .line-wrap {
  text-align: left;
}
.cid-shErsNIizs .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-shEJrgzu50 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shEJrgzu50 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shEJrgzu50 .mbr-section-subtitle,
.cid-shEJrgzu50 .mbr-section-btn DIV {
  color: #000000;
}
.cid-shEJSRSfx6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shEJSRSfx6 .mbr-section-subtitle {
  color: #767676;
}
.cid-shEJSRSfx6 .container-table {
  margin: 0 auto;
}
.cid-shEJSRSfx6 table.dataTable thead .sorting:before,
.cid-shEJSRSfx6 table.dataTable thead .sorting:after,
.cid-shEJSRSfx6 table.dataTable thead .sorting_asc:before,
.cid-shEJSRSfx6 table.dataTable thead .sorting_asc:after,
.cid-shEJSRSfx6 table.dataTable thead .sorting_desc:before,
.cid-shEJSRSfx6 table.dataTable thead .sorting_desc:after,
.cid-shEJSRSfx6 table.dataTable thead .sorting_asc_disabled:before,
.cid-shEJSRSfx6 table.dataTable thead .sorting_asc_disabled:after,
.cid-shEJSRSfx6 table.dataTable thead .sorting_desc_disabled:before,
.cid-shEJSRSfx6 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shEJSRSfx6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shEJSRSfx6 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shEJSRSfx6 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shEJSRSfx6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shEJSRSfx6 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shEJSRSfx6 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shEJSRSfx6 .table-heads {
  color: #ffffff;
}
.cid-shEJSRSfx6 .dataTables_wrapper {
  display: block;
}
.cid-shEJSRSfx6 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shEJSRSfx6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shEJSRSfx6 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shEJSRSfx6 table td,
.cid-shEJSRSfx6 table th {
  white-space: nowrap;
}
.cid-shEJSRSfx6 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shEJSRSfx6 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shEJSRSfx6 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shEJSRSfx6 table.table {
  background: #ffffff;
}
.cid-shEJSRSfx6 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shEJSRSfx6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shEJSRSfx6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shEJSRSfx6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shEJSRSfx6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shEJSRSfx6 .dataTables_filter {
    text-align: center;
  }
  .cid-shEJSRSfx6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shEJSRSfx6 .mbr-section-title,
.cid-shEJSRSfx6 .line-wrap {
  text-align: center;
}
.cid-shEJSRSfx6 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-shENLoDVBw {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shENLoDVBw .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shENLoDVBw .mbr-section-subtitle,
.cid-shENLoDVBw .mbr-section-btn DIV {
  color: #000000;
}
.cid-shEO6Uw0rH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shEO6Uw0rH .mbr-section-subtitle {
  color: #767676;
}
.cid-shEO6Uw0rH .container-table {
  margin: 0 auto;
}
.cid-shEO6Uw0rH table.dataTable thead .sorting:before,
.cid-shEO6Uw0rH table.dataTable thead .sorting:after,
.cid-shEO6Uw0rH table.dataTable thead .sorting_asc:before,
.cid-shEO6Uw0rH table.dataTable thead .sorting_asc:after,
.cid-shEO6Uw0rH table.dataTable thead .sorting_desc:before,
.cid-shEO6Uw0rH table.dataTable thead .sorting_desc:after,
.cid-shEO6Uw0rH table.dataTable thead .sorting_asc_disabled:before,
.cid-shEO6Uw0rH table.dataTable thead .sorting_asc_disabled:after,
.cid-shEO6Uw0rH table.dataTable thead .sorting_desc_disabled:before,
.cid-shEO6Uw0rH table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shEO6Uw0rH .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shEO6Uw0rH .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shEO6Uw0rH .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shEO6Uw0rH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shEO6Uw0rH .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shEO6Uw0rH .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shEO6Uw0rH .table-heads {
  color: #ffffff;
}
.cid-shEO6Uw0rH .dataTables_wrapper {
  display: block;
}
.cid-shEO6Uw0rH .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shEO6Uw0rH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shEO6Uw0rH table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shEO6Uw0rH table td,
.cid-shEO6Uw0rH table th {
  white-space: nowrap;
}
.cid-shEO6Uw0rH table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shEO6Uw0rH table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shEO6Uw0rH table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shEO6Uw0rH table.table {
  background: #ffffff;
}
.cid-shEO6Uw0rH .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shEO6Uw0rH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shEO6Uw0rH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shEO6Uw0rH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shEO6Uw0rH .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shEO6Uw0rH .dataTables_filter {
    text-align: center;
  }
  .cid-shEO6Uw0rH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shEO6Uw0rH .mbr-section-title,
.cid-shEO6Uw0rH .line-wrap {
  text-align: center;
}
.cid-shEO6Uw0rH .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-shEP7EflZe {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shEP7EflZe .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shEP7EflZe .mbr-section-subtitle,
.cid-shEP7EflZe .mbr-section-btn DIV {
  color: #000000;
}
.cid-shEPaphbju {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shEPaphbju .mbr-section-subtitle {
  color: #767676;
}
.cid-shEPaphbju .container-table {
  margin: 0 auto;
}
.cid-shEPaphbju table.dataTable thead .sorting:before,
.cid-shEPaphbju table.dataTable thead .sorting:after,
.cid-shEPaphbju table.dataTable thead .sorting_asc:before,
.cid-shEPaphbju table.dataTable thead .sorting_asc:after,
.cid-shEPaphbju table.dataTable thead .sorting_desc:before,
.cid-shEPaphbju table.dataTable thead .sorting_desc:after,
.cid-shEPaphbju table.dataTable thead .sorting_asc_disabled:before,
.cid-shEPaphbju table.dataTable thead .sorting_asc_disabled:after,
.cid-shEPaphbju table.dataTable thead .sorting_desc_disabled:before,
.cid-shEPaphbju table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shEPaphbju .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shEPaphbju .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shEPaphbju .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shEPaphbju .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shEPaphbju .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shEPaphbju .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shEPaphbju .table-heads {
  color: #ffffff;
}
.cid-shEPaphbju .dataTables_wrapper {
  display: block;
}
.cid-shEPaphbju .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shEPaphbju .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shEPaphbju table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shEPaphbju table td,
.cid-shEPaphbju table th {
  white-space: nowrap;
}
.cid-shEPaphbju table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shEPaphbju table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shEPaphbju table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shEPaphbju table.table {
  background: #ffffff;
}
.cid-shEPaphbju .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shEPaphbju .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shEPaphbju .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shEPaphbju .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shEPaphbju .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shEPaphbju .dataTables_filter {
    text-align: center;
  }
  .cid-shEPaphbju .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shEPaphbju .mbr-section-title,
.cid-shEPaphbju .line-wrap {
  text-align: center;
}
.cid-shEPaphbju .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-shEPMvOCNA {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shEPMvOCNA .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shEPMvOCNA .mbr-section-subtitle,
.cid-shEPMvOCNA .mbr-section-btn DIV {
  color: #000000;
}
.cid-sjf34oeWBm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf34oeWBm .content {
    text-align: center;
  }
  .cid-sjf34oeWBm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf34oeWBm .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf34oeWBm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf34oeWBm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf34oeWBm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf34oeWBm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf34oeWBm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf34oeWBm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf34oeWBm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf34oeWBm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf34oeWBm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf34oeWBm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf34oeWBm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf34oeWBm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf34oeWBm .list-item {
  display: flex;
}
.cid-sjf34oeWBm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf34oeWBm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf34oeWBm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf34oeWBm ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf34oeWBm .mbr-text {
  color: #ffffff;
}
.cid-sjf34oeWBm .column-title {
  color: #ffffff;
}
.cid-sjf34oeWBm P {
  color: #ffffff;
}
.cid-sjf3fmGtv6 .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3fmGtv6 .nav-item,
.cid-sjf3fmGtv6 .nav-link,
.cid-sjf3fmGtv6 .navbar-caption {
  font-weight: normal;
}
.cid-sjf3fmGtv6 .nav-item:focus,
.cid-sjf3fmGtv6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf3fmGtv6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf3fmGtv6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3fmGtv6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf3fmGtv6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf3fmGtv6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf3fmGtv6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf3fmGtv6 .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-sjf3fmGtv6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf3fmGtv6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf3fmGtv6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf3fmGtv6 .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf3fmGtv6 .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf3fmGtv6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf3fmGtv6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf3fmGtv6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf3fmGtv6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf3fmGtv6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf3fmGtv6 .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-sjf3fmGtv6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf3fmGtv6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf3fmGtv6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf3fmGtv6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf3fmGtv6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf3fmGtv6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf3fmGtv6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf3fmGtv6 .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-sjf3fmGtv6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf3fmGtv6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf3fmGtv6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf3fmGtv6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf3fmGtv6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf3fmGtv6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf3fmGtv6 .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf3fmGtv6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf3fmGtv6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf3fmGtv6 .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-sjf3fmGtv6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf3fmGtv6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf3fmGtv6 .dropdown-item.active,
.cid-sjf3fmGtv6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf3fmGtv6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf3fmGtv6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf3fmGtv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf3fmGtv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf3fmGtv6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf3fmGtv6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf3fmGtv6 .navbar-buttons {
  text-align: center;
}
.cid-sjf3fmGtv6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf3fmGtv6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf3fmGtv6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf3fmGtv6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3fmGtv6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3fmGtv6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf3fmGtv6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3fmGtv6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf3fmGtv6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf3fmGtv6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3fmGtv6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf3fmGtv6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf3fmGtv6 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf3fmGtv6 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf3fmGtv6 .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf3fmGtv6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf3fmGtv6 .navbar {
    height: 77px;
  }
  .cid-sjf3fmGtv6 .navbar.opened {
    height: auto;
  }
  .cid-sjf3fmGtv6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shEQ4rk69H {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shEQ4rk69H .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shEQ4rk69H .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shEQ4rk69H .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shEQ4rk69H .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shEQ4rk69H .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shEQKSy0Dp {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shEQKSy0Dp .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shEQKSy0Dp .mbr-section-subtitle,
.cid-shEQKSy0Dp .mbr-section-btn DIV {
  color: #000000;
}
.cid-shEQ4uLwGU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shEQ4uLwGU .mbr-section-subtitle {
  color: #767676;
}
.cid-shEQ4uLwGU .container-table {
  margin: 0 auto;
}
.cid-shEQ4uLwGU table.dataTable thead .sorting:before,
.cid-shEQ4uLwGU table.dataTable thead .sorting:after,
.cid-shEQ4uLwGU table.dataTable thead .sorting_asc:before,
.cid-shEQ4uLwGU table.dataTable thead .sorting_asc:after,
.cid-shEQ4uLwGU table.dataTable thead .sorting_desc:before,
.cid-shEQ4uLwGU table.dataTable thead .sorting_desc:after,
.cid-shEQ4uLwGU table.dataTable thead .sorting_asc_disabled:before,
.cid-shEQ4uLwGU table.dataTable thead .sorting_asc_disabled:after,
.cid-shEQ4uLwGU table.dataTable thead .sorting_desc_disabled:before,
.cid-shEQ4uLwGU table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shEQ4uLwGU .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shEQ4uLwGU .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shEQ4uLwGU .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shEQ4uLwGU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shEQ4uLwGU .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shEQ4uLwGU .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shEQ4uLwGU .table-heads {
  color: #ffffff;
}
.cid-shEQ4uLwGU .dataTables_wrapper {
  display: block;
}
.cid-shEQ4uLwGU .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shEQ4uLwGU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shEQ4uLwGU table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shEQ4uLwGU table td,
.cid-shEQ4uLwGU table th {
  white-space: nowrap;
}
.cid-shEQ4uLwGU table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shEQ4uLwGU table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shEQ4uLwGU table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shEQ4uLwGU table.table {
  background: #ffffff;
}
.cid-shEQ4uLwGU .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shEQ4uLwGU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shEQ4uLwGU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shEQ4uLwGU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shEQ4uLwGU .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shEQ4uLwGU .dataTables_filter {
    text-align: center;
  }
  .cid-shEQ4uLwGU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shEQ4uLwGU .mbr-section-title,
.cid-shEQ4uLwGU .line-wrap {
  text-align: left;
}
.cid-shEQ4uLwGU .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sjf3jzZp3D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf3jzZp3D .content {
    text-align: center;
  }
  .cid-sjf3jzZp3D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf3jzZp3D .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf3jzZp3D .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf3jzZp3D .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf3jzZp3D .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf3jzZp3D .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf3jzZp3D .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf3jzZp3D .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf3jzZp3D .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf3jzZp3D .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf3jzZp3D .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf3jzZp3D .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf3jzZp3D .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf3jzZp3D .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf3jzZp3D .list-item {
  display: flex;
}
.cid-sjf3jzZp3D .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf3jzZp3D ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf3jzZp3D ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf3jzZp3D ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf3jzZp3D .mbr-text {
  color: #ffffff;
}
.cid-sjf3jzZp3D .column-title {
  color: #ffffff;
}
.cid-sjf3jzZp3D P {
  color: #ffffff;
}
.cid-shPOZuJ246 .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPOZuJ246 .nav-item,
.cid-shPOZuJ246 .nav-link,
.cid-shPOZuJ246 .navbar-caption {
  font-weight: normal;
}
.cid-shPOZuJ246 .nav-item:focus,
.cid-shPOZuJ246 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shPOZuJ246 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shPOZuJ246 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPOZuJ246 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shPOZuJ246 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shPOZuJ246 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shPOZuJ246 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shPOZuJ246 .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-shPOZuJ246 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shPOZuJ246 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shPOZuJ246 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shPOZuJ246 .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shPOZuJ246 .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shPOZuJ246 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shPOZuJ246 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shPOZuJ246 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shPOZuJ246 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shPOZuJ246 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shPOZuJ246 .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-shPOZuJ246 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shPOZuJ246 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shPOZuJ246 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shPOZuJ246 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shPOZuJ246 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shPOZuJ246 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shPOZuJ246 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shPOZuJ246 .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-shPOZuJ246 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shPOZuJ246 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shPOZuJ246 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shPOZuJ246 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shPOZuJ246 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shPOZuJ246 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shPOZuJ246 .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shPOZuJ246 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shPOZuJ246 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shPOZuJ246 .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-shPOZuJ246 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shPOZuJ246 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shPOZuJ246 .dropdown-item.active,
.cid-shPOZuJ246 .dropdown-item:active {
  background-color: transparent;
}
.cid-shPOZuJ246 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shPOZuJ246 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shPOZuJ246 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shPOZuJ246 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shPOZuJ246 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shPOZuJ246 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shPOZuJ246 .navbar-buttons {
  text-align: center;
}
.cid-shPOZuJ246 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shPOZuJ246 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shPOZuJ246 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shPOZuJ246 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shPOZuJ246 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shPOZuJ246 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shPOZuJ246 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPOZuJ246 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shPOZuJ246 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shPOZuJ246 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPOZuJ246 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shPOZuJ246 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shPOZuJ246 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shPOZuJ246 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shPOZuJ246 .soc-item {
  margin: .5rem .3rem;
}
.cid-shPOZuJ246 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shPOZuJ246 .navbar {
    height: 77px;
  }
  .cid-shPOZuJ246 .navbar.opened {
    height: auto;
  }
  .cid-shPOZuJ246 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shET7dqTJB {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shET7dqTJB .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shET7dqTJB .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shET7dqTJB .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shET7dqTJB .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shET7dqTJB .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shET7gqyDk {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shET7gqyDk .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shET7gqyDk .mbr-section-subtitle,
.cid-shET7gqyDk .mbr-section-btn DIV {
  color: #000000;
}
.cid-shET7j2mL2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shET7j2mL2 .mbr-section-subtitle {
  color: #767676;
}
.cid-shET7j2mL2 .container-table {
  margin: 0 auto;
}
.cid-shET7j2mL2 table.dataTable thead .sorting:before,
.cid-shET7j2mL2 table.dataTable thead .sorting:after,
.cid-shET7j2mL2 table.dataTable thead .sorting_asc:before,
.cid-shET7j2mL2 table.dataTable thead .sorting_asc:after,
.cid-shET7j2mL2 table.dataTable thead .sorting_desc:before,
.cid-shET7j2mL2 table.dataTable thead .sorting_desc:after,
.cid-shET7j2mL2 table.dataTable thead .sorting_asc_disabled:before,
.cid-shET7j2mL2 table.dataTable thead .sorting_asc_disabled:after,
.cid-shET7j2mL2 table.dataTable thead .sorting_desc_disabled:before,
.cid-shET7j2mL2 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shET7j2mL2 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shET7j2mL2 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shET7j2mL2 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shET7j2mL2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shET7j2mL2 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shET7j2mL2 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shET7j2mL2 .table-heads {
  color: #ffffff;
}
.cid-shET7j2mL2 .dataTables_wrapper {
  display: block;
}
.cid-shET7j2mL2 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shET7j2mL2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shET7j2mL2 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shET7j2mL2 table td,
.cid-shET7j2mL2 table th {
  white-space: nowrap;
}
.cid-shET7j2mL2 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shET7j2mL2 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shET7j2mL2 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shET7j2mL2 table.table {
  background: #ffffff;
}
.cid-shET7j2mL2 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shET7j2mL2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shET7j2mL2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shET7j2mL2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shET7j2mL2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shET7j2mL2 .dataTables_filter {
    text-align: center;
  }
  .cid-shET7j2mL2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shET7j2mL2 .mbr-section-title,
.cid-shET7j2mL2 .line-wrap {
  text-align: left;
}
.cid-shET7j2mL2 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-shEUJKFgpb {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shEUJKFgpb .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shEUJKFgpb .mbr-section-subtitle,
.cid-shEUJKFgpb .mbr-section-btn DIV {
  color: #000000;
}
.cid-shEUKxTckX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shEUKxTckX .mbr-section-subtitle {
  color: #767676;
}
.cid-shEUKxTckX .container-table {
  margin: 0 auto;
}
.cid-shEUKxTckX table.dataTable thead .sorting:before,
.cid-shEUKxTckX table.dataTable thead .sorting:after,
.cid-shEUKxTckX table.dataTable thead .sorting_asc:before,
.cid-shEUKxTckX table.dataTable thead .sorting_asc:after,
.cid-shEUKxTckX table.dataTable thead .sorting_desc:before,
.cid-shEUKxTckX table.dataTable thead .sorting_desc:after,
.cid-shEUKxTckX table.dataTable thead .sorting_asc_disabled:before,
.cid-shEUKxTckX table.dataTable thead .sorting_asc_disabled:after,
.cid-shEUKxTckX table.dataTable thead .sorting_desc_disabled:before,
.cid-shEUKxTckX table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shEUKxTckX .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shEUKxTckX .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shEUKxTckX .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shEUKxTckX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shEUKxTckX .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shEUKxTckX .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shEUKxTckX .table-heads {
  color: #ffffff;
}
.cid-shEUKxTckX .dataTables_wrapper {
  display: block;
}
.cid-shEUKxTckX .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shEUKxTckX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shEUKxTckX table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shEUKxTckX table td,
.cid-shEUKxTckX table th {
  white-space: nowrap;
}
.cid-shEUKxTckX table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shEUKxTckX table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shEUKxTckX table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shEUKxTckX table.table {
  background: #ffffff;
}
.cid-shEUKxTckX .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shEUKxTckX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shEUKxTckX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shEUKxTckX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shEUKxTckX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shEUKxTckX .dataTables_filter {
    text-align: center;
  }
  .cid-shEUKxTckX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shEUKxTckX .mbr-section-title,
.cid-shEUKxTckX .line-wrap {
  text-align: center;
}
.cid-shEUKxTckX .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sje2hpwvfC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2hpwvfC .content {
    text-align: center;
  }
  .cid-sje2hpwvfC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2hpwvfC .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2hpwvfC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2hpwvfC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2hpwvfC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2hpwvfC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2hpwvfC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2hpwvfC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2hpwvfC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2hpwvfC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2hpwvfC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2hpwvfC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2hpwvfC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2hpwvfC .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2hpwvfC .list-item {
  display: flex;
}
.cid-sje2hpwvfC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2hpwvfC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2hpwvfC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2hpwvfC ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2hpwvfC .mbr-text {
  color: #ffffff;
}
.cid-sje2hpwvfC .column-title {
  color: #ffffff;
}
.cid-sje2hpwvfC P {
  color: #ffffff;
}
.cid-sjf3p6iLoF .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3p6iLoF .nav-item,
.cid-sjf3p6iLoF .nav-link,
.cid-sjf3p6iLoF .navbar-caption {
  font-weight: normal;
}
.cid-sjf3p6iLoF .nav-item:focus,
.cid-sjf3p6iLoF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf3p6iLoF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf3p6iLoF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3p6iLoF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf3p6iLoF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf3p6iLoF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf3p6iLoF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf3p6iLoF .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-sjf3p6iLoF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf3p6iLoF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf3p6iLoF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf3p6iLoF .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf3p6iLoF .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf3p6iLoF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf3p6iLoF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf3p6iLoF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf3p6iLoF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf3p6iLoF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf3p6iLoF .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-sjf3p6iLoF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf3p6iLoF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf3p6iLoF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf3p6iLoF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf3p6iLoF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf3p6iLoF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf3p6iLoF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf3p6iLoF .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-sjf3p6iLoF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf3p6iLoF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf3p6iLoF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf3p6iLoF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf3p6iLoF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf3p6iLoF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf3p6iLoF .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf3p6iLoF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf3p6iLoF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf3p6iLoF .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-sjf3p6iLoF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf3p6iLoF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf3p6iLoF .dropdown-item.active,
.cid-sjf3p6iLoF .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf3p6iLoF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf3p6iLoF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf3p6iLoF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf3p6iLoF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf3p6iLoF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf3p6iLoF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf3p6iLoF .navbar-buttons {
  text-align: center;
}
.cid-sjf3p6iLoF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf3p6iLoF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf3p6iLoF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf3p6iLoF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3p6iLoF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3p6iLoF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf3p6iLoF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3p6iLoF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf3p6iLoF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf3p6iLoF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3p6iLoF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf3p6iLoF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf3p6iLoF .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf3p6iLoF .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf3p6iLoF .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf3p6iLoF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf3p6iLoF .navbar {
    height: 77px;
  }
  .cid-sjf3p6iLoF .navbar.opened {
    height: auto;
  }
  .cid-sjf3p6iLoF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shEXlcTOUy {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shEXlcTOUy .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shEXlcTOUy .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shEXlcTOUy .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shEXlcTOUy .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shEXlcTOUy .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shEXlf0Pdz {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shEXlf0Pdz .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shEXlf0Pdz .mbr-section-subtitle,
.cid-shEXlf0Pdz .mbr-section-btn DIV {
  color: #000000;
}
.cid-shEXlgGXB0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shEXlgGXB0 .mbr-section-subtitle {
  color: #767676;
}
.cid-shEXlgGXB0 .container-table {
  margin: 0 auto;
}
.cid-shEXlgGXB0 table.dataTable thead .sorting:before,
.cid-shEXlgGXB0 table.dataTable thead .sorting:after,
.cid-shEXlgGXB0 table.dataTable thead .sorting_asc:before,
.cid-shEXlgGXB0 table.dataTable thead .sorting_asc:after,
.cid-shEXlgGXB0 table.dataTable thead .sorting_desc:before,
.cid-shEXlgGXB0 table.dataTable thead .sorting_desc:after,
.cid-shEXlgGXB0 table.dataTable thead .sorting_asc_disabled:before,
.cid-shEXlgGXB0 table.dataTable thead .sorting_asc_disabled:after,
.cid-shEXlgGXB0 table.dataTable thead .sorting_desc_disabled:before,
.cid-shEXlgGXB0 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shEXlgGXB0 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shEXlgGXB0 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shEXlgGXB0 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shEXlgGXB0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shEXlgGXB0 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shEXlgGXB0 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shEXlgGXB0 .table-heads {
  color: #ffffff;
}
.cid-shEXlgGXB0 .dataTables_wrapper {
  display: block;
}
.cid-shEXlgGXB0 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shEXlgGXB0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shEXlgGXB0 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shEXlgGXB0 table td,
.cid-shEXlgGXB0 table th {
  white-space: nowrap;
}
.cid-shEXlgGXB0 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shEXlgGXB0 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shEXlgGXB0 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shEXlgGXB0 table.table {
  background: #ffffff;
}
.cid-shEXlgGXB0 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shEXlgGXB0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shEXlgGXB0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shEXlgGXB0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shEXlgGXB0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shEXlgGXB0 .dataTables_filter {
    text-align: center;
  }
  .cid-shEXlgGXB0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shEXlgGXB0 .mbr-section-title,
.cid-shEXlgGXB0 .line-wrap {
  text-align: left;
}
.cid-shEXlgGXB0 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sjf3tm6QR0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf3tm6QR0 .content {
    text-align: center;
  }
  .cid-sjf3tm6QR0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf3tm6QR0 .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf3tm6QR0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf3tm6QR0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf3tm6QR0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf3tm6QR0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf3tm6QR0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf3tm6QR0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf3tm6QR0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf3tm6QR0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf3tm6QR0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf3tm6QR0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf3tm6QR0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf3tm6QR0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf3tm6QR0 .list-item {
  display: flex;
}
.cid-sjf3tm6QR0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf3tm6QR0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf3tm6QR0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf3tm6QR0 ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf3tm6QR0 .mbr-text {
  color: #ffffff;
}
.cid-sjf3tm6QR0 .column-title {
  color: #ffffff;
}
.cid-sjf3tm6QR0 P {
  color: #ffffff;
}
.cid-sjf3z3dsVT .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3z3dsVT .nav-item,
.cid-sjf3z3dsVT .nav-link,
.cid-sjf3z3dsVT .navbar-caption {
  font-weight: normal;
}
.cid-sjf3z3dsVT .nav-item:focus,
.cid-sjf3z3dsVT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf3z3dsVT .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf3z3dsVT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3z3dsVT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf3z3dsVT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf3z3dsVT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf3z3dsVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf3z3dsVT .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-sjf3z3dsVT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf3z3dsVT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf3z3dsVT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf3z3dsVT .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf3z3dsVT .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf3z3dsVT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf3z3dsVT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf3z3dsVT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf3z3dsVT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf3z3dsVT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf3z3dsVT .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-sjf3z3dsVT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf3z3dsVT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf3z3dsVT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf3z3dsVT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf3z3dsVT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf3z3dsVT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf3z3dsVT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf3z3dsVT .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-sjf3z3dsVT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf3z3dsVT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf3z3dsVT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf3z3dsVT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf3z3dsVT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf3z3dsVT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf3z3dsVT .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf3z3dsVT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf3z3dsVT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf3z3dsVT .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-sjf3z3dsVT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf3z3dsVT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf3z3dsVT .dropdown-item.active,
.cid-sjf3z3dsVT .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf3z3dsVT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf3z3dsVT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf3z3dsVT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf3z3dsVT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf3z3dsVT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf3z3dsVT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf3z3dsVT .navbar-buttons {
  text-align: center;
}
.cid-sjf3z3dsVT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf3z3dsVT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf3z3dsVT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf3z3dsVT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3z3dsVT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3z3dsVT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf3z3dsVT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3z3dsVT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf3z3dsVT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf3z3dsVT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3z3dsVT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf3z3dsVT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf3z3dsVT .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf3z3dsVT .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf3z3dsVT .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf3z3dsVT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf3z3dsVT .navbar {
    height: 77px;
  }
  .cid-sjf3z3dsVT .navbar.opened {
    height: auto;
  }
  .cid-sjf3z3dsVT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shF4hcNziV {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shF4hcNziV .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shF4hcNziV .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shF4hcNziV .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shF4hcNziV .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shF4hcNziV .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shF4heQhK3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shF4heQhK3 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shF4heQhK3 .mbr-section-subtitle,
.cid-shF4heQhK3 .mbr-section-btn DIV {
  color: #000000;
}
.cid-shF4hglJmG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shF4hglJmG .mbr-section-subtitle {
  color: #767676;
}
.cid-shF4hglJmG .container-table {
  margin: 0 auto;
}
.cid-shF4hglJmG table.dataTable thead .sorting:before,
.cid-shF4hglJmG table.dataTable thead .sorting:after,
.cid-shF4hglJmG table.dataTable thead .sorting_asc:before,
.cid-shF4hglJmG table.dataTable thead .sorting_asc:after,
.cid-shF4hglJmG table.dataTable thead .sorting_desc:before,
.cid-shF4hglJmG table.dataTable thead .sorting_desc:after,
.cid-shF4hglJmG table.dataTable thead .sorting_asc_disabled:before,
.cid-shF4hglJmG table.dataTable thead .sorting_asc_disabled:after,
.cid-shF4hglJmG table.dataTable thead .sorting_desc_disabled:before,
.cid-shF4hglJmG table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shF4hglJmG .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shF4hglJmG .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shF4hglJmG .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shF4hglJmG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shF4hglJmG .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shF4hglJmG .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shF4hglJmG .table-heads {
  color: #ffffff;
}
.cid-shF4hglJmG .dataTables_wrapper {
  display: block;
}
.cid-shF4hglJmG .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shF4hglJmG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shF4hglJmG table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shF4hglJmG table td,
.cid-shF4hglJmG table th {
  white-space: nowrap;
}
.cid-shF4hglJmG table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shF4hglJmG table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shF4hglJmG table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shF4hglJmG table.table {
  background: #ffffff;
}
.cid-shF4hglJmG .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shF4hglJmG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shF4hglJmG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shF4hglJmG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shF4hglJmG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shF4hglJmG .dataTables_filter {
    text-align: center;
  }
  .cid-shF4hglJmG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shF4hglJmG .mbr-section-title,
.cid-shF4hglJmG .line-wrap {
  text-align: left;
}
.cid-shF4hglJmG .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sjf3BU4XMc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf3BU4XMc .content {
    text-align: center;
  }
  .cid-sjf3BU4XMc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf3BU4XMc .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf3BU4XMc .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf3BU4XMc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf3BU4XMc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf3BU4XMc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf3BU4XMc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf3BU4XMc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf3BU4XMc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf3BU4XMc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf3BU4XMc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf3BU4XMc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf3BU4XMc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf3BU4XMc .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf3BU4XMc .list-item {
  display: flex;
}
.cid-sjf3BU4XMc .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf3BU4XMc ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf3BU4XMc ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf3BU4XMc ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf3BU4XMc .mbr-text {
  color: #ffffff;
}
.cid-sjf3BU4XMc .column-title {
  color: #ffffff;
}
.cid-sjf3BU4XMc P {
  color: #ffffff;
}
.cid-sjf3GeCuBu .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3GeCuBu .nav-item,
.cid-sjf3GeCuBu .nav-link,
.cid-sjf3GeCuBu .navbar-caption {
  font-weight: normal;
}
.cid-sjf3GeCuBu .nav-item:focus,
.cid-sjf3GeCuBu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf3GeCuBu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf3GeCuBu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3GeCuBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf3GeCuBu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf3GeCuBu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf3GeCuBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf3GeCuBu .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-sjf3GeCuBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf3GeCuBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf3GeCuBu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf3GeCuBu .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf3GeCuBu .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf3GeCuBu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf3GeCuBu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf3GeCuBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf3GeCuBu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf3GeCuBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf3GeCuBu .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-sjf3GeCuBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf3GeCuBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf3GeCuBu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf3GeCuBu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf3GeCuBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf3GeCuBu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf3GeCuBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf3GeCuBu .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-sjf3GeCuBu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf3GeCuBu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf3GeCuBu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf3GeCuBu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf3GeCuBu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf3GeCuBu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf3GeCuBu .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf3GeCuBu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf3GeCuBu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf3GeCuBu .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-sjf3GeCuBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf3GeCuBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf3GeCuBu .dropdown-item.active,
.cid-sjf3GeCuBu .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf3GeCuBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf3GeCuBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf3GeCuBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf3GeCuBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf3GeCuBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf3GeCuBu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf3GeCuBu .navbar-buttons {
  text-align: center;
}
.cid-sjf3GeCuBu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf3GeCuBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf3GeCuBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf3GeCuBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3GeCuBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3GeCuBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf3GeCuBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3GeCuBu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf3GeCuBu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf3GeCuBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3GeCuBu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf3GeCuBu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf3GeCuBu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf3GeCuBu .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf3GeCuBu .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf3GeCuBu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf3GeCuBu .navbar {
    height: 77px;
  }
  .cid-sjf3GeCuBu .navbar.opened {
    height: auto;
  }
  .cid-sjf3GeCuBu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shF7FEyOeK {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shF7FEyOeK .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shF7FEyOeK .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shF7FEyOeK .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shF7FEyOeK .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shF7FEyOeK .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shF7FH1R2S {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shF7FH1R2S .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shF7FH1R2S .mbr-section-subtitle,
.cid-shF7FH1R2S .mbr-section-btn DIV {
  color: #000000;
}
.cid-shF7FIuRTZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shF7FIuRTZ .mbr-section-subtitle {
  color: #767676;
}
.cid-shF7FIuRTZ .container-table {
  margin: 0 auto;
}
.cid-shF7FIuRTZ table.dataTable thead .sorting:before,
.cid-shF7FIuRTZ table.dataTable thead .sorting:after,
.cid-shF7FIuRTZ table.dataTable thead .sorting_asc:before,
.cid-shF7FIuRTZ table.dataTable thead .sorting_asc:after,
.cid-shF7FIuRTZ table.dataTable thead .sorting_desc:before,
.cid-shF7FIuRTZ table.dataTable thead .sorting_desc:after,
.cid-shF7FIuRTZ table.dataTable thead .sorting_asc_disabled:before,
.cid-shF7FIuRTZ table.dataTable thead .sorting_asc_disabled:after,
.cid-shF7FIuRTZ table.dataTable thead .sorting_desc_disabled:before,
.cid-shF7FIuRTZ table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shF7FIuRTZ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shF7FIuRTZ .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shF7FIuRTZ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shF7FIuRTZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shF7FIuRTZ .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shF7FIuRTZ .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shF7FIuRTZ .table-heads {
  color: #ffffff;
}
.cid-shF7FIuRTZ .dataTables_wrapper {
  display: block;
}
.cid-shF7FIuRTZ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shF7FIuRTZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shF7FIuRTZ table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shF7FIuRTZ table td,
.cid-shF7FIuRTZ table th {
  white-space: nowrap;
}
.cid-shF7FIuRTZ table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shF7FIuRTZ table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shF7FIuRTZ table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shF7FIuRTZ table.table {
  background: #ffffff;
}
.cid-shF7FIuRTZ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shF7FIuRTZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shF7FIuRTZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shF7FIuRTZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shF7FIuRTZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shF7FIuRTZ .dataTables_filter {
    text-align: center;
  }
  .cid-shF7FIuRTZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shF7FIuRTZ .mbr-section-title,
.cid-shF7FIuRTZ .line-wrap {
  text-align: left;
}
.cid-shF7FIuRTZ .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-shFbBFijEM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shFbBFijEM .mbr-section-subtitle {
  color: #767676;
}
.cid-shFbBFijEM .container-table {
  margin: 0 auto;
}
.cid-shFbBFijEM table.dataTable thead .sorting:before,
.cid-shFbBFijEM table.dataTable thead .sorting:after,
.cid-shFbBFijEM table.dataTable thead .sorting_asc:before,
.cid-shFbBFijEM table.dataTable thead .sorting_asc:after,
.cid-shFbBFijEM table.dataTable thead .sorting_desc:before,
.cid-shFbBFijEM table.dataTable thead .sorting_desc:after,
.cid-shFbBFijEM table.dataTable thead .sorting_asc_disabled:before,
.cid-shFbBFijEM table.dataTable thead .sorting_asc_disabled:after,
.cid-shFbBFijEM table.dataTable thead .sorting_desc_disabled:before,
.cid-shFbBFijEM table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shFbBFijEM .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shFbBFijEM .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shFbBFijEM .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shFbBFijEM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shFbBFijEM .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shFbBFijEM .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shFbBFijEM .table-heads {
  color: #ffffff;
}
.cid-shFbBFijEM .dataTables_wrapper {
  display: block;
}
.cid-shFbBFijEM .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shFbBFijEM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shFbBFijEM table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shFbBFijEM table td,
.cid-shFbBFijEM table th {
  white-space: nowrap;
}
.cid-shFbBFijEM table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shFbBFijEM table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shFbBFijEM table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shFbBFijEM table.table {
  background: #ffffff;
}
.cid-shFbBFijEM .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shFbBFijEM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shFbBFijEM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shFbBFijEM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shFbBFijEM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shFbBFijEM .dataTables_filter {
    text-align: center;
  }
  .cid-shFbBFijEM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shFbBFijEM .mbr-section-title,
.cid-shFbBFijEM .line-wrap {
  text-align: left;
}
.cid-shFbBFijEM .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-shFcHjpgfu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shFcHjpgfu .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFcHjpgfu .mbr-section-subtitle,
.cid-shFcHjpgfu .mbr-section-btn DIV {
  color: #000000;
}
.cid-sjf3UwzbBX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf3UwzbBX .content {
    text-align: center;
  }
  .cid-sjf3UwzbBX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf3UwzbBX .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf3UwzbBX .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf3UwzbBX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf3UwzbBX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf3UwzbBX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf3UwzbBX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf3UwzbBX .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf3UwzbBX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf3UwzbBX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf3UwzbBX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf3UwzbBX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf3UwzbBX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf3UwzbBX .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf3UwzbBX .list-item {
  display: flex;
}
.cid-sjf3UwzbBX .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf3UwzbBX ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf3UwzbBX ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf3UwzbBX ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf3UwzbBX .mbr-text {
  color: #ffffff;
}
.cid-sjf3UwzbBX .column-title {
  color: #ffffff;
}
.cid-sjf3UwzbBX P {
  color: #ffffff;
}
.cid-sjf3Ym4MSb .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3Ym4MSb .nav-item,
.cid-sjf3Ym4MSb .nav-link,
.cid-sjf3Ym4MSb .navbar-caption {
  font-weight: normal;
}
.cid-sjf3Ym4MSb .nav-item:focus,
.cid-sjf3Ym4MSb .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf3Ym4MSb .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf3Ym4MSb .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf3Ym4MSb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf3Ym4MSb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf3Ym4MSb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf3Ym4MSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf3Ym4MSb .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-sjf3Ym4MSb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf3Ym4MSb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf3Ym4MSb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf3Ym4MSb .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf3Ym4MSb .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf3Ym4MSb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf3Ym4MSb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf3Ym4MSb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf3Ym4MSb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf3Ym4MSb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf3Ym4MSb .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-sjf3Ym4MSb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf3Ym4MSb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf3Ym4MSb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf3Ym4MSb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf3Ym4MSb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf3Ym4MSb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf3Ym4MSb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf3Ym4MSb .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-sjf3Ym4MSb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf3Ym4MSb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf3Ym4MSb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf3Ym4MSb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf3Ym4MSb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf3Ym4MSb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf3Ym4MSb .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf3Ym4MSb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf3Ym4MSb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf3Ym4MSb .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-sjf3Ym4MSb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf3Ym4MSb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf3Ym4MSb .dropdown-item.active,
.cid-sjf3Ym4MSb .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf3Ym4MSb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf3Ym4MSb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf3Ym4MSb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf3Ym4MSb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf3Ym4MSb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf3Ym4MSb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf3Ym4MSb .navbar-buttons {
  text-align: center;
}
.cid-sjf3Ym4MSb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf3Ym4MSb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf3Ym4MSb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf3Ym4MSb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3Ym4MSb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf3Ym4MSb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf3Ym4MSb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3Ym4MSb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf3Ym4MSb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf3Ym4MSb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf3Ym4MSb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf3Ym4MSb a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf3Ym4MSb .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf3Ym4MSb .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf3Ym4MSb .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf3Ym4MSb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf3Ym4MSb .navbar {
    height: 77px;
  }
  .cid-sjf3Ym4MSb .navbar.opened {
    height: auto;
  }
  .cid-sjf3Ym4MSb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shFd60ayRC {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shFd60ayRC .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFd60ayRC .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shFd60ayRC .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shFd60ayRC .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shFd60ayRC .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shFd62boqe {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shFd62boqe .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFd62boqe .mbr-section-subtitle,
.cid-shFd62boqe .mbr-section-btn DIV {
  color: #000000;
}
.cid-shFd63A8dR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shFd63A8dR .mbr-section-subtitle {
  color: #767676;
}
.cid-shFd63A8dR .container-table {
  margin: 0 auto;
}
.cid-shFd63A8dR table.dataTable thead .sorting:before,
.cid-shFd63A8dR table.dataTable thead .sorting:after,
.cid-shFd63A8dR table.dataTable thead .sorting_asc:before,
.cid-shFd63A8dR table.dataTable thead .sorting_asc:after,
.cid-shFd63A8dR table.dataTable thead .sorting_desc:before,
.cid-shFd63A8dR table.dataTable thead .sorting_desc:after,
.cid-shFd63A8dR table.dataTable thead .sorting_asc_disabled:before,
.cid-shFd63A8dR table.dataTable thead .sorting_asc_disabled:after,
.cid-shFd63A8dR table.dataTable thead .sorting_desc_disabled:before,
.cid-shFd63A8dR table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shFd63A8dR .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shFd63A8dR .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shFd63A8dR .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shFd63A8dR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shFd63A8dR .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shFd63A8dR .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shFd63A8dR .table-heads {
  color: #ffffff;
}
.cid-shFd63A8dR .dataTables_wrapper {
  display: block;
}
.cid-shFd63A8dR .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shFd63A8dR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shFd63A8dR table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shFd63A8dR table td,
.cid-shFd63A8dR table th {
  white-space: nowrap;
}
.cid-shFd63A8dR table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shFd63A8dR table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shFd63A8dR table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shFd63A8dR table.table {
  background: #ffffff;
}
.cid-shFd63A8dR .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shFd63A8dR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shFd63A8dR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shFd63A8dR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shFd63A8dR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shFd63A8dR .dataTables_filter {
    text-align: center;
  }
  .cid-shFd63A8dR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shFd63A8dR .mbr-section-title,
.cid-shFd63A8dR .line-wrap {
  text-align: left;
}
.cid-shFd63A8dR .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sjf41qZknx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf41qZknx .content {
    text-align: center;
  }
  .cid-sjf41qZknx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf41qZknx .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf41qZknx .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf41qZknx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf41qZknx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf41qZknx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf41qZknx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf41qZknx .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf41qZknx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf41qZknx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf41qZknx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf41qZknx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf41qZknx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf41qZknx .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf41qZknx .list-item {
  display: flex;
}
.cid-sjf41qZknx .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf41qZknx ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf41qZknx ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf41qZknx ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf41qZknx .mbr-text {
  color: #ffffff;
}
.cid-sjf41qZknx .column-title {
  color: #ffffff;
}
.cid-sjf41qZknx P {
  color: #ffffff;
}
.cid-sjf45e5AMd .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf45e5AMd .nav-item,
.cid-sjf45e5AMd .nav-link,
.cid-sjf45e5AMd .navbar-caption {
  font-weight: normal;
}
.cid-sjf45e5AMd .nav-item:focus,
.cid-sjf45e5AMd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf45e5AMd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf45e5AMd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf45e5AMd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf45e5AMd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf45e5AMd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf45e5AMd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf45e5AMd .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-sjf45e5AMd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf45e5AMd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf45e5AMd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf45e5AMd .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf45e5AMd .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf45e5AMd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf45e5AMd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf45e5AMd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf45e5AMd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf45e5AMd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf45e5AMd .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-sjf45e5AMd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf45e5AMd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf45e5AMd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf45e5AMd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf45e5AMd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf45e5AMd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf45e5AMd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf45e5AMd .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-sjf45e5AMd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf45e5AMd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf45e5AMd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf45e5AMd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf45e5AMd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf45e5AMd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf45e5AMd .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf45e5AMd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf45e5AMd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf45e5AMd .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-sjf45e5AMd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf45e5AMd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf45e5AMd .dropdown-item.active,
.cid-sjf45e5AMd .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf45e5AMd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf45e5AMd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf45e5AMd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf45e5AMd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf45e5AMd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf45e5AMd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf45e5AMd .navbar-buttons {
  text-align: center;
}
.cid-sjf45e5AMd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf45e5AMd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf45e5AMd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf45e5AMd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf45e5AMd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf45e5AMd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf45e5AMd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf45e5AMd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf45e5AMd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf45e5AMd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf45e5AMd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf45e5AMd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf45e5AMd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf45e5AMd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf45e5AMd .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf45e5AMd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf45e5AMd .navbar {
    height: 77px;
  }
  .cid-sjf45e5AMd .navbar.opened {
    height: auto;
  }
  .cid-sjf45e5AMd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shFgmLrDXq {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shFgmLrDXq .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFgmLrDXq .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shFgmLrDXq .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shFgmLrDXq .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shFgmLrDXq .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shFgmNoKW9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shFgmNoKW9 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFgmNoKW9 .mbr-section-subtitle,
.cid-shFgmNoKW9 .mbr-section-btn DIV {
  color: #000000;
}
.cid-shFgmOLOrC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shFgmOLOrC .mbr-section-subtitle {
  color: #767676;
}
.cid-shFgmOLOrC .container-table {
  margin: 0 auto;
}
.cid-shFgmOLOrC table.dataTable thead .sorting:before,
.cid-shFgmOLOrC table.dataTable thead .sorting:after,
.cid-shFgmOLOrC table.dataTable thead .sorting_asc:before,
.cid-shFgmOLOrC table.dataTable thead .sorting_asc:after,
.cid-shFgmOLOrC table.dataTable thead .sorting_desc:before,
.cid-shFgmOLOrC table.dataTable thead .sorting_desc:after,
.cid-shFgmOLOrC table.dataTable thead .sorting_asc_disabled:before,
.cid-shFgmOLOrC table.dataTable thead .sorting_asc_disabled:after,
.cid-shFgmOLOrC table.dataTable thead .sorting_desc_disabled:before,
.cid-shFgmOLOrC table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shFgmOLOrC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shFgmOLOrC .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shFgmOLOrC .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shFgmOLOrC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shFgmOLOrC .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shFgmOLOrC .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shFgmOLOrC .table-heads {
  color: #ffffff;
}
.cid-shFgmOLOrC .dataTables_wrapper {
  display: block;
}
.cid-shFgmOLOrC .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shFgmOLOrC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shFgmOLOrC table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shFgmOLOrC table td,
.cid-shFgmOLOrC table th {
  white-space: nowrap;
}
.cid-shFgmOLOrC table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shFgmOLOrC table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shFgmOLOrC table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shFgmOLOrC table.table {
  background: #ffffff;
}
.cid-shFgmOLOrC .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shFgmOLOrC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shFgmOLOrC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shFgmOLOrC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shFgmOLOrC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shFgmOLOrC .dataTables_filter {
    text-align: center;
  }
  .cid-shFgmOLOrC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shFgmOLOrC .mbr-section-title,
.cid-shFgmOLOrC .line-wrap {
  text-align: left;
}
.cid-shFgmOLOrC .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sjf48pzqfF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf48pzqfF .content {
    text-align: center;
  }
  .cid-sjf48pzqfF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf48pzqfF .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf48pzqfF .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf48pzqfF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf48pzqfF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf48pzqfF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf48pzqfF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf48pzqfF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf48pzqfF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf48pzqfF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf48pzqfF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf48pzqfF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf48pzqfF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf48pzqfF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf48pzqfF .list-item {
  display: flex;
}
.cid-sjf48pzqfF .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf48pzqfF ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf48pzqfF ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf48pzqfF ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf48pzqfF .mbr-text {
  color: #ffffff;
}
.cid-sjf48pzqfF .column-title {
  color: #ffffff;
}
.cid-sjf48pzqfF P {
  color: #ffffff;
}
.cid-sjf4AhaDdE .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf4AhaDdE .nav-item,
.cid-sjf4AhaDdE .nav-link,
.cid-sjf4AhaDdE .navbar-caption {
  font-weight: normal;
}
.cid-sjf4AhaDdE .nav-item:focus,
.cid-sjf4AhaDdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf4AhaDdE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf4AhaDdE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf4AhaDdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf4AhaDdE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf4AhaDdE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf4AhaDdE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf4AhaDdE .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-sjf4AhaDdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf4AhaDdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf4AhaDdE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf4AhaDdE .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf4AhaDdE .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf4AhaDdE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf4AhaDdE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf4AhaDdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf4AhaDdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf4AhaDdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf4AhaDdE .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-sjf4AhaDdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf4AhaDdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf4AhaDdE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf4AhaDdE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf4AhaDdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf4AhaDdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf4AhaDdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf4AhaDdE .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-sjf4AhaDdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf4AhaDdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf4AhaDdE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf4AhaDdE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf4AhaDdE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf4AhaDdE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf4AhaDdE .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf4AhaDdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf4AhaDdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf4AhaDdE .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-sjf4AhaDdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf4AhaDdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf4AhaDdE .dropdown-item.active,
.cid-sjf4AhaDdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf4AhaDdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf4AhaDdE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf4AhaDdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf4AhaDdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf4AhaDdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf4AhaDdE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf4AhaDdE .navbar-buttons {
  text-align: center;
}
.cid-sjf4AhaDdE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf4AhaDdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf4AhaDdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf4AhaDdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf4AhaDdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf4AhaDdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf4AhaDdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf4AhaDdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf4AhaDdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf4AhaDdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf4AhaDdE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf4AhaDdE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf4AhaDdE .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf4AhaDdE .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf4AhaDdE .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf4AhaDdE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf4AhaDdE .navbar {
    height: 77px;
  }
  .cid-sjf4AhaDdE .navbar.opened {
    height: auto;
  }
  .cid-sjf4AhaDdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shFlcLuRyS {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shFlcLuRyS .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFlcLuRyS .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shFlcLuRyS .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shFlcLuRyS .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shFlcLuRyS .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shFlcMVd6v {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shFlcMVd6v .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFlcMVd6v .mbr-section-subtitle,
.cid-shFlcMVd6v .mbr-section-btn DIV {
  color: #000000;
}
.cid-shFlcOsSpX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shFlcOsSpX .mbr-section-subtitle {
  color: #767676;
}
.cid-shFlcOsSpX .container-table {
  margin: 0 auto;
}
.cid-shFlcOsSpX table.dataTable thead .sorting:before,
.cid-shFlcOsSpX table.dataTable thead .sorting:after,
.cid-shFlcOsSpX table.dataTable thead .sorting_asc:before,
.cid-shFlcOsSpX table.dataTable thead .sorting_asc:after,
.cid-shFlcOsSpX table.dataTable thead .sorting_desc:before,
.cid-shFlcOsSpX table.dataTable thead .sorting_desc:after,
.cid-shFlcOsSpX table.dataTable thead .sorting_asc_disabled:before,
.cid-shFlcOsSpX table.dataTable thead .sorting_asc_disabled:after,
.cid-shFlcOsSpX table.dataTable thead .sorting_desc_disabled:before,
.cid-shFlcOsSpX table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shFlcOsSpX .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shFlcOsSpX .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shFlcOsSpX .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shFlcOsSpX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shFlcOsSpX .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shFlcOsSpX .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shFlcOsSpX .table-heads {
  color: #ffffff;
}
.cid-shFlcOsSpX .dataTables_wrapper {
  display: block;
}
.cid-shFlcOsSpX .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shFlcOsSpX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shFlcOsSpX table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shFlcOsSpX table td,
.cid-shFlcOsSpX table th {
  white-space: nowrap;
}
.cid-shFlcOsSpX table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shFlcOsSpX table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shFlcOsSpX table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shFlcOsSpX table.table {
  background: #ffffff;
}
.cid-shFlcOsSpX .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shFlcOsSpX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shFlcOsSpX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shFlcOsSpX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shFlcOsSpX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shFlcOsSpX .dataTables_filter {
    text-align: center;
  }
  .cid-shFlcOsSpX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shFlcOsSpX .mbr-section-title,
.cid-shFlcOsSpX .line-wrap {
  text-align: left;
}
.cid-shFlcOsSpX .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sjf4E8XqQA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf4E8XqQA .content {
    text-align: center;
  }
  .cid-sjf4E8XqQA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf4E8XqQA .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf4E8XqQA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf4E8XqQA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf4E8XqQA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf4E8XqQA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf4E8XqQA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf4E8XqQA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf4E8XqQA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf4E8XqQA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf4E8XqQA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf4E8XqQA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf4E8XqQA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf4E8XqQA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf4E8XqQA .list-item {
  display: flex;
}
.cid-sjf4E8XqQA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf4E8XqQA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf4E8XqQA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf4E8XqQA ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf4E8XqQA .mbr-text {
  color: #ffffff;
}
.cid-sjf4E8XqQA .column-title {
  color: #ffffff;
}
.cid-sjf4E8XqQA P {
  color: #ffffff;
}
.cid-sjf4IpLvPH .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf4IpLvPH .nav-item,
.cid-sjf4IpLvPH .nav-link,
.cid-sjf4IpLvPH .navbar-caption {
  font-weight: normal;
}
.cid-sjf4IpLvPH .nav-item:focus,
.cid-sjf4IpLvPH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf4IpLvPH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf4IpLvPH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf4IpLvPH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf4IpLvPH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf4IpLvPH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf4IpLvPH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf4IpLvPH .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-sjf4IpLvPH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf4IpLvPH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf4IpLvPH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf4IpLvPH .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf4IpLvPH .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf4IpLvPH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf4IpLvPH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf4IpLvPH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf4IpLvPH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf4IpLvPH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf4IpLvPH .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-sjf4IpLvPH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf4IpLvPH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf4IpLvPH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf4IpLvPH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf4IpLvPH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf4IpLvPH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf4IpLvPH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf4IpLvPH .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-sjf4IpLvPH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf4IpLvPH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf4IpLvPH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf4IpLvPH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf4IpLvPH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf4IpLvPH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf4IpLvPH .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf4IpLvPH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf4IpLvPH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf4IpLvPH .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-sjf4IpLvPH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf4IpLvPH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf4IpLvPH .dropdown-item.active,
.cid-sjf4IpLvPH .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf4IpLvPH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf4IpLvPH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf4IpLvPH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf4IpLvPH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf4IpLvPH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf4IpLvPH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf4IpLvPH .navbar-buttons {
  text-align: center;
}
.cid-sjf4IpLvPH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf4IpLvPH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf4IpLvPH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf4IpLvPH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf4IpLvPH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf4IpLvPH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf4IpLvPH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf4IpLvPH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf4IpLvPH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf4IpLvPH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf4IpLvPH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf4IpLvPH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf4IpLvPH .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf4IpLvPH .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf4IpLvPH .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf4IpLvPH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf4IpLvPH .navbar {
    height: 77px;
  }
  .cid-sjf4IpLvPH .navbar.opened {
    height: auto;
  }
  .cid-sjf4IpLvPH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shFo6w5ZOZ {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shFo6w5ZOZ .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFo6w5ZOZ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shFo6w5ZOZ .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shFo6w5ZOZ .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shFo6w5ZOZ .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shFo6xUi62 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shFo6xUi62 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFo6xUi62 .mbr-section-subtitle,
.cid-shFo6xUi62 .mbr-section-btn DIV {
  color: #000000;
}
.cid-shFo6zBtFC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shFo6zBtFC .mbr-section-subtitle {
  color: #767676;
}
.cid-shFo6zBtFC .container-table {
  margin: 0 auto;
}
.cid-shFo6zBtFC table.dataTable thead .sorting:before,
.cid-shFo6zBtFC table.dataTable thead .sorting:after,
.cid-shFo6zBtFC table.dataTable thead .sorting_asc:before,
.cid-shFo6zBtFC table.dataTable thead .sorting_asc:after,
.cid-shFo6zBtFC table.dataTable thead .sorting_desc:before,
.cid-shFo6zBtFC table.dataTable thead .sorting_desc:after,
.cid-shFo6zBtFC table.dataTable thead .sorting_asc_disabled:before,
.cid-shFo6zBtFC table.dataTable thead .sorting_asc_disabled:after,
.cid-shFo6zBtFC table.dataTable thead .sorting_desc_disabled:before,
.cid-shFo6zBtFC table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shFo6zBtFC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shFo6zBtFC .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shFo6zBtFC .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shFo6zBtFC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shFo6zBtFC .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shFo6zBtFC .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shFo6zBtFC .table-heads {
  color: #ffffff;
}
.cid-shFo6zBtFC .dataTables_wrapper {
  display: block;
}
.cid-shFo6zBtFC .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shFo6zBtFC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shFo6zBtFC table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shFo6zBtFC table td,
.cid-shFo6zBtFC table th {
  white-space: nowrap;
}
.cid-shFo6zBtFC table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shFo6zBtFC table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shFo6zBtFC table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shFo6zBtFC table.table {
  background: #ffffff;
}
.cid-shFo6zBtFC .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shFo6zBtFC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shFo6zBtFC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shFo6zBtFC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shFo6zBtFC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shFo6zBtFC .dataTables_filter {
    text-align: center;
  }
  .cid-shFo6zBtFC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shFo6zBtFC .mbr-section-title,
.cid-shFo6zBtFC .line-wrap {
  text-align: left;
}
.cid-shFo6zBtFC .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sjf4JUGBy1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf4JUGBy1 .content {
    text-align: center;
  }
  .cid-sjf4JUGBy1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf4JUGBy1 .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf4JUGBy1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf4JUGBy1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf4JUGBy1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf4JUGBy1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf4JUGBy1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf4JUGBy1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf4JUGBy1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf4JUGBy1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf4JUGBy1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf4JUGBy1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf4JUGBy1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf4JUGBy1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf4JUGBy1 .list-item {
  display: flex;
}
.cid-sjf4JUGBy1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf4JUGBy1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf4JUGBy1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf4JUGBy1 ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf4JUGBy1 .mbr-text {
  color: #ffffff;
}
.cid-sjf4JUGBy1 .column-title {
  color: #ffffff;
}
.cid-sjf4JUGBy1 P {
  color: #ffffff;
}
.cid-sjf4PUVHEV .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf4PUVHEV .nav-item,
.cid-sjf4PUVHEV .nav-link,
.cid-sjf4PUVHEV .navbar-caption {
  font-weight: normal;
}
.cid-sjf4PUVHEV .nav-item:focus,
.cid-sjf4PUVHEV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf4PUVHEV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf4PUVHEV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf4PUVHEV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf4PUVHEV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf4PUVHEV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf4PUVHEV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf4PUVHEV .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-sjf4PUVHEV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf4PUVHEV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf4PUVHEV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf4PUVHEV .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf4PUVHEV .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf4PUVHEV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf4PUVHEV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf4PUVHEV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf4PUVHEV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf4PUVHEV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf4PUVHEV .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-sjf4PUVHEV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf4PUVHEV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf4PUVHEV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf4PUVHEV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf4PUVHEV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf4PUVHEV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf4PUVHEV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf4PUVHEV .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-sjf4PUVHEV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf4PUVHEV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf4PUVHEV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf4PUVHEV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf4PUVHEV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf4PUVHEV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf4PUVHEV .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf4PUVHEV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf4PUVHEV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf4PUVHEV .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-sjf4PUVHEV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf4PUVHEV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf4PUVHEV .dropdown-item.active,
.cid-sjf4PUVHEV .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf4PUVHEV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf4PUVHEV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf4PUVHEV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf4PUVHEV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf4PUVHEV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf4PUVHEV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf4PUVHEV .navbar-buttons {
  text-align: center;
}
.cid-sjf4PUVHEV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf4PUVHEV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf4PUVHEV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf4PUVHEV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf4PUVHEV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf4PUVHEV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf4PUVHEV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf4PUVHEV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf4PUVHEV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf4PUVHEV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf4PUVHEV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf4PUVHEV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf4PUVHEV .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf4PUVHEV .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf4PUVHEV .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf4PUVHEV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf4PUVHEV .navbar {
    height: 77px;
  }
  .cid-sjf4PUVHEV .navbar.opened {
    height: auto;
  }
  .cid-sjf4PUVHEV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shFoLTH18A {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shFoLTH18A .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFoLTH18A .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shFoLTH18A .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shFoLTH18A .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shFoLTH18A .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shFoLWzaEK {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shFoLWzaEK .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shFoLWzaEK .mbr-section-subtitle,
.cid-shFoLWzaEK .mbr-section-btn DIV {
  color: #000000;
}
.cid-sjf4QeiVPB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf4QeiVPB .content {
    text-align: center;
  }
  .cid-sjf4QeiVPB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf4QeiVPB .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf4QeiVPB .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf4QeiVPB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf4QeiVPB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf4QeiVPB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf4QeiVPB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf4QeiVPB .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf4QeiVPB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf4QeiVPB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf4QeiVPB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf4QeiVPB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf4QeiVPB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf4QeiVPB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf4QeiVPB .list-item {
  display: flex;
}
.cid-sjf4QeiVPB .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf4QeiVPB ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf4QeiVPB ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf4QeiVPB ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf4QeiVPB .mbr-text {
  color: #ffffff;
}
.cid-sjf4QeiVPB .column-title {
  color: #ffffff;
}
.cid-sjf4QeiVPB P {
  color: #ffffff;
}
.cid-shPPaqkUfu .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPPaqkUfu .nav-item,
.cid-shPPaqkUfu .nav-link,
.cid-shPPaqkUfu .navbar-caption {
  font-weight: normal;
}
.cid-shPPaqkUfu .nav-item:focus,
.cid-shPPaqkUfu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shPPaqkUfu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shPPaqkUfu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPPaqkUfu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shPPaqkUfu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shPPaqkUfu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shPPaqkUfu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shPPaqkUfu .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-shPPaqkUfu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shPPaqkUfu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shPPaqkUfu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shPPaqkUfu .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shPPaqkUfu .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shPPaqkUfu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shPPaqkUfu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shPPaqkUfu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shPPaqkUfu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shPPaqkUfu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shPPaqkUfu .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-shPPaqkUfu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shPPaqkUfu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shPPaqkUfu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shPPaqkUfu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shPPaqkUfu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shPPaqkUfu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shPPaqkUfu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shPPaqkUfu .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-shPPaqkUfu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shPPaqkUfu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shPPaqkUfu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shPPaqkUfu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shPPaqkUfu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shPPaqkUfu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shPPaqkUfu .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shPPaqkUfu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shPPaqkUfu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shPPaqkUfu .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-shPPaqkUfu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shPPaqkUfu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shPPaqkUfu .dropdown-item.active,
.cid-shPPaqkUfu .dropdown-item:active {
  background-color: transparent;
}
.cid-shPPaqkUfu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shPPaqkUfu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shPPaqkUfu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shPPaqkUfu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shPPaqkUfu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shPPaqkUfu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shPPaqkUfu .navbar-buttons {
  text-align: center;
}
.cid-shPPaqkUfu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shPPaqkUfu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shPPaqkUfu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shPPaqkUfu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shPPaqkUfu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shPPaqkUfu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shPPaqkUfu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPPaqkUfu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shPPaqkUfu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shPPaqkUfu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPPaqkUfu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shPPaqkUfu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shPPaqkUfu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shPPaqkUfu .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shPPaqkUfu .soc-item {
  margin: .5rem .3rem;
}
.cid-shPPaqkUfu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shPPaqkUfu .navbar {
    height: 77px;
  }
  .cid-shPPaqkUfu .navbar.opened {
    height: auto;
  }
  .cid-shPPaqkUfu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shQtm4S4th {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shQtm4S4th .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-shQtm4S4th .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-shQtm4S4th .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-shQtm4S4th .section-text,
.cid-shQtm4S4th .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-shQtm4S4th .section-text,
  .cid-shQtm4S4th .card-text,
  .cid-shQtm4S4th .card-title,
  .cid-shQtm4S4th .mbr-section-title {
    text-align: center;
  }
}
.cid-shQtm4S4th .card-text,
.cid-shQtm4S4th .mbr-section-btn {
  color: #000000;
}
.cid-shQtm4S4th .section-text {
  color: #000000;
}
.cid-shKGQk8FrF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shKGQk8FrF .card-box {
  padding: 0 2rem;
}
.cid-shKGQk8FrF .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shKGQk8FrF .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shKGQk8FrF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shKGQk8FrF p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shKGQk8FrF .mbr-text {
  color: #767676;
}
.cid-shKGQk8FrF .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shKGQk8FrF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-shKGQmHiAS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shKGQmHiAS .card-box {
  padding: 0 2rem;
}
.cid-shKGQmHiAS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shKGQmHiAS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shKGQmHiAS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shKGQmHiAS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shKGQmHiAS .mbr-text {
  color: #767676;
}
.cid-shKGQmHiAS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shKGQmHiAS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-shKGQp9ZeZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shKGQp9ZeZ .card-box {
  padding: 0 2rem;
}
.cid-shKGQp9ZeZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shKGQp9ZeZ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shKGQp9ZeZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shKGQp9ZeZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shKGQp9ZeZ .mbr-text {
  color: #767676;
}
.cid-shKGQp9ZeZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shKGQp9ZeZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sje2BkJt1w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2BkJt1w .content {
    text-align: center;
  }
  .cid-sje2BkJt1w .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2BkJt1w .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2BkJt1w .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2BkJt1w .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2BkJt1w .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2BkJt1w .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2BkJt1w .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2BkJt1w .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2BkJt1w .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2BkJt1w .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2BkJt1w .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2BkJt1w .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2BkJt1w .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2BkJt1w .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2BkJt1w .list-item {
  display: flex;
}
.cid-sje2BkJt1w .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2BkJt1w ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2BkJt1w ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2BkJt1w ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2BkJt1w .mbr-text {
  color: #ffffff;
}
.cid-sje2BkJt1w .column-title {
  color: #ffffff;
}
.cid-sje2BkJt1w P {
  color: #ffffff;
}
.cid-shPPdcM8Vv .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPPdcM8Vv .nav-item,
.cid-shPPdcM8Vv .nav-link,
.cid-shPPdcM8Vv .navbar-caption {
  font-weight: normal;
}
.cid-shPPdcM8Vv .nav-item:focus,
.cid-shPPdcM8Vv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shPPdcM8Vv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shPPdcM8Vv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPPdcM8Vv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shPPdcM8Vv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shPPdcM8Vv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shPPdcM8Vv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shPPdcM8Vv .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-shPPdcM8Vv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shPPdcM8Vv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shPPdcM8Vv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shPPdcM8Vv .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shPPdcM8Vv .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shPPdcM8Vv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shPPdcM8Vv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shPPdcM8Vv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shPPdcM8Vv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shPPdcM8Vv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shPPdcM8Vv .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-shPPdcM8Vv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shPPdcM8Vv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shPPdcM8Vv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shPPdcM8Vv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shPPdcM8Vv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shPPdcM8Vv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shPPdcM8Vv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shPPdcM8Vv .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-shPPdcM8Vv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shPPdcM8Vv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shPPdcM8Vv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shPPdcM8Vv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shPPdcM8Vv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shPPdcM8Vv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shPPdcM8Vv .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shPPdcM8Vv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shPPdcM8Vv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shPPdcM8Vv .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-shPPdcM8Vv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shPPdcM8Vv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shPPdcM8Vv .dropdown-item.active,
.cid-shPPdcM8Vv .dropdown-item:active {
  background-color: transparent;
}
.cid-shPPdcM8Vv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shPPdcM8Vv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shPPdcM8Vv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shPPdcM8Vv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shPPdcM8Vv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shPPdcM8Vv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shPPdcM8Vv .navbar-buttons {
  text-align: center;
}
.cid-shPPdcM8Vv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shPPdcM8Vv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shPPdcM8Vv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shPPdcM8Vv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shPPdcM8Vv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shPPdcM8Vv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shPPdcM8Vv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPPdcM8Vv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shPPdcM8Vv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shPPdcM8Vv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPPdcM8Vv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shPPdcM8Vv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shPPdcM8Vv .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shPPdcM8Vv .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shPPdcM8Vv .soc-item {
  margin: .5rem .3rem;
}
.cid-shPPdcM8Vv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shPPdcM8Vv .navbar {
    height: 77px;
  }
  .cid-shPPdcM8Vv .navbar.opened {
    height: auto;
  }
  .cid-shPPdcM8Vv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shKIYFeM1P {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-shKIYFeM1P .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shKIYOAUN8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shKIYOAUN8 .card-box {
  padding: 0 2rem;
}
.cid-shKIYOAUN8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shKIYOAUN8 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shKIYOAUN8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shKIYOAUN8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shKIYOAUN8 .mbr-text {
  color: #767676;
}
.cid-shKIYOAUN8 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shKIYOAUN8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sje2K9EUee {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2K9EUee .content {
    text-align: center;
  }
  .cid-sje2K9EUee .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2K9EUee .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2K9EUee .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2K9EUee .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2K9EUee .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2K9EUee .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2K9EUee .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2K9EUee .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2K9EUee .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2K9EUee .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2K9EUee .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2K9EUee .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2K9EUee .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2K9EUee .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2K9EUee .list-item {
  display: flex;
}
.cid-sje2K9EUee .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2K9EUee ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2K9EUee ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2K9EUee ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2K9EUee .mbr-text {
  color: #ffffff;
}
.cid-sje2K9EUee .column-title {
  color: #ffffff;
}
.cid-sje2K9EUee P {
  color: #ffffff;
}
.cid-shPOWUxU4t .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPOWUxU4t .nav-item,
.cid-shPOWUxU4t .nav-link,
.cid-shPOWUxU4t .navbar-caption {
  font-weight: normal;
}
.cid-shPOWUxU4t .nav-item:focus,
.cid-shPOWUxU4t .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shPOWUxU4t .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shPOWUxU4t .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shPOWUxU4t .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shPOWUxU4t .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shPOWUxU4t .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shPOWUxU4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shPOWUxU4t .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-shPOWUxU4t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shPOWUxU4t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shPOWUxU4t .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shPOWUxU4t .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shPOWUxU4t .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shPOWUxU4t .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shPOWUxU4t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shPOWUxU4t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shPOWUxU4t .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shPOWUxU4t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shPOWUxU4t .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-shPOWUxU4t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shPOWUxU4t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shPOWUxU4t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shPOWUxU4t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shPOWUxU4t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shPOWUxU4t .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shPOWUxU4t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shPOWUxU4t .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-shPOWUxU4t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shPOWUxU4t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shPOWUxU4t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shPOWUxU4t .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shPOWUxU4t .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shPOWUxU4t .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shPOWUxU4t .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shPOWUxU4t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shPOWUxU4t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shPOWUxU4t .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-shPOWUxU4t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shPOWUxU4t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shPOWUxU4t .dropdown-item.active,
.cid-shPOWUxU4t .dropdown-item:active {
  background-color: transparent;
}
.cid-shPOWUxU4t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shPOWUxU4t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shPOWUxU4t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shPOWUxU4t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shPOWUxU4t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shPOWUxU4t ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shPOWUxU4t .navbar-buttons {
  text-align: center;
}
.cid-shPOWUxU4t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shPOWUxU4t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shPOWUxU4t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shPOWUxU4t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shPOWUxU4t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shPOWUxU4t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shPOWUxU4t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPOWUxU4t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shPOWUxU4t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shPOWUxU4t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shPOWUxU4t .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shPOWUxU4t a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shPOWUxU4t .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shPOWUxU4t .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shPOWUxU4t .soc-item {
  margin: .5rem .3rem;
}
.cid-shPOWUxU4t .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shPOWUxU4t .navbar {
    height: 77px;
  }
  .cid-shPOWUxU4t .navbar.opened {
    height: auto;
  }
  .cid-shPOWUxU4t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shL4wmgdSa {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shL4wmgdSa .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shL4wmgdSa .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shL4wmgdSa .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shL4wmgdSa .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-shL4wmgdSa .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-shL4wnWjI0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-shL4wnWjI0 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-shL4wnWjI0 .mbr-section-subtitle,
.cid-shL4wnWjI0 .mbr-section-btn DIV {
  color: #000000;
}
.cid-shL57uQWY4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shL57uQWY4 .mbr-section-subtitle {
  color: #767676;
}
.cid-shL57uQWY4 .container-table {
  margin: 0 auto;
}
.cid-shL57uQWY4 table.dataTable thead .sorting:before,
.cid-shL57uQWY4 table.dataTable thead .sorting:after,
.cid-shL57uQWY4 table.dataTable thead .sorting_asc:before,
.cid-shL57uQWY4 table.dataTable thead .sorting_asc:after,
.cid-shL57uQWY4 table.dataTable thead .sorting_desc:before,
.cid-shL57uQWY4 table.dataTable thead .sorting_desc:after,
.cid-shL57uQWY4 table.dataTable thead .sorting_asc_disabled:before,
.cid-shL57uQWY4 table.dataTable thead .sorting_asc_disabled:after,
.cid-shL57uQWY4 table.dataTable thead .sorting_desc_disabled:before,
.cid-shL57uQWY4 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-shL57uQWY4 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shL57uQWY4 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-shL57uQWY4 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shL57uQWY4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shL57uQWY4 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
}
.cid-shL57uQWY4 .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-shL57uQWY4 .table-heads {
  color: #ffffff;
}
.cid-shL57uQWY4 .dataTables_wrapper {
  display: block;
}
.cid-shL57uQWY4 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-shL57uQWY4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shL57uQWY4 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-shL57uQWY4 table td,
.cid-shL57uQWY4 table th {
  white-space: nowrap;
}
.cid-shL57uQWY4 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-shL57uQWY4 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-shL57uQWY4 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-shL57uQWY4 table.table {
  background: #ffffff;
}
.cid-shL57uQWY4 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-shL57uQWY4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shL57uQWY4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shL57uQWY4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-shL57uQWY4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shL57uQWY4 .dataTables_filter {
    text-align: center;
  }
  .cid-shL57uQWY4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shL57uQWY4 .mbr-section-title,
.cid-shL57uQWY4 .line-wrap {
  text-align: left;
}
.cid-shL57uQWY4 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sje2cJ2eLF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2cJ2eLF .content {
    text-align: center;
  }
  .cid-sje2cJ2eLF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2cJ2eLF .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2cJ2eLF .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2cJ2eLF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2cJ2eLF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2cJ2eLF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2cJ2eLF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2cJ2eLF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2cJ2eLF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2cJ2eLF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2cJ2eLF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2cJ2eLF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2cJ2eLF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2cJ2eLF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2cJ2eLF .list-item {
  display: flex;
}
.cid-sje2cJ2eLF .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2cJ2eLF ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2cJ2eLF ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2cJ2eLF ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2cJ2eLF .mbr-text {
  color: #ffffff;
}
.cid-sje2cJ2eLF .column-title {
  color: #ffffff;
}
.cid-sje2cJ2eLF P {
  color: #ffffff;
}
.cid-sjf2DAJoAh .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2DAJoAh .nav-item,
.cid-sjf2DAJoAh .nav-link,
.cid-sjf2DAJoAh .navbar-caption {
  font-weight: normal;
}
.cid-sjf2DAJoAh .nav-item:focus,
.cid-sjf2DAJoAh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjf2DAJoAh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sjf2DAJoAh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjf2DAJoAh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sjf2DAJoAh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjf2DAJoAh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sjf2DAJoAh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjf2DAJoAh .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-sjf2DAJoAh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjf2DAJoAh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjf2DAJoAh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-sjf2DAJoAh .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-sjf2DAJoAh .navbar .dropdown-item {
  padding: .235rem 1.5rem .235rem 1.5rem;
}
.cid-sjf2DAJoAh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjf2DAJoAh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjf2DAJoAh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjf2DAJoAh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjf2DAJoAh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjf2DAJoAh .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-sjf2DAJoAh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjf2DAJoAh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjf2DAJoAh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjf2DAJoAh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjf2DAJoAh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjf2DAJoAh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjf2DAJoAh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjf2DAJoAh .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-sjf2DAJoAh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjf2DAJoAh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjf2DAJoAh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjf2DAJoAh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjf2DAJoAh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjf2DAJoAh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjf2DAJoAh .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-sjf2DAJoAh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjf2DAJoAh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjf2DAJoAh .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-sjf2DAJoAh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjf2DAJoAh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjf2DAJoAh .dropdown-item.active,
.cid-sjf2DAJoAh .dropdown-item:active {
  background-color: transparent;
}
.cid-sjf2DAJoAh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjf2DAJoAh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjf2DAJoAh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-sjf2DAJoAh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjf2DAJoAh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjf2DAJoAh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjf2DAJoAh .navbar-buttons {
  text-align: center;
}
.cid-sjf2DAJoAh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjf2DAJoAh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-sjf2DAJoAh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjf2DAJoAh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2DAJoAh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjf2DAJoAh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjf2DAJoAh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2DAJoAh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjf2DAJoAh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjf2DAJoAh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjf2DAJoAh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjf2DAJoAh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjf2DAJoAh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sjf2DAJoAh .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjf2DAJoAh .soc-item {
  margin: .5rem .3rem;
}
.cid-sjf2DAJoAh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjf2DAJoAh .navbar {
    height: 77px;
  }
  .cid-sjf2DAJoAh .navbar.opened {
    height: auto;
  }
  .cid-sjf2DAJoAh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shQx0kwRDA {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-shQx0kwRDA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-shQx0kwRDA .select {
  z-index: 999;
}
.cid-shQx0kwRDA form {
  padding: 2rem 2rem;
  background: #79a1d7;
  border-radius: 30px;
}
.cid-shQx0kwRDA .jq-selectbox__dropdown,
.cid-shQx0kwRDA ul {
  border-radius: 20px!important;
}
.cid-shQx0kwRDA .jq-selectbox {
  border-radius: 30px;
}
.cid-shQx0kwRDA .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-shQx0kwRDA .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-shQx0kwRDA input,
.cid-shQx0kwRDA textarea,
.cid-shQx0kwRDA .select {
  border-radius: 30px;
}
.cid-shQx0kwRDA input,
.cid-shQx0kwRDA textarea {
  padding: 2rem 3rem;
}
.cid-shQx0kwRDA textarea {
  min-height: 10rem;
}
.cid-shQx0kwRDA .form-control,
.cid-shQx0kwRDA .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-shQx0kwRDA .form-control::-webkit-input-placeholder,
.cid-shQx0kwRDA .field-input::-webkit-input-placeholder,
.cid-shQx0kwRDA .form-control::-webkit-input-placeholder,
.cid-shQx0kwRDA .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-shQx0kwRDA .form-control:-moz-placeholder,
.cid-shQx0kwRDA .field-input:-moz-placeholder,
.cid-shQx0kwRDA .form-control:-moz-placeholder,
.cid-shQx0kwRDA .field-input:-moz-placeholder {
  color: #383838;
}
.cid-shQx0kwRDA .form-control:hover,
.cid-shQx0kwRDA .field-input:hover,
.cid-shQx0kwRDA .form-control:focus,
.cid-shQx0kwRDA .field-input:focus {
  background-color: #ffffff;
  border-color: #04367c;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-shQx0kwRDA .form-control:hover::-webkit-input-placeholder,
.cid-shQx0kwRDA .field-input:hover::-webkit-input-placeholder,
.cid-shQx0kwRDA .form-control:focus::-webkit-input-placeholder,
.cid-shQx0kwRDA .field-input:focus::-webkit-input-placeholder,
.cid-shQx0kwRDA .form-control:hover::-webkit-input-placeholder,
.cid-shQx0kwRDA .field-input:hover::-webkit-input-placeholder,
.cid-shQx0kwRDA .form-control:focus::-webkit-input-placeholder,
.cid-shQx0kwRDA .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-shQx0kwRDA .form-control:hover:-moz-placeholder,
.cid-shQx0kwRDA .field-input:hover:-moz-placeholder,
.cid-shQx0kwRDA .form-control:focus:-moz-placeholder,
.cid-shQx0kwRDA .field-input:focus:-moz-placeholder,
.cid-shQx0kwRDA .form-control:hover:-moz-placeholder,
.cid-shQx0kwRDA .field-input:hover:-moz-placeholder,
.cid-shQx0kwRDA .form-control:focus:-moz-placeholder,
.cid-shQx0kwRDA .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-shQx0kwRDA .jq-number__spin:hover,
.cid-shQx0kwRDA .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #04367c;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-shQx0kwRDA .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-shQx0kwRDA .jq-selectbox li,
.cid-shQx0kwRDA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-shQx0kwRDA .jq-selectbox li:hover,
.cid-shQx0kwRDA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-shQx0kwRDA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-shQx0kwRDA .jq-number__spin.minus:hover:after,
.cid-shQx0kwRDA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-shQx0kwRDA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-shQx0kwRDA .jq-number__spin.minus:after,
.cid-shQx0kwRDA .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-shQx0kwRDA input::-webkit-clear-button {
  display: none;
}
.cid-shQx0kwRDA input::-webkit-inner-spin-button {
  display: none;
}
.cid-shQx0kwRDA input::-webkit-outer-spin-button {
  display: none;
}
.cid-shQx0kwRDA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-shQx0kwRDA .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-shQx0kwRDA .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-shQx0kwRDA .align-wrap {
  display: inline-block;
}
.cid-shQx0kwRDA .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-shQx0kwRDA .icons-wrap {
  display: flex;
}
.cid-shQx0kwRDA .icon-title,
.cid-shQx0kwRDA .mbr-iconfont {
  color: #04367c;
}
@media (max-width: 767px) {
  .cid-shQx0kwRDA form {
    padding: 2rem 1rem;
  }
  .cid-shQx0kwRDA .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-shQx0kwRDA .icons-wrap {
    flex-direction: column;
  }
  .cid-shQx0kwRDA .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-shQx0kwRDA .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-shQx0kwRDA .align-wrap {
    text-align: center;
  }
}
.cid-sjf2H2WF30 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sjf2H2WF30 .content {
    text-align: center;
  }
  .cid-sjf2H2WF30 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sjf2H2WF30 .logo-subtitle {
  color: #8d97ad;
}
.cid-sjf2H2WF30 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjf2H2WF30 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sjf2H2WF30 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sjf2H2WF30 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sjf2H2WF30 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjf2H2WF30 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sjf2H2WF30 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sjf2H2WF30 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sjf2H2WF30 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjf2H2WF30 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjf2H2WF30 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjf2H2WF30 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjf2H2WF30 .list-item {
  display: flex;
}
.cid-sjf2H2WF30 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sjf2H2WF30 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sjf2H2WF30 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sjf2H2WF30 ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sjf2H2WF30 .mbr-text {
  color: #ffffff;
}
.cid-sjf2H2WF30 .column-title {
  color: #ffffff;
}
.cid-sjf2H2WF30 P {
  color: #ffffff;
}
.cid-shQytXaYkS .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shQytXaYkS .nav-item,
.cid-shQytXaYkS .nav-link,
.cid-shQytXaYkS .navbar-caption {
  font-weight: normal;
}
.cid-shQytXaYkS .nav-item:focus,
.cid-shQytXaYkS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shQytXaYkS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shQytXaYkS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shQytXaYkS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shQytXaYkS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shQytXaYkS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shQytXaYkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shQytXaYkS .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-shQytXaYkS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shQytXaYkS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shQytXaYkS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shQytXaYkS .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shQytXaYkS .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shQytXaYkS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shQytXaYkS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shQytXaYkS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shQytXaYkS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shQytXaYkS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shQytXaYkS .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-shQytXaYkS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shQytXaYkS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shQytXaYkS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shQytXaYkS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shQytXaYkS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shQytXaYkS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shQytXaYkS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shQytXaYkS .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-shQytXaYkS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shQytXaYkS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shQytXaYkS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shQytXaYkS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shQytXaYkS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shQytXaYkS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shQytXaYkS .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shQytXaYkS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shQytXaYkS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shQytXaYkS .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-shQytXaYkS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shQytXaYkS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shQytXaYkS .dropdown-item.active,
.cid-shQytXaYkS .dropdown-item:active {
  background-color: transparent;
}
.cid-shQytXaYkS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shQytXaYkS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shQytXaYkS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shQytXaYkS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shQytXaYkS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shQytXaYkS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shQytXaYkS .navbar-buttons {
  text-align: center;
}
.cid-shQytXaYkS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shQytXaYkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shQytXaYkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shQytXaYkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shQytXaYkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shQytXaYkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shQytXaYkS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQytXaYkS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shQytXaYkS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shQytXaYkS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQytXaYkS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shQytXaYkS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shQytXaYkS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shQytXaYkS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shQytXaYkS .soc-item {
  margin: .5rem .3rem;
}
.cid-shQytXaYkS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shQytXaYkS .navbar {
    height: 77px;
  }
  .cid-shQytXaYkS .navbar.opened {
    height: auto;
  }
  .cid-shQytXaYkS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shQAWRUe6h {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-2-1620x1080.jpg");
}
.cid-shQAWRUe6h H1 {
  color: #f4f8fa;
}
.cid-shQytZEyLn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shQytZEyLn .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-shQytZEyLn .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-shQytZEyLn .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-shQytZEyLn .section-text,
.cid-shQytZEyLn .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-shQytZEyLn .section-text,
  .cid-shQytZEyLn .card-text,
  .cid-shQytZEyLn .card-title,
  .cid-shQytZEyLn .mbr-section-title {
    text-align: center;
  }
}
.cid-shQytZEyLn .card-text,
.cid-shQytZEyLn .mbr-section-btn {
  color: #000000;
}
.cid-shQytZEyLn .section-text {
  color: #000000;
}
.cid-shQyu1Rd9l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shQyu1Rd9l .card-box {
  padding: 0 2rem;
}
.cid-shQyu1Rd9l .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shQyu1Rd9l .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shQyu1Rd9l h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shQyu1Rd9l p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shQyu1Rd9l .mbr-text {
  color: #767676;
}
.cid-shQyu1Rd9l .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shQyu1Rd9l .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-shQyu4qDzp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shQyu4qDzp .card-box {
  padding: 0 2rem;
}
.cid-shQyu4qDzp .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shQyu4qDzp .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shQyu4qDzp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shQyu4qDzp p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shQyu4qDzp .mbr-text {
  color: #767676;
}
.cid-shQyu4qDzp .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shQyu4qDzp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-shQyu6KWcY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shQyu6KWcY .card-box {
  padding: 0 2rem;
}
.cid-shQyu6KWcY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shQyu6KWcY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shQyu6KWcY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shQyu6KWcY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shQyu6KWcY .mbr-text {
  color: #767676;
}
.cid-shQyu6KWcY .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shQyu6KWcY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-shQAnwaWk6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shQAnwaWk6 .card-box {
  padding: 0 2rem;
}
.cid-shQAnwaWk6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shQAnwaWk6 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shQAnwaWk6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shQAnwaWk6 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shQAnwaWk6 .mbr-text {
  color: #767676;
}
.cid-shQAnwaWk6 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shQAnwaWk6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sje2G4gngx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2G4gngx .content {
    text-align: center;
  }
  .cid-sje2G4gngx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2G4gngx .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2G4gngx .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2G4gngx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2G4gngx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2G4gngx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2G4gngx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2G4gngx .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2G4gngx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2G4gngx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2G4gngx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2G4gngx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2G4gngx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2G4gngx .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2G4gngx .list-item {
  display: flex;
}
.cid-sje2G4gngx .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2G4gngx ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2G4gngx ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2G4gngx ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2G4gngx .mbr-text {
  color: #ffffff;
}
.cid-sje2G4gngx .column-title {
  color: #ffffff;
}
.cid-sje2G4gngx P {
  color: #ffffff;
}
.cid-shQH9fbQJm .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shQH9fbQJm .nav-item,
.cid-shQH9fbQJm .nav-link,
.cid-shQH9fbQJm .navbar-caption {
  font-weight: normal;
}
.cid-shQH9fbQJm .nav-item:focus,
.cid-shQH9fbQJm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shQH9fbQJm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shQH9fbQJm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shQH9fbQJm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shQH9fbQJm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shQH9fbQJm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shQH9fbQJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shQH9fbQJm .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-shQH9fbQJm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shQH9fbQJm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shQH9fbQJm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shQH9fbQJm .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shQH9fbQJm .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shQH9fbQJm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shQH9fbQJm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shQH9fbQJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shQH9fbQJm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shQH9fbQJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shQH9fbQJm .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-shQH9fbQJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shQH9fbQJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shQH9fbQJm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shQH9fbQJm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shQH9fbQJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shQH9fbQJm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shQH9fbQJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shQH9fbQJm .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-shQH9fbQJm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shQH9fbQJm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shQH9fbQJm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shQH9fbQJm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shQH9fbQJm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shQH9fbQJm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shQH9fbQJm .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shQH9fbQJm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shQH9fbQJm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shQH9fbQJm .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-shQH9fbQJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shQH9fbQJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shQH9fbQJm .dropdown-item.active,
.cid-shQH9fbQJm .dropdown-item:active {
  background-color: transparent;
}
.cid-shQH9fbQJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shQH9fbQJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shQH9fbQJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shQH9fbQJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shQH9fbQJm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shQH9fbQJm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shQH9fbQJm .navbar-buttons {
  text-align: center;
}
.cid-shQH9fbQJm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shQH9fbQJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shQH9fbQJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shQH9fbQJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shQH9fbQJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shQH9fbQJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shQH9fbQJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQH9fbQJm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shQH9fbQJm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shQH9fbQJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQH9fbQJm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shQH9fbQJm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shQH9fbQJm .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shQH9fbQJm .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shQH9fbQJm .soc-item {
  margin: .5rem .3rem;
}
.cid-shQH9fbQJm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shQH9fbQJm .navbar {
    height: 77px;
  }
  .cid-shQH9fbQJm .navbar.opened {
    height: auto;
  }
  .cid-shQH9fbQJm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shQH9hXwlk {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fuel-general-2-e1431435356761-620x330.jpg");
}
.cid-shQH9hXwlk .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #04367c);
}
.cid-sje2NA4dNm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2NA4dNm .content {
    text-align: center;
  }
  .cid-sje2NA4dNm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2NA4dNm .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2NA4dNm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2NA4dNm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2NA4dNm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2NA4dNm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2NA4dNm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2NA4dNm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2NA4dNm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2NA4dNm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2NA4dNm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2NA4dNm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2NA4dNm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2NA4dNm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2NA4dNm .list-item {
  display: flex;
}
.cid-sje2NA4dNm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2NA4dNm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2NA4dNm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2NA4dNm ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2NA4dNm .mbr-text {
  color: #ffffff;
}
.cid-sje2NA4dNm .column-title {
  color: #ffffff;
}
.cid-sje2NA4dNm P {
  color: #ffffff;
}
.cid-shQI2eFqci .dropdown-item:before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shQI2eFqci .nav-item,
.cid-shQI2eFqci .nav-link,
.cid-shQI2eFqci .navbar-caption {
  font-weight: normal;
}
.cid-shQI2eFqci .nav-item:focus,
.cid-shQI2eFqci .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shQI2eFqci .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shQI2eFqci .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shQI2eFqci .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shQI2eFqci .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shQI2eFqci .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shQI2eFqci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shQI2eFqci .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-shQI2eFqci .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shQI2eFqci .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shQI2eFqci .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-shQI2eFqci .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-shQI2eFqci .navbar .dropdown-item {
  padding: 0.235em 1.9em 0.235em 1.9em;
}
.cid-shQI2eFqci .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shQI2eFqci .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shQI2eFqci .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shQI2eFqci .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shQI2eFqci .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shQI2eFqci .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-shQI2eFqci .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shQI2eFqci .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shQI2eFqci .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shQI2eFqci .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shQI2eFqci .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shQI2eFqci .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shQI2eFqci .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shQI2eFqci .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-shQI2eFqci .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shQI2eFqci .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shQI2eFqci .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shQI2eFqci .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shQI2eFqci .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shQI2eFqci .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shQI2eFqci .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-shQI2eFqci .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shQI2eFqci .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shQI2eFqci .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-shQI2eFqci .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shQI2eFqci .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shQI2eFqci .dropdown-item.active,
.cid-shQI2eFqci .dropdown-item:active {
  background-color: transparent;
}
.cid-shQI2eFqci .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shQI2eFqci .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shQI2eFqci .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-shQI2eFqci .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shQI2eFqci .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shQI2eFqci ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shQI2eFqci .navbar-buttons {
  text-align: center;
}
.cid-shQI2eFqci button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shQI2eFqci button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04367c;
}
.cid-shQI2eFqci button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shQI2eFqci button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shQI2eFqci button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shQI2eFqci button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shQI2eFqci nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQI2eFqci nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shQI2eFqci nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shQI2eFqci nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQI2eFqci .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shQI2eFqci a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shQI2eFqci .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shQI2eFqci .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shQI2eFqci .soc-item {
  margin: .5rem .3rem;
}
.cid-shQI2eFqci .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shQI2eFqci .navbar {
    height: 77px;
  }
  .cid-shQI2eFqci .navbar.opened {
    height: auto;
  }
  .cid-shQI2eFqci .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shQI2htpfM {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fuel-general-2-e1431435356761-620x330.jpg");
}
.cid-shQI2htpfM .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #04367c);
}
.cid-sje2QvHLm2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #04367c;
}
@media (max-width: 767px) {
  .cid-sje2QvHLm2 .content {
    text-align: center;
  }
  .cid-sje2QvHLm2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sje2QvHLm2 .logo-subtitle {
  color: #8d97ad;
}
.cid-sje2QvHLm2 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sje2QvHLm2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sje2QvHLm2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sje2QvHLm2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sje2QvHLm2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sje2QvHLm2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sje2QvHLm2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sje2QvHLm2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sje2QvHLm2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sje2QvHLm2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sje2QvHLm2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sje2QvHLm2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sje2QvHLm2 .list-item {
  display: flex;
}
.cid-sje2QvHLm2 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sje2QvHLm2 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sje2QvHLm2 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sje2QvHLm2 ul.list li::before {
  /* font-family: MobiriseIcons !important; */
  font-family: Montserrat !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sje2QvHLm2 .mbr-text {
  color: #ffffff;
}
.cid-sje2QvHLm2 .column-title {
  color: #ffffff;
}
.cid-sje2QvHLm2 P {
  color: #ffffff;
}
