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





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam';
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Be Vietnam';
  font-size: 2.6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.7rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1rem;
  line-height: 2;
}
.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.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.63rem !important;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #003674 !important;
}
.bg-success {
  background-color: #cc2952 !important;
}
.bg-info {
  background-color: #0077ff !important;
}
.bg-warning {
  background-color: #001e40 !important;
}
.bg-danger {
  background-color: #00cfff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003674 !important;
  border-color: #003674 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #001228 !important;
  border-color: #001228 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001228 !important;
  border-color: #001228 !important;
}
.btn-primary:hover {
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #003674 !important;
  border-color: #003674 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #001228 !important;
  border-color: #001228 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001228 !important;
  border-color: #001228 !important;
}
.btn-secondary:hover {
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-info:hover {
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-success,
.btn-success:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-success:hover {
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #001e40 !important;
  border-color: #001e40 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:hover {
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00cfff !important;
  border-color: #00cfff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0091b3 !important;
  border-color: #0091b3 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0091b3 !important;
  border-color: #0091b3 !important;
}
.btn-danger:hover {
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003674;
  color: #003674;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #003674;
  border-color: #003674;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003674;
  color: #003674;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #003674;
  border-color: #003674;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003674 !important;
  border-color: #003674 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cc2952;
  color: #cc2952;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #001e40;
  color: #001e40;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #001e40;
  border-color: #001e40;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #001e40 !important;
  border-color: #001e40 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #00cfff;
  color: #00cfff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #00cfff;
  border-color: #00cfff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00cfff !important;
  border-color: #00cfff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #003674 !important;
}
.text-secondary {
  color: #003674 !important;
}
.text-success {
  color: #cc2952 !important;
}
.text-info {
  color: #0077ff !important;
}
.text-warning {
  color: #001e40 !important;
}
.text-danger {
  color: #00cfff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0065da !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0065da !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e47793 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #66adff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #004ea6 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #66e2ff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0077ff;
}
.alert-warning {
  background-color: #001e40;
}
.alert-danger {
  background-color: #00cfff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003674;
  border-color: #003674;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003674;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0071f3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f5ccd6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cce4ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #268cff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ccf5ff;
}
/* Scroll to top button*/
blockquote {
  border-color: #003674;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003674;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003674;
  border-bottom-color: #003674;
}
.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: #003674 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #003674 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23003674' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tEfPY5GkxU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tEfPY5GkxU .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tEfPY5GkxU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tEfPY5GkxU .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEfPY5GkxU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tEfPY5GkxU .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tEfPY5GkxU .text2 {
  color: #000000;
  text-align: left;
}
.cid-tEfPY5GkxU .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tEfPY5GkxU .logo-title {
  text-align: center;
}
.cid-tEfPY5GkxU .logo-sub-title {
  text-align: center;
}
.cid-tEfPY5GkxU .links {
  text-align: center;
  color: #656565;
}
.cid-tEfPY5GkxU .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tB00TZ8BFG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tB00TZ8BFG .mbr-text {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tB00TZ8BFG .mbr-text:before {
  color: #012751;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tB00TZ8BFG img {
  object-fit: contain;
}
.cid-tB00TZ8BFG .mbr-text:after {
  color: #012751;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tB00TZ8BFG .mbr-text:after,
  .cid-tB00TZ8BFG .mbr-text:before {
    display: none;
  }
}
.cid-tB00TZ8BFG .mbr-section-title,
.cid-tB00TZ8BFG .logo {
  color: #ffffff;
}
.cid-tEfPrTZHxl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #012751;
}
.cid-tEfPrTZHxl img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tEfPrTZHxl .row {
  justify-content: center;
}
.cid-tEfPrTZHxl .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tEfPrTZHxl .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tEfPrTZHxl .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tEfPrTZHxl .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tEfPrTZHxl .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tEfPrTZHxl .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tEfPrTZHxl .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tEfPrTZHxl .item {
    padding: 0.5rem;
  }
  .cid-tEfPrTZHxl .row {
    padding: 0 0.5rem;
  }
}
.cid-tEfPrTZHxl .btn {
  border-radius: 0;
}
.cid-tEfPrTZHxl .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tGQhPgEblM {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #012751;
}
.cid-tGQhPgEblM .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tGQhPgEblM h2,
.cid-tGQhPgEblM h3,
.cid-tGQhPgEblM h4,
.cid-tGQhPgEblM p {
  color: #ffffff;
}
.cid-tGQhPgEblM .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tGQhPgEblM .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tGQhPgEblM .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGQhPgEblM .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tGQhPgEblM .form-control:focus,
.cid-tGQhPgEblM .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tGQhPgEblM .form-group {
  margin-bottom: 1rem;
}
.cid-tGQhPgEblM input::-webkit-input-placeholder,
.cid-tGQhPgEblM textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tGQhPgEblM input:-moz-placeholder,
.cid-tGQhPgEblM textarea:-moz-placeholder {
  color: #656565;
}
.cid-tGQhPgEblM .jq-selectbox li,
.cid-tGQhPgEblM .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tGQhPgEblM .jq-selectbox li:hover,
.cid-tGQhPgEblM .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tGQhPgEblM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tGQhPgEblM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tGQhPgEblM .mbr-text {
  color: #767676;
}
.cid-tGQhPgEblM a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tGQhPgEblM .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tGQhPgEblM .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tGQhPgEblM textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tGQhPgEblM h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tGQhPgEblM .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tGQhPgEblM .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tGQhPgEblM .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tB5VwuCcDT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tB5VwuCcDT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB00U1WHfp {
  padding-top: 60px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tB00U1WHfp a {
  text-align: center;
}
.cid-tB00U1WHfp p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tB00U1WHfp span {
  font-size: 2rem;
}
.cid-tB00U1WHfp .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tB00U1WHfp .socicon-twitter {
  color: #4da7de;
}
.cid-tB00U1WHfp .socicon-facebook {
  color: #3e5b98;
}
.cid-tB00U1WHfp .socicon-googleplus {
  color: #dd4b39;
}
.cid-tB00U1WHfp .socicon-instagram {
  color: #3f729b;
}
.cid-tB00U1WHfp .social-list a:focus {
  text-decoration: none;
}
.cid-tB00U1WHfp .text-copyright {
  width: 100%;
}
.cid-tB00U1WHfp .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tB00U1WHfp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tB00U1WHfp .logo-footer {
  line-height: normal;
}
.cid-tB00U1WHfp .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tB00U1WHfp .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tB00U1WHfp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tB00U1WHfp .media-container-row a {
  margin: 0 1rem;
}
.cid-tB00U1WHfp P {
  color: #ffffff;
}
.cid-tMvdVWAtCt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvdVWAtCt .mbr-text,
.cid-tMvdVWAtCt .ornament {
  color: #e5e5e5;
}
.cid-tE9JHgudHh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9JHgudHh .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tE9JHgudHh .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tE9JHgudHh .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE9JHgudHh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tE9JHgudHh .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tE9JHgudHh .text2 {
  color: #000000;
  text-align: left;
}
.cid-tE9JHgudHh .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tE9JHgudHh .logo-title {
  text-align: center;
}
.cid-tE9JHgudHh .logo-sub-title {
  text-align: center;
}
.cid-tE9JHgudHh .links {
  text-align: center;
  color: #656565;
}
.cid-tE9JHgudHh .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tE9JiMX1xL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9JiMX1xL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tE9JiMX1xL H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tEfPxDC9uU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tEfPxDC9uU img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tEfPxDC9uU .row {
  justify-content: center;
}
.cid-tEfPxDC9uU .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tEfPxDC9uU .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tEfPxDC9uU .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tEfPxDC9uU .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tEfPxDC9uU .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tEfPxDC9uU .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tEfPxDC9uU .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tEfPxDC9uU .item {
    padding: 0.5rem;
  }
  .cid-tEfPxDC9uU .row {
    padding: 0 0.5rem;
  }
}
.cid-tEfPxDC9uU .btn {
  border-radius: 0;
}
.cid-tEfPxDC9uU .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tDxKMVwoC3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #012751;
}
.cid-tDxKMVwoC3 .container-fluid {
  padding-top: 0rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
.cid-tDxKMVwoC3 .content-section {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.6rem;
}
.cid-tDxKMVwoC3 .btn-sm {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 30px;
  font-size: 14px;
}
.cid-tDxKMVwoC3 .card-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  background-color: #012751;
  padding: 0.5rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-tDxKMVwoC3 .container-fluid {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cid-tDxKMVwoC3 .container-fluid {
    padding: 1.03rem;
  }
}
@media (max-width: 439px) {
  .cid-tDxKMVwoC3 .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-tDxKMVwoC3 .title-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-tDxKMVwoC3 H3 {
  text-align: center;
}
.cid-tCr69V1dD3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tCr69V1dD3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEoYPLgipj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tEoYPLgipj .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tEoYPLgipj .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tEoYPLgipj .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEoYPLgipj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tEoYPLgipj .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tEoYPLgipj .text2 {
  color: #000000;
  text-align: left;
}
.cid-tEoYPLgipj .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tEoYPLgipj .logo-title {
  text-align: center;
}
.cid-tEoYPLgipj .logo-sub-title {
  text-align: center;
}
.cid-tEoYPLgipj .links {
  text-align: center;
  color: #656565;
}
.cid-tEoYPLgipj .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tCr5q6jYHG {
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tCr5q6jYHG a {
  text-align: center;
}
.cid-tCr5q6jYHG p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tCr5q6jYHG span {
  font-size: 2rem;
}
.cid-tCr5q6jYHG .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tCr5q6jYHG .socicon-twitter {
  color: #4da7de;
}
.cid-tCr5q6jYHG .socicon-facebook {
  color: #3e5b98;
}
.cid-tCr5q6jYHG .socicon-googleplus {
  color: #dd4b39;
}
.cid-tCr5q6jYHG .socicon-instagram {
  color: #3f729b;
}
.cid-tCr5q6jYHG .social-list a:focus {
  text-decoration: none;
}
.cid-tCr5q6jYHG .text-copyright {
  width: 100%;
}
.cid-tCr5q6jYHG .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tCr5q6jYHG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tCr5q6jYHG .logo-footer {
  line-height: normal;
}
.cid-tCr5q6jYHG .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCr5q6jYHG .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCr5q6jYHG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCr5q6jYHG .media-container-row a {
  margin: 0 1rem;
}
.cid-tCr5q6jYHG P {
  color: #ffffff;
}
.cid-tMvk4UqV9M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvk4UqV9M .mbr-text,
.cid-tMvk4UqV9M .ornament {
  color: #e5e5e5;
}
.cid-tE9KJf8OvW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9KJf8OvW .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tE9KJf8OvW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tE9KJf8OvW .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE9KJf8OvW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tE9KJf8OvW .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tE9KJf8OvW .text2 {
  color: #000000;
  text-align: left;
}
.cid-tE9KJf8OvW .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tE9KJf8OvW .logo-title {
  text-align: center;
}
.cid-tE9KJf8OvW .logo-sub-title {
  text-align: center;
}
.cid-tE9KJf8OvW .links {
  text-align: center;
  color: #656565;
}
.cid-tE9KJf8OvW .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tE9KQgFcuj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9KQgFcuj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tE9KQgFcuj H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tEfPCNoBaY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tEfPCNoBaY img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tEfPCNoBaY .row {
  justify-content: center;
}
.cid-tEfPCNoBaY .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tEfPCNoBaY .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tEfPCNoBaY .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tEfPCNoBaY .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tEfPCNoBaY .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tEfPCNoBaY .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tEfPCNoBaY .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tEfPCNoBaY .item {
    padding: 0.5rem;
  }
  .cid-tEfPCNoBaY .row {
    padding: 0 0.5rem;
  }
}
.cid-tEfPCNoBaY .btn {
  border-radius: 0;
}
.cid-tEfPCNoBaY .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tDy2baofUp {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #012751;
}
.cid-tDy2baofUp .container-fluid {
  padding-top: 0rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
.cid-tDy2baofUp .content-section {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.6rem;
}
.cid-tDy2baofUp .btn-sm {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 30px;
  font-size: 14px;
}
.cid-tDy2baofUp .card-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  background-color: #012751;
  padding: 0.5rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-tDy2baofUp .container-fluid {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cid-tDy2baofUp .container-fluid {
    padding: 1.03rem;
  }
}
@media (max-width: 439px) {
  .cid-tDy2baofUp .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-tDy2baofUp .title-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-tDy2baofUp H3 {
  text-align: center;
}
.cid-tD4ACIPWrO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tD4ACIPWrO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEoZ3dNbAA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tEoZ3dNbAA .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tEoZ3dNbAA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tEoZ3dNbAA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEoZ3dNbAA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tEoZ3dNbAA .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tEoZ3dNbAA .text2 {
  color: #000000;
  text-align: left;
}
.cid-tEoZ3dNbAA .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tEoZ3dNbAA .logo-title {
  text-align: center;
}
.cid-tEoZ3dNbAA .logo-sub-title {
  text-align: center;
}
.cid-tEoZ3dNbAA .links {
  text-align: center;
  color: #656565;
}
.cid-tEoZ3dNbAA .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tD4ACJNmeY {
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tD4ACJNmeY a {
  text-align: center;
}
.cid-tD4ACJNmeY p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tD4ACJNmeY span {
  font-size: 2rem;
}
.cid-tD4ACJNmeY .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tD4ACJNmeY .socicon-twitter {
  color: #4da7de;
}
.cid-tD4ACJNmeY .socicon-facebook {
  color: #3e5b98;
}
.cid-tD4ACJNmeY .socicon-googleplus {
  color: #dd4b39;
}
.cid-tD4ACJNmeY .socicon-instagram {
  color: #3f729b;
}
.cid-tD4ACJNmeY .social-list a:focus {
  text-decoration: none;
}
.cid-tD4ACJNmeY .text-copyright {
  width: 100%;
}
.cid-tD4ACJNmeY .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tD4ACJNmeY .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tD4ACJNmeY .logo-footer {
  line-height: normal;
}
.cid-tD4ACJNmeY .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tD4ACJNmeY .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tD4ACJNmeY .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tD4ACJNmeY .media-container-row a {
  margin: 0 1rem;
}
.cid-tD4ACJNmeY P {
  color: #ffffff;
}
.cid-tMvf9resjJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvf9resjJ .mbr-text,
.cid-tMvf9resjJ .ornament {
  color: #e5e5e5;
}
.cid-tE9LIz6Qmy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9LIz6Qmy .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tE9LIz6Qmy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tE9LIz6Qmy .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE9LIz6Qmy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tE9LIz6Qmy .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tE9LIz6Qmy .text2 {
  color: #000000;
  text-align: left;
}
.cid-tE9LIz6Qmy .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tE9LIz6Qmy .logo-title {
  text-align: center;
}
.cid-tE9LIz6Qmy .logo-sub-title {
  text-align: center;
}
.cid-tE9LIz6Qmy .links {
  text-align: center;
  color: #656565;
}
.cid-tE9LIz6Qmy .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tE9LKyzkhJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9LKyzkhJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tE9LKyzkhJ H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tEfPHba5YV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tEfPHba5YV img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tEfPHba5YV .row {
  justify-content: center;
}
.cid-tEfPHba5YV .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tEfPHba5YV .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tEfPHba5YV .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tEfPHba5YV .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tEfPHba5YV .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tEfPHba5YV .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tEfPHba5YV .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tEfPHba5YV .item {
    padding: 0.5rem;
  }
  .cid-tEfPHba5YV .row {
    padding: 0 0.5rem;
  }
}
.cid-tEfPHba5YV .btn {
  border-radius: 0;
}
.cid-tEfPHba5YV .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tDxQuT7DCc {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #012751;
}
.cid-tDxQuT7DCc .container-fluid {
  padding-top: 0rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
.cid-tDxQuT7DCc .content-section {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.6rem;
}
.cid-tDxQuT7DCc .btn-sm {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 30px;
  font-size: 14px;
}
.cid-tDxQuT7DCc .card-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  background-color: #012751;
  padding: 0.5rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-tDxQuT7DCc .container-fluid {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cid-tDxQuT7DCc .container-fluid {
    padding: 1.03rem;
  }
}
@media (max-width: 439px) {
  .cid-tDxQuT7DCc .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-tDxQuT7DCc .title-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-tDxQuT7DCc H3 {
  text-align: center;
}
.cid-tD4OYd81by {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tD4OYd81by .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEoZexvgMB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tEoZexvgMB .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tEoZexvgMB .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tEoZexvgMB .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEoZexvgMB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tEoZexvgMB .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tEoZexvgMB .text2 {
  color: #000000;
  text-align: left;
}
.cid-tEoZexvgMB .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tEoZexvgMB .logo-title {
  text-align: center;
}
.cid-tEoZexvgMB .logo-sub-title {
  text-align: center;
}
.cid-tEoZexvgMB .links {
  text-align: center;
  color: #656565;
}
.cid-tEoZexvgMB .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tD4OYe2H2o {
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tD4OYe2H2o a {
  text-align: center;
}
.cid-tD4OYe2H2o p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tD4OYe2H2o span {
  font-size: 2rem;
}
.cid-tD4OYe2H2o .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tD4OYe2H2o .socicon-twitter {
  color: #4da7de;
}
.cid-tD4OYe2H2o .socicon-facebook {
  color: #3e5b98;
}
.cid-tD4OYe2H2o .socicon-googleplus {
  color: #dd4b39;
}
.cid-tD4OYe2H2o .socicon-instagram {
  color: #3f729b;
}
.cid-tD4OYe2H2o .social-list a:focus {
  text-decoration: none;
}
.cid-tD4OYe2H2o .text-copyright {
  width: 100%;
}
.cid-tD4OYe2H2o .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tD4OYe2H2o .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tD4OYe2H2o .logo-footer {
  line-height: normal;
}
.cid-tD4OYe2H2o .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tD4OYe2H2o .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tD4OYe2H2o .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tD4OYe2H2o .media-container-row a {
  margin: 0 1rem;
}
.cid-tD4OYe2H2o P {
  color: #ffffff;
}
.cid-tMvfEgl05j {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvfEgl05j .mbr-text,
.cid-tMvfEgl05j .ornament {
  color: #e5e5e5;
}
.cid-tE9NYaHiej {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9NYaHiej .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tE9NYaHiej .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tE9NYaHiej .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE9NYaHiej .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tE9NYaHiej .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tE9NYaHiej .text2 {
  color: #000000;
  text-align: left;
}
.cid-tE9NYaHiej .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tE9NYaHiej .logo-title {
  text-align: center;
}
.cid-tE9NYaHiej .logo-sub-title {
  text-align: center;
}
.cid-tE9NYaHiej .links {
  text-align: center;
  color: #656565;
}
.cid-tE9NYaHiej .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tE9OuaSw4P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9OuaSw4P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tE9OuaSw4P H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tEfPLByCks {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tEfPLByCks img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tEfPLByCks .row {
  justify-content: center;
}
.cid-tEfPLByCks .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tEfPLByCks .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tEfPLByCks .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tEfPLByCks .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tEfPLByCks .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tEfPLByCks .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tEfPLByCks .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tEfPLByCks .item {
    padding: 0.5rem;
  }
  .cid-tEfPLByCks .row {
    padding: 0 0.5rem;
  }
}
.cid-tEfPLByCks .btn {
  border-radius: 0;
}
.cid-tEfPLByCks .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tDxUsEljhw {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #012751;
}
.cid-tDxUsEljhw .container-fluid {
  padding-top: 0rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
.cid-tDxUsEljhw .content-section {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.6rem;
}
.cid-tDxUsEljhw .btn-sm {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 30px;
  font-size: 14px;
}
.cid-tDxUsEljhw .card-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  background-color: #012751;
  padding: 0.5rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-tDxUsEljhw .container-fluid {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cid-tDxUsEljhw .container-fluid {
    padding: 1.03rem;
  }
}
@media (max-width: 439px) {
  .cid-tDxUsEljhw .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-tDxUsEljhw .title-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-tDxUsEljhw H3 {
  text-align: center;
}
.cid-tDhGrG4PIV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tDhGrG4PIV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEoZo97I2X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tEoZo97I2X .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tEoZo97I2X .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tEoZo97I2X .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEoZo97I2X .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tEoZo97I2X .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tEoZo97I2X .text2 {
  color: #000000;
  text-align: left;
}
.cid-tEoZo97I2X .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tEoZo97I2X .logo-title {
  text-align: center;
}
.cid-tEoZo97I2X .logo-sub-title {
  text-align: center;
}
.cid-tEoZo97I2X .links {
  text-align: center;
  color: #656565;
}
.cid-tEoZo97I2X .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tDhGrH3ikB {
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tDhGrH3ikB a {
  text-align: center;
}
.cid-tDhGrH3ikB p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tDhGrH3ikB span {
  font-size: 2rem;
}
.cid-tDhGrH3ikB .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tDhGrH3ikB .socicon-twitter {
  color: #4da7de;
}
.cid-tDhGrH3ikB .socicon-facebook {
  color: #3e5b98;
}
.cid-tDhGrH3ikB .socicon-googleplus {
  color: #dd4b39;
}
.cid-tDhGrH3ikB .socicon-instagram {
  color: #3f729b;
}
.cid-tDhGrH3ikB .social-list a:focus {
  text-decoration: none;
}
.cid-tDhGrH3ikB .text-copyright {
  width: 100%;
}
.cid-tDhGrH3ikB .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tDhGrH3ikB .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tDhGrH3ikB .logo-footer {
  line-height: normal;
}
.cid-tDhGrH3ikB .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tDhGrH3ikB .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDhGrH3ikB .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tDhGrH3ikB .media-container-row a {
  margin: 0 1rem;
}
.cid-tDhGrH3ikB P {
  color: #ffffff;
}
.cid-tMvgxFFOat {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvgxFFOat .mbr-text,
.cid-tMvgxFFOat .ornament {
  color: #e5e5e5;
}
.cid-tE9E0IJCcQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #001630;
}
.cid-tE9E0IJCcQ .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tE9E0IJCcQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tE9E0IJCcQ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE9E0IJCcQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tE9E0IJCcQ .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tE9E0IJCcQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-tE9E0IJCcQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tE9E0IJCcQ .logo-title {
  text-align: center;
}
.cid-tE9E0IJCcQ .logo-sub-title {
  text-align: center;
}
.cid-tE9E0IJCcQ .links {
  text-align: center;
  color: #656565;
}
.cid-tE9E0IJCcQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-utDbjrgZmF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #001630;
}
.cid-utDbjrgZmF h3 {
  color: #000000;
}
.cid-utDbjrgZmF h4 {
  color: #000000;
}
.cid-utDbjrgZmF .mbr-text,
.cid-utDbjrgZmF .mbr-section-btn {
  color: #999999;
}
.cid-utDbjrgZmF img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-utDbjrgZmF .mbr-text,
.cid-utDbjrgZmF .mbr-section-btn,
.cid-utDbjrgZmF .col-lg-7 {
  color: #ffffff;
}
.cid-utDbjrgZmF H3 {
  color: #ffffff;
}
.cid-utGSnNAmcV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #001630;
}
.cid-utGSnNAmcV .mbr-text,
.cid-utGSnNAmcV .ornament {
  color: #ffffff;
}
.cid-tE9IS4HaPx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #001630;
}
.cid-tE9IS4HaPx img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tE9IS4HaPx .row {
  justify-content: center;
}
.cid-tE9IS4HaPx .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tE9IS4HaPx .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tE9IS4HaPx .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tE9IS4HaPx .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tE9IS4HaPx .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tE9IS4HaPx .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tE9IS4HaPx .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tE9IS4HaPx .item {
    padding: 0.5rem;
  }
  .cid-tE9IS4HaPx .row {
    padding: 0 0.5rem;
  }
}
.cid-tE9IS4HaPx .btn {
  border-radius: 0;
}
.cid-tE9IS4HaPx .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-utDdg7BeJV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #001630;
}
.cid-utDdg7BeJV h3 {
  color: #000000;
}
.cid-utDdg7BeJV h4 {
  color: #000000;
}
.cid-utDdg7BeJV .mbr-text,
.cid-utDdg7BeJV .mbr-section-btn {
  color: #999999;
}
.cid-utDdg7BeJV img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-utDdg7BeJV .mbr-text,
.cid-utDdg7BeJV .mbr-section-btn,
.cid-utDdg7BeJV .col-lg-7 {
  color: #ffffff;
}
.cid-tETtUfct1f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001630;
}
.cid-tETtUfct1f .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tETtUfct1f .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tETtUfct1f .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tETtUfct1f .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tETtUfct1f .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tETtUfct1f .text2 {
  color: #000000;
  text-align: left;
}
.cid-tETtUfct1f .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tETtUfct1f .logo-title {
  text-align: center;
}
.cid-tETtUfct1f .logo-sub-title {
  text-align: center;
}
.cid-tETtUfct1f .links {
  text-align: center;
  color: #656565;
}
.cid-tETtUfct1f .logo-sub-title i {
  color: #9e9e9e;
}
.cid-utDfmKBWjg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #001630;
}
.cid-utDfmKBWjg .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-utDfmKBWjg .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-utDfmKBWjg .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utDfmKBWjg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-utDfmKBWjg .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-utDfmKBWjg .text2 {
  color: #000000;
  text-align: left;
}
.cid-utDfmKBWjg .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-utDfmKBWjg .logo-title {
  text-align: center;
}
.cid-utDfmKBWjg .logo-sub-title {
  text-align: center;
}
.cid-utDfmKBWjg .links {
  text-align: center;
  color: #656565;
}
.cid-utDfmKBWjg .logo-sub-title i {
  color: #9e9e9e;
}
.cid-utDfCZHRwP {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #001630;
}
.cid-utDfCZHRwP h3 {
  color: #000000;
}
.cid-utDfCZHRwP h4 {
  color: #000000;
}
.cid-utDfCZHRwP .mbr-text,
.cid-utDfCZHRwP .mbr-section-btn {
  color: #999999;
}
.cid-utDfCZHRwP img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-utDfCZHRwP .mbr-text,
.cid-utDfCZHRwP .mbr-section-btn,
.cid-utDfCZHRwP .col-lg-7 {
  color: #ffffff;
}
.cid-utDfCZHRwP H3 {
  color: #ffffff;
}
.cid-tBxZFla8Sb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #001630;
}
.cid-tBxZFla8Sb H1 {
  color: #fafafa;
  text-align: center;
}
.cid-tBxZFla8Sb .mbr-text,
.cid-tBxZFla8Sb .mbr-section-btn {
  color: #716c80;
}
.cid-tBxZFla8Sb img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tBxZFla8Sb .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-tBusWK8ZQP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001630;
}
.cid-tBusWK8ZQP .mbr-text,
.cid-tBusWK8ZQP .ornament {
  color: #ffffff;
}
.cid-tEnrCRclTw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tEnrCRclTw .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tEnrCRclTw .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tEnrCRclTw .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEnrCRclTw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tEnrCRclTw .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tEnrCRclTw .text2 {
  color: #000000;
  text-align: left;
}
.cid-tEnrCRclTw .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tEnrCRclTw .logo-title {
  text-align: center;
}
.cid-tEnrCRclTw .logo-sub-title {
  text-align: center;
}
.cid-tEnrCRclTw .links {
  text-align: center;
  color: #656565;
}
.cid-tEnrCRclTw .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tEnrCRKZKk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tEnrCRKZKk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEnrCRKZKk H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tEnrCRZ9Fm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #001e40;
}
.cid-tEnrCRZ9Fm img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tEnrCRZ9Fm .row {
  justify-content: center;
}
.cid-tEnrCRZ9Fm .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tEnrCRZ9Fm .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tEnrCRZ9Fm .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tEnrCRZ9Fm .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tEnrCRZ9Fm .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tEnrCRZ9Fm .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tEnrCRZ9Fm .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tEnrCRZ9Fm .item {
    padding: 0.5rem;
  }
  .cid-tEnrCRZ9Fm .row {
    padding: 0 0.5rem;
  }
}
.cid-tEnrCRZ9Fm .btn {
  border-radius: 0;
}
.cid-tEnrCRZ9Fm .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tEoXa1jfsC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tEoXa1jfsC .card {
  padding: 1rem;
}
.cid-tEoXa1jfsC .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0077ff, #00cfff);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tEoXa1jfsC .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tEoXa1jfsC .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tEoXa1jfsC .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tEoXa1jfsC .card-sign {
  padding-top: .5rem;
}
.cid-tEoXa1jfsC .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tEoXa1jfsC .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tEoXa1jfsC .card-title {
    text-align: center;
  }
  .cid-tEoXa1jfsC p.mbr-text,
  .cid-tEoXa1jfsC p.date {
    text-align: center;
  }
}
.cid-tEoXa1jfsC .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tEoXa1jfsC .card-text,
.cid-tEoXa1jfsC .mbr-subtitle {
  color: #8d97ad;
}
.cid-tEoXa1jfsC H2 {
  color: #f3f3f3;
}
.cid-tEoXa1jfsC .card-text {
  color: #001630;
  text-align: left;
}
.cid-tEnrCUdpbI {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #001e40, #001e40);
}
.cid-tEnrCUdpbI a {
  text-align: center;
}
.cid-tEnrCUdpbI p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tEnrCUdpbI span {
  font-size: 2rem;
}
.cid-tEnrCUdpbI .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tEnrCUdpbI .socicon-twitter {
  color: #4da7de;
}
.cid-tEnrCUdpbI .socicon-facebook {
  color: #3e5b98;
}
.cid-tEnrCUdpbI .socicon-googleplus {
  color: #dd4b39;
}
.cid-tEnrCUdpbI .socicon-instagram {
  color: #3f729b;
}
.cid-tEnrCUdpbI .social-list a:focus {
  text-decoration: none;
}
.cid-tEnrCUdpbI .text-copyright {
  width: 100%;
}
.cid-tEnrCUdpbI .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tEnrCUdpbI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tEnrCUdpbI .logo-footer {
  line-height: normal;
}
.cid-tEnrCUdpbI .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tEnrCUdpbI .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEnrCUdpbI .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tEnrCUdpbI .media-container-row a {
  margin: 0 1rem;
}
.cid-tEnrCUdpbI P {
  color: #ffffff;
}
.cid-tMviphi33m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMviphi33m .mbr-text,
.cid-tMviphi33m .ornament {
  color: #e5e5e5;
}
.cid-tEw9VjK1rm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tEw9VjK1rm .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tEw9VjK1rm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tEw9VjK1rm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEw9VjK1rm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tEw9VjK1rm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tEw9VjK1rm .text2 {
  color: #000000;
  text-align: left;
}
.cid-tEw9VjK1rm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tEw9VjK1rm .logo-title {
  text-align: center;
}
.cid-tEw9VjK1rm .logo-sub-title {
  text-align: center;
}
.cid-tEw9VjK1rm .links {
  text-align: center;
  color: #656565;
}
.cid-tEw9VjK1rm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tEw9VknhKy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tEw9VknhKy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEw9VknhKy H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tEw9VkCAiK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tEw9VkCAiK img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tEw9VkCAiK .row {
  justify-content: center;
}
.cid-tEw9VkCAiK .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tEw9VkCAiK .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tEw9VkCAiK .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tEw9VkCAiK .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tEw9VkCAiK .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tEw9VkCAiK .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tEw9VkCAiK .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tEw9VkCAiK .item {
    padding: 0.5rem;
  }
  .cid-tEw9VkCAiK .row {
    padding: 0 0.5rem;
  }
}
.cid-tEw9VkCAiK .btn {
  border-radius: 0;
}
.cid-tEw9VkCAiK .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tEw9Vlj4mE {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #012751;
}
.cid-tEw9Vlj4mE .container-fluid {
  padding-top: 0rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
.cid-tEw9Vlj4mE .content-section {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.6rem;
}
.cid-tEw9Vlj4mE .btn-sm {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 30px;
  font-size: 14px;
}
.cid-tEw9Vlj4mE .card-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  background-color: #012751;
  padding: 0.5rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-tEw9Vlj4mE .container-fluid {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cid-tEw9Vlj4mE .container-fluid {
    padding: 1.03rem;
  }
}
@media (max-width: 439px) {
  .cid-tEw9Vlj4mE .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-tEw9Vlj4mE .title-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-tEw9Vlj4mE H3 {
  text-align: center;
}
.cid-tEw9VlKBzm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tEw9VlKBzm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEw9Vm2h2f {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tEw9Vm2h2f .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tEw9Vm2h2f .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tEw9Vm2h2f .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEw9Vm2h2f .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tEw9Vm2h2f .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tEw9Vm2h2f .text2 {
  color: #000000;
  text-align: left;
}
.cid-tEw9Vm2h2f .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tEw9Vm2h2f .logo-title {
  text-align: center;
}
.cid-tEw9Vm2h2f .logo-sub-title {
  text-align: center;
}
.cid-tEw9Vm2h2f .links {
  text-align: center;
  color: #656565;
}
.cid-tEw9Vm2h2f .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tEw9VmmybX {
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tEw9VmmybX a {
  text-align: center;
}
.cid-tEw9VmmybX p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tEw9VmmybX span {
  font-size: 2rem;
}
.cid-tEw9VmmybX .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tEw9VmmybX .socicon-twitter {
  color: #4da7de;
}
.cid-tEw9VmmybX .socicon-facebook {
  color: #3e5b98;
}
.cid-tEw9VmmybX .socicon-googleplus {
  color: #dd4b39;
}
.cid-tEw9VmmybX .socicon-instagram {
  color: #3f729b;
}
.cid-tEw9VmmybX .social-list a:focus {
  text-decoration: none;
}
.cid-tEw9VmmybX .text-copyright {
  width: 100%;
}
.cid-tEw9VmmybX .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tEw9VmmybX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tEw9VmmybX .logo-footer {
  line-height: normal;
}
.cid-tEw9VmmybX .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tEw9VmmybX .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEw9VmmybX .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tEw9VmmybX .media-container-row a {
  margin: 0 1rem;
}
.cid-tEw9VmmybX P {
  color: #ffffff;
}
.cid-tMvg9Ygcx6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvg9Ygcx6 .mbr-text,
.cid-tMvg9Ygcx6 .ornament {
  color: #e5e5e5;
}
.cid-tETbpOaM8L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tETbpOaM8L .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tETbpOaM8L .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tETbpOaM8L .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tETbpOaM8L .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tETbpOaM8L .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tETbpOaM8L .text2 {
  color: #000000;
  text-align: left;
}
.cid-tETbpOaM8L .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tETbpOaM8L .logo-title {
  text-align: center;
}
.cid-tETbpOaM8L .logo-sub-title {
  text-align: center;
}
.cid-tETbpOaM8L .links {
  text-align: center;
  color: #656565;
}
.cid-tETbpOaM8L .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tETbpODEde {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tETbpODEde .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tETbpODEde H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tETbpORSGb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tETbpORSGb img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tETbpORSGb .row {
  justify-content: center;
}
.cid-tETbpORSGb .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tETbpORSGb .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tETbpORSGb .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tETbpORSGb .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tETbpORSGb .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tETbpORSGb .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tETbpORSGb .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tETbpORSGb .item {
    padding: 0.5rem;
  }
  .cid-tETbpORSGb .row {
    padding: 0 0.5rem;
  }
}
.cid-tETbpORSGb .btn {
  border-radius: 0;
}
.cid-tETbpORSGb .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tETbpPxpxs {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #012751;
}
.cid-tETbpPxpxs .container-fluid {
  padding-top: 0rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
.cid-tETbpPxpxs .content-section {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.6rem;
}
.cid-tETbpPxpxs .btn-sm {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 30px;
  font-size: 14px;
}
.cid-tETbpPxpxs .card-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  background-color: #012751;
  padding: 0.5rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-tETbpPxpxs .container-fluid {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cid-tETbpPxpxs .container-fluid {
    padding: 1.03rem;
  }
}
@media (max-width: 439px) {
  .cid-tETbpPxpxs .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-tETbpPxpxs .title-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-tETbpPxpxs H3 {
  text-align: center;
}
.cid-tETbpPVyFg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tETbpPVyFg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tETbpQ8YTO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tETbpQ8YTO .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tETbpQ8YTO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tETbpQ8YTO .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tETbpQ8YTO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tETbpQ8YTO .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tETbpQ8YTO .text2 {
  color: #000000;
  text-align: left;
}
.cid-tETbpQ8YTO .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tETbpQ8YTO .logo-title {
  text-align: center;
}
.cid-tETbpQ8YTO .logo-sub-title {
  text-align: center;
}
.cid-tETbpQ8YTO .links {
  text-align: center;
  color: #656565;
}
.cid-tETbpQ8YTO .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tETbpQpm5I {
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tETbpQpm5I a {
  text-align: center;
}
.cid-tETbpQpm5I p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tETbpQpm5I span {
  font-size: 2rem;
}
.cid-tETbpQpm5I .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tETbpQpm5I .socicon-twitter {
  color: #4da7de;
}
.cid-tETbpQpm5I .socicon-facebook {
  color: #3e5b98;
}
.cid-tETbpQpm5I .socicon-googleplus {
  color: #dd4b39;
}
.cid-tETbpQpm5I .socicon-instagram {
  color: #3f729b;
}
.cid-tETbpQpm5I .social-list a:focus {
  text-decoration: none;
}
.cid-tETbpQpm5I .text-copyright {
  width: 100%;
}
.cid-tETbpQpm5I .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tETbpQpm5I .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tETbpQpm5I .logo-footer {
  line-height: normal;
}
.cid-tETbpQpm5I .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tETbpQpm5I .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tETbpQpm5I .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tETbpQpm5I .media-container-row a {
  margin: 0 1rem;
}
.cid-tETbpQpm5I P {
  color: #ffffff;
}
.cid-tMvh5CtZTI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvh5CtZTI .mbr-text,
.cid-tMvh5CtZTI .ornament {
  color: #e5e5e5;
}
.cid-tGGWS5rg6Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGGWS5rg6Q .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tGGWS5rg6Q .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGGWS5rg6Q .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGGWS5rg6Q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tGGWS5rg6Q .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tGGWS5rg6Q .text2 {
  color: #000000;
  text-align: left;
}
.cid-tGGWS5rg6Q .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tGGWS5rg6Q .logo-title {
  text-align: center;
}
.cid-tGGWS5rg6Q .logo-sub-title {
  text-align: center;
}
.cid-tGGWS5rg6Q .links {
  text-align: center;
  color: #656565;
}
.cid-tGGWS5rg6Q .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tGGWS6d5XX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGGWS6d5XX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGGWS6d5XX H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tGGWS6Gobd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tGGWS6Gobd img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tGGWS6Gobd .row {
  justify-content: center;
}
.cid-tGGWS6Gobd .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tGGWS6Gobd .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tGGWS6Gobd .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tGGWS6Gobd .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tGGWS6Gobd .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tGGWS6Gobd .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tGGWS6Gobd .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tGGWS6Gobd .item {
    padding: 0.5rem;
  }
  .cid-tGGWS6Gobd .row {
    padding: 0 0.5rem;
  }
}
.cid-tGGWS6Gobd .btn {
  border-radius: 0;
}
.cid-tGGWS6Gobd .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tGGWS7y4I8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #012751;
}
.cid-tGGWS7y4I8 .container-fluid {
  padding-top: 0rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
.cid-tGGWS7y4I8 .content-section {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.6rem;
}
.cid-tGGWS7y4I8 .btn-sm {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 30px;
  font-size: 14px;
}
.cid-tGGWS7y4I8 .card-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  background-color: #012751;
  padding: 0.5rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-tGGWS7y4I8 .container-fluid {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cid-tGGWS7y4I8 .container-fluid {
    padding: 1.03rem;
  }
}
@media (max-width: 439px) {
  .cid-tGGWS7y4I8 .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-tGGWS7y4I8 .title-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-tGGWS7y4I8 H3 {
  text-align: center;
}
.cid-tGGWS7VByD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGGWS7VByD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGGWS8mT6v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGGWS8mT6v .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tGGWS8mT6v .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGGWS8mT6v .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGGWS8mT6v .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tGGWS8mT6v .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tGGWS8mT6v .text2 {
  color: #000000;
  text-align: left;
}
.cid-tGGWS8mT6v .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tGGWS8mT6v .logo-title {
  text-align: center;
}
.cid-tGGWS8mT6v .logo-sub-title {
  text-align: center;
}
.cid-tGGWS8mT6v .links {
  text-align: center;
  color: #656565;
}
.cid-tGGWS8mT6v .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tGGWS8DdY3 {
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tGGWS8DdY3 a {
  text-align: center;
}
.cid-tGGWS8DdY3 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tGGWS8DdY3 span {
  font-size: 2rem;
}
.cid-tGGWS8DdY3 .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tGGWS8DdY3 .socicon-twitter {
  color: #4da7de;
}
.cid-tGGWS8DdY3 .socicon-facebook {
  color: #3e5b98;
}
.cid-tGGWS8DdY3 .socicon-googleplus {
  color: #dd4b39;
}
.cid-tGGWS8DdY3 .socicon-instagram {
  color: #3f729b;
}
.cid-tGGWS8DdY3 .social-list a:focus {
  text-decoration: none;
}
.cid-tGGWS8DdY3 .text-copyright {
  width: 100%;
}
.cid-tGGWS8DdY3 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tGGWS8DdY3 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tGGWS8DdY3 .logo-footer {
  line-height: normal;
}
.cid-tGGWS8DdY3 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGGWS8DdY3 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGGWS8DdY3 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGGWS8DdY3 .media-container-row a {
  margin: 0 1rem;
}
.cid-tGGWS8DdY3 P {
  color: #ffffff;
}
.cid-tMvhPJGUWz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvhPJGUWz .mbr-text,
.cid-tMvhPJGUWz .ornament {
  color: #e5e5e5;
}
.cid-tGGXIJc2HL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGGXIJc2HL .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tGGXIJc2HL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGGXIJc2HL .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGGXIJc2HL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tGGXIJc2HL .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tGGXIJc2HL .text2 {
  color: #000000;
  text-align: left;
}
.cid-tGGXIJc2HL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tGGXIJc2HL .logo-title {
  text-align: center;
}
.cid-tGGXIJc2HL .logo-sub-title {
  text-align: center;
}
.cid-tGGXIJc2HL .links {
  text-align: center;
  color: #656565;
}
.cid-tGGXIJc2HL .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tGGXIJLg4C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGGXIJLg4C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGGXIJLg4C H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tGGXIKepWG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tGGXIKepWG img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tGGXIKepWG .row {
  justify-content: center;
}
.cid-tGGXIKepWG .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tGGXIKepWG .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tGGXIKepWG .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tGGXIKepWG .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tGGXIKepWG .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tGGXIKepWG .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tGGXIKepWG .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tGGXIKepWG .item {
    padding: 0.5rem;
  }
  .cid-tGGXIKepWG .row {
    padding: 0 0.5rem;
  }
}
.cid-tGGXIKepWG .btn {
  border-radius: 0;
}
.cid-tGGXIKepWG .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tGGXIKX0ZF {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #012751;
}
.cid-tGGXIKX0ZF .container-fluid {
  padding-top: 0rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
.cid-tGGXIKX0ZF .content-section {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.6rem;
}
.cid-tGGXIKX0ZF .btn-sm {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 30px;
  font-size: 14px;
}
.cid-tGGXIKX0ZF .card-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  background-color: #012751;
  padding: 0.5rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-tGGXIKX0ZF .container-fluid {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cid-tGGXIKX0ZF .container-fluid {
    padding: 1.03rem;
  }
}
@media (max-width: 439px) {
  .cid-tGGXIKX0ZF .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-tGGXIKX0ZF .title-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-tGGXIKX0ZF H3 {
  text-align: center;
}
.cid-tGGXILmFk8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGGXILmFk8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGGXILPgSg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGGXILPgSg .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tGGXILPgSg .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGGXILPgSg .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGGXILPgSg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tGGXILPgSg .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tGGXILPgSg .text2 {
  color: #000000;
  text-align: left;
}
.cid-tGGXILPgSg .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tGGXILPgSg .logo-title {
  text-align: center;
}
.cid-tGGXILPgSg .logo-sub-title {
  text-align: center;
}
.cid-tGGXILPgSg .links {
  text-align: center;
  color: #656565;
}
.cid-tGGXILPgSg .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tGGXIM6psW {
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tGGXIM6psW a {
  text-align: center;
}
.cid-tGGXIM6psW p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tGGXIM6psW span {
  font-size: 2rem;
}
.cid-tGGXIM6psW .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tGGXIM6psW .socicon-twitter {
  color: #4da7de;
}
.cid-tGGXIM6psW .socicon-facebook {
  color: #3e5b98;
}
.cid-tGGXIM6psW .socicon-googleplus {
  color: #dd4b39;
}
.cid-tGGXIM6psW .socicon-instagram {
  color: #3f729b;
}
.cid-tGGXIM6psW .social-list a:focus {
  text-decoration: none;
}
.cid-tGGXIM6psW .text-copyright {
  width: 100%;
}
.cid-tGGXIM6psW .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tGGXIM6psW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tGGXIM6psW .logo-footer {
  line-height: normal;
}
.cid-tGGXIM6psW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGGXIM6psW .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGGXIM6psW .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGGXIM6psW .media-container-row a {
  margin: 0 1rem;
}
.cid-tGGXIM6psW P {
  color: #ffffff;
}
.cid-tMvhrrY0nX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvhrrY0nX .mbr-text,
.cid-tMvhrrY0nX .ornament {
  color: #e5e5e5;
}
.cid-tGHDfChuoy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGHDfChuoy .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tGHDfChuoy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGHDfChuoy .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGHDfChuoy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tGHDfChuoy .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tGHDfChuoy .text2 {
  color: #000000;
  text-align: left;
}
.cid-tGHDfChuoy .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tGHDfChuoy .logo-title {
  text-align: center;
}
.cid-tGHDfChuoy .logo-sub-title {
  text-align: center;
}
.cid-tGHDfChuoy .links {
  text-align: center;
  color: #656565;
}
.cid-tGHDfChuoy .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tGHDfCSBXB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tGHDfCSBXB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGHDfCSBXB H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tGHDfD4UHZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tGHDfD4UHZ img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tGHDfD4UHZ .row {
  justify-content: center;
}
.cid-tGHDfD4UHZ .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tGHDfD4UHZ .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tGHDfD4UHZ .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tGHDfD4UHZ .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tGHDfD4UHZ .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tGHDfD4UHZ .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tGHDfD4UHZ .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tGHDfD4UHZ .item {
    padding: 0.5rem;
  }
  .cid-tGHDfD4UHZ .row {
    padding: 0 0.5rem;
  }
}
.cid-tGHDfD4UHZ .btn {
  border-radius: 0;
}
.cid-tGHDfD4UHZ .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tGHDfEaal7 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #012751;
}
.cid-tGHDfEaal7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGDuH6NdoC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-uGDuH6NdoC .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uGDuH6NdoC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uGDuH6NdoC .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGDuH6NdoC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uGDuH6NdoC .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uGDuH6NdoC .text2 {
  color: #000000;
  text-align: left;
}
.cid-uGDuH6NdoC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uGDuH6NdoC .logo-title {
  text-align: center;
}
.cid-uGDuH6NdoC .logo-sub-title {
  text-align: center;
}
.cid-uGDuH6NdoC .links {
  text-align: center;
  color: #656565;
}
.cid-uGDuH6NdoC .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uGDuJbBgw2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #012751;
}
.cid-uGDuJbBgw2 h3 {
  color: #000000;
}
.cid-uGDuJbBgw2 h4 {
  color: #000000;
}
.cid-uGDuJbBgw2 .mbr-text,
.cid-uGDuJbBgw2 .mbr-section-btn {
  color: #999999;
}
.cid-uGDuJbBgw2 img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uGDuJbBgw2 .mbr-text,
.cid-uGDuJbBgw2 .mbr-section-btn,
.cid-uGDuJbBgw2 .col-lg-7 {
  color: #ffffff;
}
.cid-uGDuJbBgw2 H3 {
  color: #ffffff;
}
.cid-tGHDfEoETF {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #012751;
}
.cid-tGHDfEoETF .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tGHDfEoETF .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGHDfEoETF .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGHDfEoETF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tGHDfEoETF .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tGHDfEoETF .text2 {
  color: #000000;
  text-align: left;
}
.cid-tGHDfEoETF .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tGHDfEoETF .logo-title {
  text-align: center;
}
.cid-tGHDfEoETF .logo-sub-title {
  text-align: center;
}
.cid-tGHDfEoETF .links {
  text-align: center;
  color: #656565;
}
.cid-tGHDfEoETF .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tMvgKssmlf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvgKssmlf .mbr-text,
.cid-tMvgKssmlf .ornament {
  color: #e5e5e5;
}
.cid-tE9GDOBj6H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9GDOBj6H .navbar-logo {
  width: 90px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tE9GDOBj6H .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tE9GDOBj6H .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE9GDOBj6H .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tE9GDOBj6H .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tE9GDOBj6H .text2 {
  color: #000000;
  text-align: left;
}
.cid-tE9GDOBj6H .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tE9GDOBj6H .logo-title {
  text-align: center;
}
.cid-tE9GDOBj6H .logo-sub-title {
  text-align: center;
}
.cid-tE9GDOBj6H .links {
  text-align: center;
  color: #656565;
}
.cid-tE9GDOBj6H .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tMvd67anKI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tMvd67anKI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMvd67anKI H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tEfPlZfh0h {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tEfPlZfh0h img {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tEfPlZfh0h .row {
  justify-content: center;
}
.cid-tEfPlZfh0h .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tEfPlZfh0h .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tEfPlZfh0h .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tEfPlZfh0h .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tEfPlZfh0h .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tEfPlZfh0h .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tEfPlZfh0h .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tEfPlZfh0h .item {
    padding: 0.5rem;
  }
  .cid-tEfPlZfh0h .row {
    padding: 0 0.5rem;
  }
}
.cid-tEfPlZfh0h .btn {
  border-radius: 0;
}
.cid-tEfPlZfh0h .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tE9GDS5jn6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #012751;
}
.cid-tE9GDS5jn6 .container-fluid {
  padding-top: 0rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
.cid-tE9GDS5jn6 .content-section {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.6rem;
}
.cid-tE9GDS5jn6 .btn-sm {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 30px;
  font-size: 14px;
}
.cid-tE9GDS5jn6 .card-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  background-color: #012751;
  padding: 0.5rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-tE9GDS5jn6 .container-fluid {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cid-tE9GDS5jn6 .container-fluid {
    padding: 1.03rem;
  }
}
@media (max-width: 439px) {
  .cid-tE9GDS5jn6 .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-tE9GDS5jn6 .title-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-tE9GDS5jn6 H3 {
  text-align: center;
}
.cid-tMvdtsHO98 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tMvdtsHO98 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEp0dARXSG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #012751;
}
.cid-tEp0dARXSG .navbar-logo {
  width: 15rem;
  margin-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
.cid-tEp0dARXSG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tEp0dARXSG .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEp0dARXSG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tEp0dARXSG .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tEp0dARXSG .text2 {
  color: #000000;
  text-align: left;
}
.cid-tEp0dARXSG .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tEp0dARXSG .logo-title {
  text-align: center;
}
.cid-tEp0dARXSG .logo-sub-title {
  text-align: center;
}
.cid-tEp0dARXSG .links {
  text-align: center;
  color: #656565;
}
.cid-tEp0dARXSG .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tE9GDU7r6E {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #012751, #012751);
}
.cid-tE9GDU7r6E a {
  text-align: center;
}
.cid-tE9GDU7r6E p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tE9GDU7r6E span {
  font-size: 2rem;
}
.cid-tE9GDU7r6E .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tE9GDU7r6E .socicon-twitter {
  color: #4da7de;
}
.cid-tE9GDU7r6E .socicon-facebook {
  color: #3e5b98;
}
.cid-tE9GDU7r6E .socicon-googleplus {
  color: #dd4b39;
}
.cid-tE9GDU7r6E .socicon-instagram {
  color: #3f729b;
}
.cid-tE9GDU7r6E .social-list a:focus {
  text-decoration: none;
}
.cid-tE9GDU7r6E .text-copyright {
  width: 100%;
}
.cid-tE9GDU7r6E .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tE9GDU7r6E .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tE9GDU7r6E .logo-footer {
  line-height: normal;
}
.cid-tE9GDU7r6E .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tE9GDU7r6E .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE9GDU7r6E .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tE9GDU7r6E .media-container-row a {
  margin: 0 1rem;
}
.cid-tE9GDU7r6E P {
  color: #ffffff;
}
.cid-tE9GDUVj1q {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #012751;
}
.cid-tE9GDUVj1q H1 {
  color: #fafafa;
  text-align: center;
}
.cid-tE9GDUVj1q .mbr-text,
.cid-tE9GDUVj1q .mbr-section-btn {
  color: #716c80;
}
.cid-tE9GDUVj1q img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tE9GDUVj1q .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-tMvdfmLkY1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001e40;
}
.cid-tMvdfmLkY1 .mbr-text,
.cid-tMvdfmLkY1 .ornament {
  color: #e5e5e5;
}
