@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1b75bb !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b75bb !important;
  border-color: #1b75bb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #114b78 !important;
  border-color: #114b78 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #114b78 !important;
  border-color: #114b78 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0e3d62;
  color: #0e3d62;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1b75bb;
  border-color: #1b75bb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b75bb !important;
  border-color: #1b75bb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1b75bb !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0e3d62 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b75bb;
  border-color: #1b75bb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1b75bb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6cb3ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1b75bb;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1b75bb;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1b75bb;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b75bb;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1b75bb;
  border-bottom-color: #1b75bb;
}
.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: #1b75bb !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%231b75bb' %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.3;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-spX7H7ekpx {
  background-image: url("../../../assets/images/slide-home-2.jpg");
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-spXugd4BsY {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-spXugd4BsY img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-spXugd4BsY img:hover {
  transform: scale(1.1);
}
.cid-spXugd4BsY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-spXugd4BsY h2 {
  padding: 0;
  margin: 0;
}
.cid-spXugd4BsY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spXugd4BsY .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-spXugd4BsY .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-spXugd4BsY .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-spXugd4BsY .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-spXugd4BsY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-spXugd4BsY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spXugd4BsY .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-spXugd4BsY .text-col {
    padding: 2rem 1rem;
  }
}
.cid-spXugd4BsY H2 {
  color: #333333;
}
.cid-spXugd4BsY .mbr-text {
  color: #767676;
}
.cid-spXuEwWd9e {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-spXuEwWd9e img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-spXuEwWd9e img:hover {
  transform: scale(1.1);
}
.cid-spXuEwWd9e .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-spXuEwWd9e h2 {
  padding: 0;
  margin: 0;
}
.cid-spXuEwWd9e .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spXuEwWd9e .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-spXuEwWd9e .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-spXuEwWd9e .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-spXuEwWd9e .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-spXuEwWd9e .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-spXuEwWd9e .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spXuEwWd9e .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-spXuEwWd9e .text-col {
    padding: 2rem 1rem;
  }
}
.cid-spXuEwWd9e H2 {
  color: #333333;
}
.cid-spXuEwWd9e .mbr-text {
  color: #767676;
}
.cid-spXvuHCgbC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-spXvuHCgbC img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-spXvuHCgbC img:hover {
  transform: scale(1.1);
}
.cid-spXvuHCgbC .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-spXvuHCgbC h2 {
  padding: 0;
  margin: 0;
}
.cid-spXvuHCgbC .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spXvuHCgbC .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-spXvuHCgbC .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-spXvuHCgbC .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-spXvuHCgbC .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-spXvuHCgbC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-spXvuHCgbC .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spXvuHCgbC .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-spXvuHCgbC .text-col {
    padding: 2rem 1rem;
  }
}
.cid-spXvuHCgbC H2 {
  color: #333333;
}
.cid-spXvuHCgbC .mbr-text {
  color: #767676;
}
.cid-spXwoq2gen {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-spXwoq2gen img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-spXwoq2gen img:hover {
  transform: scale(1.1);
}
.cid-spXwoq2gen .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-spXwoq2gen h2 {
  padding: 0;
  margin: 0;
}
.cid-spXwoq2gen .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spXwoq2gen .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-spXwoq2gen .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-spXwoq2gen .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-spXwoq2gen .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-spXwoq2gen .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-spXwoq2gen .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spXwoq2gen .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-spXwoq2gen .text-col {
    padding: 2rem 1rem;
  }
}
.cid-spXwoq2gen H2 {
  color: #333333;
}
.cid-spXwoq2gen .mbr-text {
  color: #767676;
}
.cid-spXwSx0KO9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-spXwSx0KO9 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-spXwSx0KO9 img:hover {
  transform: scale(1.1);
}
.cid-spXwSx0KO9 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-spXwSx0KO9 h2 {
  padding: 0;
  margin: 0;
}
.cid-spXwSx0KO9 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spXwSx0KO9 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-spXwSx0KO9 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-spXwSx0KO9 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-spXwSx0KO9 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-spXwSx0KO9 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-spXwSx0KO9 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spXwSx0KO9 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-spXwSx0KO9 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-spXwSx0KO9 H2 {
  color: #333333;
}
.cid-spXwSx0KO9 .mbr-text {
  color: #767676;
}
.cid-spXxo8e5fS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-spXxo8e5fS img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-spXxo8e5fS img:hover {
  transform: scale(1.1);
}
.cid-spXxo8e5fS .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-spXxo8e5fS h2 {
  padding: 0;
  margin: 0;
}
.cid-spXxo8e5fS .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spXxo8e5fS .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-spXxo8e5fS .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-spXxo8e5fS .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-spXxo8e5fS .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-spXxo8e5fS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-spXxo8e5fS .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spXxo8e5fS .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-spXxo8e5fS .text-col {
    padding: 2rem 1rem;
  }
}
.cid-spXxo8e5fS H2 {
  color: #333333;
}
.cid-spXxo8e5fS .mbr-text {
  color: #767676;
}
.cid-spXxR0G6zQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-spXxR0G6zQ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-spXxR0G6zQ img:hover {
  transform: scale(1.1);
}
.cid-spXxR0G6zQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-spXxR0G6zQ h2 {
  padding: 0;
  margin: 0;
}
.cid-spXxR0G6zQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spXxR0G6zQ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-spXxR0G6zQ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-spXxR0G6zQ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-spXxR0G6zQ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-spXxR0G6zQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-spXxR0G6zQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spXxR0G6zQ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-spXxR0G6zQ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-spXxR0G6zQ H2 {
  color: #333333;
}
.cid-spXxR0G6zQ .mbr-text {
  color: #767676;
}
.cid-spXyBQOECB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-spXyBQOECB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-spXyBQOECB img:hover {
  transform: scale(1.1);
}
.cid-spXyBQOECB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-spXyBQOECB h2 {
  padding: 0;
  margin: 0;
}
.cid-spXyBQOECB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spXyBQOECB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-spXyBQOECB .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-spXyBQOECB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-spXyBQOECB .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-spXyBQOECB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-spXyBQOECB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spXyBQOECB .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-spXyBQOECB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-spXyBQOECB H2 {
  color: #333333;
}
.cid-spXyBQOECB .mbr-text {
  color: #767676;
}
.cid-srxELsPtmP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-srxELsPtmP .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srxELsPtmP .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-srxELsPtmP .mbr-text {
  color: #444;
}
.cid-srxELsPtmP h5 {
  margin-bottom: 0;
}
.cid-srxELsPtmP .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-srxELsPtmP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srxELsPtmP .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-srxELsPtmP .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srxELsPtmP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srxELsPtmP .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-srxELsPtmP .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-srxELsPtmP .social-list a:hover {
  opacity: .4;
}
.cid-srxELsPtmP .media-container-row > div {
  padding: 0px;
}
.cid-srxELsPtmP .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-srxELsPtmP .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-srxELsPtmP .group-title SPAN {
  color: #ffffff;
}
.cid-srxELsPtmP .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-srxELsPtmP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srxELsPtmP .social-list,
  .cid-srxELsPtmP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srxELsPtmP h3 {
    margin-bottom: 10px;
  }
  .cid-srxELsPtmP .navbar-brand {
    text-align: center;
  }
}
.cid-srxELsPtmP .links SPAN {
  color: #9e9e9e;
}
.cid-srxELsPtmP .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sq13uOSYTk {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sq13uOSYTk .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sq13uOSYTk .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-sq13uOSYTk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sq13uOSYTk .inner-container {
    width: 100% !important;
  }
}
.cid-sq13uOSYTk .section-text DIV {
  text-align: left;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sqq6wGdYc4 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sqq6wGdYc4 .mbr-section-title {
  margin: 0;
}
.cid-sqq6wGdYc4 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sqq6wGdYc4 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sqq6wGdYc4 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqq6wGdYc4 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-sqq6wGdYc4 .team-item .item-image {
  position: relative !important;
}
.cid-sqq6wGdYc4 .team-item .item-image img {
  width: 100%;
}
.cid-sqq6wGdYc4 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-sqq6wGdYc4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sqq6wGdYc4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sqq6wGdYc4 .team-item .item-caption {
  background: #efefef;
}
.cid-sqq6wGdYc4 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-sqq6wGdYc4 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-sqq6wGdYc4 .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-sqq6wGdYc4 .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-sqq6wGdYc4 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-sqq6wGdYc4 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-sqq6wGdYc4 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-sqq6wGdYc4 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-sqq6wGdYc4 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-sqq6wGdYc4 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-sqq6wGdYc4 .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-sqq6wGdYc4 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-sqq6wGdYc4 .mbr-section-title,
.cid-sqq6wGdYc4 .underline {
  color: #125d98;
}
.cid-sqqlhKzOHs {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sqqlhKzOHs .mbr-section-title {
  margin: 0;
}
.cid-sqqlhKzOHs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sqqlhKzOHs .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sqqlhKzOHs .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqqlhKzOHs .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-sqqlhKzOHs .team-item .item-image {
  position: relative !important;
}
.cid-sqqlhKzOHs .team-item .item-image img {
  width: 100%;
}
.cid-sqqlhKzOHs .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-sqqlhKzOHs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sqqlhKzOHs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sqqlhKzOHs .team-item .item-caption {
  background: #efefef;
}
.cid-sqqlhKzOHs .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-sqqlhKzOHs .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-sqqlhKzOHs .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-sqqlhKzOHs .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-sqqlhKzOHs .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-sqqlhKzOHs .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-sqqlhKzOHs .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-sqqlhKzOHs .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-sqqlhKzOHs .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-sqqlhKzOHs .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-sqqlhKzOHs .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-sqqlhKzOHs .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-sqqlhKzOHs .mbr-section-title,
.cid-sqqlhKzOHs .underline {
  color: #125d98;
}
.cid-sqqwoYcnCD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqqwoYcnCD .mbr-text {
  position: relative;
}
.cid-sqqwoYcnCD .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sqqwoYcnCD .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sqqwoYcnCD .mbr-text:after,
  .cid-sqqwoYcnCD .mbr-text:before {
    display: none;
  }
}
.cid-srxo7qM3bn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-srxo7qM3bn .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srxo7qM3bn .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-srxo7qM3bn .mbr-text {
  color: #444;
}
.cid-srxo7qM3bn h5 {
  margin-bottom: 0;
}
.cid-srxo7qM3bn .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-srxo7qM3bn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srxo7qM3bn .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-srxo7qM3bn .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srxo7qM3bn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srxo7qM3bn .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-srxo7qM3bn .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-srxo7qM3bn .social-list a:hover {
  opacity: .4;
}
.cid-srxo7qM3bn .media-container-row > div {
  padding: 0px;
}
.cid-srxo7qM3bn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-srxo7qM3bn .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-srxo7qM3bn .group-title SPAN {
  color: #ffffff;
}
.cid-srxo7qM3bn .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-srxo7qM3bn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srxo7qM3bn .social-list,
  .cid-srxo7qM3bn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srxo7qM3bn h3 {
    margin-bottom: 10px;
  }
  .cid-srxo7qM3bn .navbar-brand {
    text-align: center;
  }
}
.cid-srxo7qM3bn .links SPAN {
  color: #9e9e9e;
}
.cid-srxo7qM3bn .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sq3pdSuXpy .google-map {
  height: 35rem;
  position: relative;
}
.cid-sq3pdSuXpy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sq3pdSuXpy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sq3pdSuXpy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sq3pdSuXpy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sq3q7N7GGL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sq3q7N7GGL .title {
  padding-bottom: 2.5rem;
}
.cid-sq3q7N7GGL .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sq3q7N7GGL .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-sq3q7N7GGL .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-sq3q7N7GGL .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-sq3q7N7GGL .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sq3q7N7GGL .iconfont-wrapper {
    display: none;
  }
}
.cid-sq9g9YZCes {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sq9g9YZCes .mbr-overlay {
  background: linear-gradient(90deg, #1b75bb, #000000);
}
.cid-sq9g9YZCes h2,
.cid-sq9g9YZCes h3,
.cid-sq9g9YZCes h4,
.cid-sq9g9YZCes p {
  color: #ffffff;
}
.cid-sq9g9YZCes .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sq9g9YZCes .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sq9g9YZCes .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9g9YZCes .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-sq9g9YZCes .form-control:focus,
.cid-sq9g9YZCes .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sq9g9YZCes .form-group {
  margin-bottom: 1rem;
}
.cid-sq9g9YZCes input::-webkit-input-placeholder,
.cid-sq9g9YZCes textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sq9g9YZCes input:-moz-placeholder,
.cid-sq9g9YZCes textarea:-moz-placeholder {
  color: #656565;
}
.cid-sq9g9YZCes .jq-selectbox li,
.cid-sq9g9YZCes .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sq9g9YZCes .jq-selectbox li:hover,
.cid-sq9g9YZCes .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sq9g9YZCes .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sq9g9YZCes .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sq9g9YZCes .mbr-text {
  color: #767676;
}
.cid-sq9g9YZCes a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sq9g9YZCes .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sq9g9YZCes .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sq9g9YZCes textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sq9g9YZCes h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sq9g9YZCes .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sq9g9YZCes .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sq9g9YZCes .google-map {
    padding-bottom: 2rem;
  }
}
.cid-srxEVPW9j8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-srxEVPW9j8 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srxEVPW9j8 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-srxEVPW9j8 .mbr-text {
  color: #444;
}
.cid-srxEVPW9j8 h5 {
  margin-bottom: 0;
}
.cid-srxEVPW9j8 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-srxEVPW9j8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srxEVPW9j8 .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-srxEVPW9j8 .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srxEVPW9j8 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srxEVPW9j8 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-srxEVPW9j8 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-srxEVPW9j8 .social-list a:hover {
  opacity: .4;
}
.cid-srxEVPW9j8 .media-container-row > div {
  padding: 0px;
}
.cid-srxEVPW9j8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-srxEVPW9j8 .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-srxEVPW9j8 .group-title SPAN {
  color: #ffffff;
}
.cid-srxEVPW9j8 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-srxEVPW9j8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srxEVPW9j8 .social-list,
  .cid-srxEVPW9j8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srxEVPW9j8 h3 {
    margin-bottom: 10px;
  }
  .cid-srxEVPW9j8 .navbar-brand {
    text-align: center;
  }
}
.cid-srxEVPW9j8 .links SPAN {
  color: #9e9e9e;
}
.cid-srxEVPW9j8 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
#custom-html-1e {
  /* Type valid CSS here */
}
#custom-html-1e div {
  padding: 55px 0;
  color: #777;
  text-align: center;
  height: 900px;
}
#custom-html-1e p {
  font-size: 60px;
  color: #777;
}
#custom-html-14 {
  /* Type valid CSS here */
}
#custom-html-14 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-14 p {
  font-size: 60px;
  color: #777;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sqdAQ9AX7t {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sqdAQ9AX7t img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sqdAQ9AX7t img:hover {
  transform: scale(1.1);
}
.cid-sqdAQ9AX7t .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sqdAQ9AX7t h2 {
  padding: 0;
  margin: 0;
}
.cid-sqdAQ9AX7t .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqdAQ9AX7t .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sqdAQ9AX7t .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sqdAQ9AX7t .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sqdAQ9AX7t .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sqdAQ9AX7t .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sqdAQ9AX7t .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqdAQ9AX7t .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sqdAQ9AX7t .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sqdAQ9AX7t H2 {
  color: #333333;
}
.cid-sqdAQ9AX7t .mbr-text {
  color: #767676;
}
.cid-sqdC0YZdmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sqdC0YZdmY img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sqdC0YZdmY img:hover {
  transform: scale(1.1);
}
.cid-sqdC0YZdmY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sqdC0YZdmY h2 {
  padding: 0;
  margin: 0;
}
.cid-sqdC0YZdmY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqdC0YZdmY .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sqdC0YZdmY .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sqdC0YZdmY .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sqdC0YZdmY .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sqdC0YZdmY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sqdC0YZdmY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqdC0YZdmY .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sqdC0YZdmY .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sqdC0YZdmY H2 {
  color: #333333;
}
.cid-sqdC0YZdmY .mbr-text {
  color: #767676;
}
.cid-sqdDXM4q49 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sqdDXM4q49 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sqdDXM4q49 img:hover {
  transform: scale(1.1);
}
.cid-sqdDXM4q49 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sqdDXM4q49 h2 {
  padding: 0;
  margin: 0;
}
.cid-sqdDXM4q49 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqdDXM4q49 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sqdDXM4q49 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sqdDXM4q49 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sqdDXM4q49 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sqdDXM4q49 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sqdDXM4q49 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqdDXM4q49 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sqdDXM4q49 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sqdDXM4q49 H2 {
  color: #333333;
}
.cid-sqdDXM4q49 .mbr-text {
  color: #767676;
}
.cid-srxF7tq2dL {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-srxF7tq2dL .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srxF7tq2dL .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-srxF7tq2dL .mbr-text {
  color: #444;
}
.cid-srxF7tq2dL h5 {
  margin-bottom: 0;
}
.cid-srxF7tq2dL .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-srxF7tq2dL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srxF7tq2dL .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-srxF7tq2dL .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srxF7tq2dL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srxF7tq2dL .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-srxF7tq2dL .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-srxF7tq2dL .social-list a:hover {
  opacity: .4;
}
.cid-srxF7tq2dL .media-container-row > div {
  padding: 0px;
}
.cid-srxF7tq2dL .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-srxF7tq2dL .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-srxF7tq2dL .group-title SPAN {
  color: #ffffff;
}
.cid-srxF7tq2dL .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-srxF7tq2dL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srxF7tq2dL .social-list,
  .cid-srxF7tq2dL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srxF7tq2dL h3 {
    margin-bottom: 10px;
  }
  .cid-srxF7tq2dL .navbar-brand {
    text-align: center;
  }
}
.cid-srxF7tq2dL .links SPAN {
  color: #9e9e9e;
}
.cid-srxF7tq2dL .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sqq5lKQdwX .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sqq5lKQdwX .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sqq5lKQdwX .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sqq5lKQdwX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqq5lKQdwX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqq5lKQdwX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqq5lKQdwX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqq5lKQdwX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqq5lKQdwX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqq5lKQdwX .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-sqq5lKQdwX a {
  font-style: normal;
}
.cid-sqq5lKQdwX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sqq5lKQdwX .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sqq5lKQdwX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqq5lKQdwX .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sqq5lKQdwX .content-text {
  margin-bottom: 0;
}
.cid-sqq5lKQdwX .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqq5lKQdwX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqq5lKQdwX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sqq5lKQdwX .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sqq5lKQdwX .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sqq5lKQdwX .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sqq5lKQdwX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sqq5lKQdwX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sqq5lKQdwX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sqq5lKQdwX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqq5lKQdwX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sqq5lKQdwX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqq5lKQdwX .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sqq5lKQdwX .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sqq5lKQdwX .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sqq5lKQdwX .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sqq5lKQdwX .menu-content-top.show {
  display: block;
}
.cid-sqq5lKQdwX .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sqq5lKQdwX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sqq5lKQdwX .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sqq5lKQdwX .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sqq5lKQdwX .dropdown-item:before {
    display: none;
  }
  .cid-sqq5lKQdwX .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sqq5lKQdwX .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sqq5lKQdwX img {
    height: 3.8rem !important;
  }
  .cid-sqq5lKQdwX .btn {
    display: flex;
  }
  .cid-sqq5lKQdwX button.navbar-toggler {
    display: block;
  }
  .cid-sqq5lKQdwX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sqq5lKQdwX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqq5lKQdwX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqq5lKQdwX .navbar-collapse.collapsing,
  .cid-sqq5lKQdwX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqq5lKQdwX .navbar-collapse.collapsing .navbar-nav,
  .cid-sqq5lKQdwX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqq5lKQdwX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqq5lKQdwX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sqq5lKQdwX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqq5lKQdwX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqq5lKQdwX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqq5lKQdwX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqq5lKQdwX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sqq5lKQdwX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqq5lKQdwX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqq5lKQdwX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sqq5lKQdwX .navbar .menu-content-top {
    display: block;
  }
  .cid-sqq5lKQdwX .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sqq5lKQdwX .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sqq5lKQdwX .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sqq5lKQdwX .menu-bottom {
    display: flex;
  }
  .cid-sqq5lKQdwX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqq5lKQdwX .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqq5lKQdwX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sqq5lKQdwX .navbar-toggler {
    display: none;
  }
}
.cid-sqq5lKQdwX .navbar-short .menu-content-top {
  border: none;
}
.cid-sqq5lKQdwX .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqq5lKQdwX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqq5lKQdwX .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sqq5lKQdwX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqq5lKQdwX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqq5lKQdwX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqq5lKQdwX .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqq5lKQdwX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqq5lKQdwX .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqq5lKQdwX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sqq5lKQdwX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqq5lKQdwX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqq5lKQdwX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqq5lKQdwX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqq5lKQdwX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqq5lKQdwX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sqq5lKQdwX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqq5lKQdwX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqq5lKQdwX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqq5lKQdwX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqq5lKQdwX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqq5lKQdwX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sqq5lKQdwX button.navbar-toggler:focus {
  outline: none;
}
.cid-sqq5lKQdwX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqq5lKQdwX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqq5lKQdwX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqq5lKQdwX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqq5lKQdwX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqq5lKQdwX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqq5lKQdwX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqq5lKQdwX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqq5lKQdwX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqq5lKQdwX .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqq5lKQdwX .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqq5lKQdwX .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sqq5lKQdwX .collapsed .btn {
  display: flex;
}
.cid-sqq5lKQdwX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqq5lKQdwX .collapsed .navbar-collapse.collapsing,
.cid-sqq5lKQdwX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqq5lKQdwX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqq5lKQdwX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqq5lKQdwX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqq5lKQdwX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqq5lKQdwX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqq5lKQdwX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqq5lKQdwX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqq5lKQdwX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqq5lKQdwX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-sqq5lKQdwX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqq5lKQdwX .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqq5lKQdwX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sqq5lKQdwX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqq5lKQdwX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sqq5lKQdwX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqq5lKQdwX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqq5lKQdwX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sqq5lKQdwX .collapsed .dropdown-item:before {
  display: none;
}
.cid-sqq5lKQdwX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sqq5lKQdwX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sqq5lKQdwX .nav-link:focus {
  outline: none;
}
.cid-sqq5lKQdwX .navbar-toggler {
  position: relative;
}
.cid-sqq5lKQdwX .dropdown-item.active,
.cid-sqq5lKQdwX .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-sqq5lKQdwX .nav-link:hover,
.cid-sqq5lKQdwX .dropdown-item:hover {
  color: #4284df;
}
.cid-sqq5lLFiSw {
  padding-top: 200px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqq5lLFiSw span {
  color: #c1c1c1;
}
.cid-sqq5lLFiSw .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sqq5lLFiSw .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sqq5lLFiSw .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sqq5lM3Q2a {
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-sqq5lM3Q2a .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqq5lM3Q2a .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqq5lM3Q2a .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqq5lM3Q2a .mbr-figure,
  .cid-sqq5lM3Q2a img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sqq5lMFKz0 {
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-sqq5lMFKz0 .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqq5lMFKz0 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqq5lMFKz0 .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqq5lMFKz0 .mbr-figure,
  .cid-sqq5lMFKz0 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sqq5lNa0TJ {
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-sqq5lNa0TJ .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqq5lNa0TJ .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqq5lNa0TJ .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqq5lNa0TJ .mbr-figure,
  .cid-sqq5lNa0TJ img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sqq5lNIiKI {
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-sqq5lNIiKI .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqq5lNIiKI .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqq5lNIiKI .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqq5lNIiKI .mbr-figure,
  .cid-sqq5lNIiKI img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sqq5lOhvsA {
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-sqq5lOhvsA .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqq5lOhvsA .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqq5lOhvsA .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqq5lOhvsA .mbr-figure,
  .cid-sqq5lOhvsA img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sqq5lOOJ6A {
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-sqq5lOOJ6A .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqq5lOOJ6A .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqq5lOOJ6A .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqq5lOOJ6A .mbr-figure,
  .cid-sqq5lOOJ6A img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sqq5lPkdFo {
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-sqq5lPkdFo .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqq5lPkdFo .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqq5lPkdFo .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqq5lPkdFo .mbr-figure,
  .cid-sqq5lPkdFo img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sqq5lPSFLL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqq5lPSFLL .container {
  max-width: 1500px;
}
.cid-sqq5lPSFLL img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sqq5lPSFLL img:hover {
  transform: scale(1.1);
}
.cid-sqq5lPSFLL .row {
  background: #ffffff;
}
.cid-sqq5lPSFLL .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sqq5lPSFLL h2 {
  padding: 0;
  margin: 0;
}
.cid-sqq5lPSFLL .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqq5lPSFLL .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sqq5lPSFLL .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sqq5lPSFLL .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sqq5lPSFLL .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sqq5lPSFLL .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sqq5lPSFLL .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqq5lPSFLL .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqq5lPSFLL .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sqq5lPSFLL .row {
    margin: 0rem;
  }
  .cid-sqq5lPSFLL .text-col {
    padding: 2rem 1rem;
  }
  .cid-sqq5lPSFLL .number {
    margin-right: 2rem;
  }
  .cid-sqq5lPSFLL .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sqq5lPSFLL H2 {
  color: #333333;
  text-align: right;
}
.cid-sqq5lPSFLL .mbr-text {
  color: #767676;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sqqheWBiPE {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-sqqheWBiPE .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqqheWBiPE .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqqheWBiPE .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqqheWBiPE .mbr-figure,
  .cid-sqqheWBiPE img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sve5hLX16T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sve5hLX16T h2 {
  margin-bottom: 0;
}
.cid-sve5hLX16T h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-sve5hLX16T p {
  color: #767676;
  margin-bottom: 0;
}
.cid-sve5hLX16T .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-sve5hLX16T .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-sve5hLX16T .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sve5hLX16T .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-sve5hLX16T .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sve5hLX16T .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-srlcn6ZMhr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d4674;
}
.cid-srlcn6ZMhr *:focus {
  outline: none;
}
.cid-srlcn6ZMhr .form-group {
  margin-bottom: 2rem;
}
.cid-srlcn6ZMhr .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-srlcn6ZMhr .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-srlcn6ZMhr .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srlcn6ZMhr .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-srlcn6ZMhr .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-srlcn6ZMhr .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-srlcn6ZMhr input.form-control {
  padding: 1px 0;
}
.cid-srlcn6ZMhr .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-srlcn6ZMhr .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-srlcn6ZMhr .soc-item .socicon:hover {
  opacity: .5;
}
.cid-srlcn6ZMhr .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-srlcn6ZMhr .first-column,
  .cid-srlcn6ZMhr .form-1 {
    text-align: center;
  }
}
.cid-srlcn6ZMhr .contacts-title,
.cid-srlcn6ZMhr .contacts-block {
  color: #c1c1c1;
}
.cid-srlcn6ZMhr .form-title,
.cid-srlcn6ZMhr .btn-row {
  color: #c1c1c1;
}
.cid-srxFb39cyf {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-srxFb39cyf .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srxFb39cyf .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-srxFb39cyf .mbr-text {
  color: #444;
}
.cid-srxFb39cyf h5 {
  margin-bottom: 0;
}
.cid-srxFb39cyf .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-srxFb39cyf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srxFb39cyf .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-srxFb39cyf .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srxFb39cyf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srxFb39cyf .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-srxFb39cyf .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-srxFb39cyf .social-list a:hover {
  opacity: .4;
}
.cid-srxFb39cyf .media-container-row > div {
  padding: 0px;
}
.cid-srxFb39cyf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-srxFb39cyf .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-srxFb39cyf .group-title SPAN {
  color: #ffffff;
}
.cid-srxFb39cyf .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-srxFb39cyf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srxFb39cyf .social-list,
  .cid-srxFb39cyf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srxFb39cyf h3 {
    margin-bottom: 10px;
  }
  .cid-srxFb39cyf .navbar-brand {
    text-align: center;
  }
}
.cid-srxFb39cyf .links SPAN {
  color: #9e9e9e;
}
.cid-srxFb39cyf .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sqqiqhlZof {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-sqqiqhlZof .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqqiqhlZof .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqqiqhlZof .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqqiqhlZof .mbr-figure,
  .cid-sqqiqhlZof img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-svdZSZWo8d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-svdZSZWo8d h2 {
  margin-bottom: 0;
}
.cid-svdZSZWo8d h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-svdZSZWo8d p {
  color: #767676;
  margin-bottom: 0;
}
.cid-svdZSZWo8d .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-svdZSZWo8d .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-svdZSZWo8d .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-svdZSZWo8d .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-svdZSZWo8d .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-svdZSZWo8d .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-srhBfCPC3i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d4674;
}
.cid-srhBfCPC3i *:focus {
  outline: none;
}
.cid-srhBfCPC3i .form-group {
  margin-bottom: 2rem;
}
.cid-srhBfCPC3i .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-srhBfCPC3i .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-srhBfCPC3i .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srhBfCPC3i .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-srhBfCPC3i .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-srhBfCPC3i .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-srhBfCPC3i input.form-control {
  padding: 1px 0;
}
.cid-srhBfCPC3i .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-srhBfCPC3i .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-srhBfCPC3i .soc-item .socicon:hover {
  opacity: .5;
}
.cid-srhBfCPC3i .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-srhBfCPC3i .first-column,
  .cid-srhBfCPC3i .form-1 {
    text-align: center;
  }
}
.cid-srhBfCPC3i .contacts-title,
.cid-srhBfCPC3i .contacts-block {
  color: #c1c1c1;
}
.cid-srhBfCPC3i .form-title,
.cid-srhBfCPC3i .btn-row {
  color: #c1c1c1;
}
.cid-sry6y2oill {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-sry6y2oill .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sry6y2oill .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sry6y2oill .mbr-text {
  color: #444;
}
.cid-sry6y2oill h5 {
  margin-bottom: 0;
}
.cid-sry6y2oill .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sry6y2oill .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sry6y2oill .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-sry6y2oill .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sry6y2oill .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sry6y2oill .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sry6y2oill .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sry6y2oill .social-list a:hover {
  opacity: .4;
}
.cid-sry6y2oill .media-container-row > div {
  padding: 0px;
}
.cid-sry6y2oill .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sry6y2oill .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-sry6y2oill .group-title SPAN {
  color: #ffffff;
}
.cid-sry6y2oill .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sry6y2oill .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sry6y2oill .social-list,
  .cid-sry6y2oill .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sry6y2oill h3 {
    margin-bottom: 10px;
  }
  .cid-sry6y2oill .navbar-brand {
    text-align: center;
  }
}
.cid-sry6y2oill .links SPAN {
  color: #9e9e9e;
}
.cid-sry6y2oill .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sqqjhI2cvL {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-sqqjhI2cvL .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqqjhI2cvL .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqqjhI2cvL .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqqjhI2cvL .mbr-figure,
  .cid-sqqjhI2cvL img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sveb7qAb8v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sveb7qAb8v h2 {
  margin-bottom: 0;
}
.cid-sveb7qAb8v h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-sveb7qAb8v p {
  color: #767676;
  margin-bottom: 0;
}
.cid-sveb7qAb8v .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-sveb7qAb8v .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-sveb7qAb8v .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sveb7qAb8v .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-sveb7qAb8v .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sveb7qAb8v .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-srldFvy86e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d4674;
}
.cid-srldFvy86e *:focus {
  outline: none;
}
.cid-srldFvy86e .form-group {
  margin-bottom: 2rem;
}
.cid-srldFvy86e .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-srldFvy86e .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-srldFvy86e .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srldFvy86e .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-srldFvy86e .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-srldFvy86e .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-srldFvy86e input.form-control {
  padding: 1px 0;
}
.cid-srldFvy86e .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-srldFvy86e .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-srldFvy86e .soc-item .socicon:hover {
  opacity: .5;
}
.cid-srldFvy86e .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-srldFvy86e .first-column,
  .cid-srldFvy86e .form-1 {
    text-align: center;
  }
}
.cid-srldFvy86e .contacts-title,
.cid-srldFvy86e .contacts-block {
  color: #c1c1c1;
}
.cid-srldFvy86e .form-title,
.cid-srldFvy86e .btn-row {
  color: #c1c1c1;
}
.cid-sry6CGLuqo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-sry6CGLuqo .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sry6CGLuqo .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sry6CGLuqo .mbr-text {
  color: #444;
}
.cid-sry6CGLuqo h5 {
  margin-bottom: 0;
}
.cid-sry6CGLuqo .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sry6CGLuqo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sry6CGLuqo .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-sry6CGLuqo .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sry6CGLuqo .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sry6CGLuqo .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sry6CGLuqo .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sry6CGLuqo .social-list a:hover {
  opacity: .4;
}
.cid-sry6CGLuqo .media-container-row > div {
  padding: 0px;
}
.cid-sry6CGLuqo .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sry6CGLuqo .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-sry6CGLuqo .group-title SPAN {
  color: #ffffff;
}
.cid-sry6CGLuqo .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sry6CGLuqo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sry6CGLuqo .social-list,
  .cid-sry6CGLuqo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sry6CGLuqo h3 {
    margin-bottom: 10px;
  }
  .cid-sry6CGLuqo .navbar-brand {
    text-align: center;
  }
}
.cid-sry6CGLuqo .links SPAN {
  color: #9e9e9e;
}
.cid-sry6CGLuqo .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sqqoJJVzP7 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-sqqoJJVzP7 .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqqoJJVzP7 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqqoJJVzP7 .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqqoJJVzP7 .mbr-figure,
  .cid-sqqoJJVzP7 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-srxaKFU5PL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d4674;
}
.cid-srxaKFU5PL *:focus {
  outline: none;
}
.cid-srxaKFU5PL .form-group {
  margin-bottom: 2rem;
}
.cid-srxaKFU5PL .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-srxaKFU5PL .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-srxaKFU5PL .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srxaKFU5PL .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-srxaKFU5PL .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-srxaKFU5PL .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-srxaKFU5PL input.form-control {
  padding: 1px 0;
}
.cid-srxaKFU5PL .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-srxaKFU5PL .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-srxaKFU5PL .soc-item .socicon:hover {
  opacity: .5;
}
.cid-srxaKFU5PL .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-srxaKFU5PL .first-column,
  .cid-srxaKFU5PL .form-1 {
    text-align: center;
  }
}
.cid-srxaKFU5PL .contacts-title,
.cid-srxaKFU5PL .contacts-block {
  color: #c1c1c1;
}
.cid-srxaKFU5PL .form-title,
.cid-srxaKFU5PL .btn-row {
  color: #c1c1c1;
}
.cid-sry6FUU24i {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-sry6FUU24i .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sry6FUU24i .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sry6FUU24i .mbr-text {
  color: #444;
}
.cid-sry6FUU24i h5 {
  margin-bottom: 0;
}
.cid-sry6FUU24i .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sry6FUU24i .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sry6FUU24i .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-sry6FUU24i .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sry6FUU24i .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sry6FUU24i .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sry6FUU24i .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sry6FUU24i .social-list a:hover {
  opacity: .4;
}
.cid-sry6FUU24i .media-container-row > div {
  padding: 0px;
}
.cid-sry6FUU24i .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sry6FUU24i .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-sry6FUU24i .group-title SPAN {
  color: #ffffff;
}
.cid-sry6FUU24i .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sry6FUU24i .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sry6FUU24i .social-list,
  .cid-sry6FUU24i .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sry6FUU24i h3 {
    margin-bottom: 10px;
  }
  .cid-sry6FUU24i .navbar-brand {
    text-align: center;
  }
}
.cid-sry6FUU24i .links SPAN {
  color: #9e9e9e;
}
.cid-sry6FUU24i .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sqqpDYwF0O {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-sqqpDYwF0O .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqqpDYwF0O .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqqpDYwF0O .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqqpDYwF0O .mbr-figure,
  .cid-sqqpDYwF0O img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-srxbvsVsCX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d4674;
}
.cid-srxbvsVsCX *:focus {
  outline: none;
}
.cid-srxbvsVsCX .form-group {
  margin-bottom: 2rem;
}
.cid-srxbvsVsCX .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-srxbvsVsCX .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-srxbvsVsCX .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srxbvsVsCX .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-srxbvsVsCX .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-srxbvsVsCX .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-srxbvsVsCX input.form-control {
  padding: 1px 0;
}
.cid-srxbvsVsCX .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-srxbvsVsCX .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-srxbvsVsCX .soc-item .socicon:hover {
  opacity: .5;
}
.cid-srxbvsVsCX .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-srxbvsVsCX .first-column,
  .cid-srxbvsVsCX .form-1 {
    text-align: center;
  }
}
.cid-srxbvsVsCX .contacts-title,
.cid-srxbvsVsCX .contacts-block {
  color: #c1c1c1;
}
.cid-srxbvsVsCX .form-title,
.cid-srxbvsVsCX .btn-row {
  color: #c1c1c1;
}
.cid-sry6IHBAYO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-sry6IHBAYO .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sry6IHBAYO .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sry6IHBAYO .mbr-text {
  color: #444;
}
.cid-sry6IHBAYO h5 {
  margin-bottom: 0;
}
.cid-sry6IHBAYO .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sry6IHBAYO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sry6IHBAYO .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-sry6IHBAYO .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sry6IHBAYO .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sry6IHBAYO .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sry6IHBAYO .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sry6IHBAYO .social-list a:hover {
  opacity: .4;
}
.cid-sry6IHBAYO .media-container-row > div {
  padding: 0px;
}
.cid-sry6IHBAYO .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sry6IHBAYO .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-sry6IHBAYO .group-title SPAN {
  color: #ffffff;
}
.cid-sry6IHBAYO .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sry6IHBAYO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sry6IHBAYO .social-list,
  .cid-sry6IHBAYO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sry6IHBAYO h3 {
    margin-bottom: 10px;
  }
  .cid-sry6IHBAYO .navbar-brand {
    text-align: center;
  }
}
.cid-sry6IHBAYO .links SPAN {
  color: #9e9e9e;
}
.cid-sry6IHBAYO .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sqqshUUL65 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-sqqshUUL65 .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqqshUUL65 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqqshUUL65 .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqqshUUL65 .mbr-figure,
  .cid-sqqshUUL65 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-srxbZPG5kj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d4674;
}
.cid-srxbZPG5kj *:focus {
  outline: none;
}
.cid-srxbZPG5kj .form-group {
  margin-bottom: 2rem;
}
.cid-srxbZPG5kj .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-srxbZPG5kj .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-srxbZPG5kj .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srxbZPG5kj .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-srxbZPG5kj .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-srxbZPG5kj .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-srxbZPG5kj input.form-control {
  padding: 1px 0;
}
.cid-srxbZPG5kj .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-srxbZPG5kj .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-srxbZPG5kj .soc-item .socicon:hover {
  opacity: .5;
}
.cid-srxbZPG5kj .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-srxbZPG5kj .first-column,
  .cid-srxbZPG5kj .form-1 {
    text-align: center;
  }
}
.cid-srxbZPG5kj .contacts-title,
.cid-srxbZPG5kj .contacts-block {
  color: #c1c1c1;
}
.cid-srxbZPG5kj .form-title,
.cid-srxbZPG5kj .btn-row {
  color: #c1c1c1;
}
.cid-sry6MytyWq {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-sry6MytyWq .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sry6MytyWq .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sry6MytyWq .mbr-text {
  color: #444;
}
.cid-sry6MytyWq h5 {
  margin-bottom: 0;
}
.cid-sry6MytyWq .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sry6MytyWq .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sry6MytyWq .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-sry6MytyWq .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sry6MytyWq .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sry6MytyWq .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sry6MytyWq .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sry6MytyWq .social-list a:hover {
  opacity: .4;
}
.cid-sry6MytyWq .media-container-row > div {
  padding: 0px;
}
.cid-sry6MytyWq .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sry6MytyWq .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-sry6MytyWq .group-title SPAN {
  color: #ffffff;
}
.cid-sry6MytyWq .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sry6MytyWq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sry6MytyWq .social-list,
  .cid-sry6MytyWq .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sry6MytyWq h3 {
    margin-bottom: 10px;
  }
  .cid-sry6MytyWq .navbar-brand {
    text-align: center;
  }
}
.cid-sry6MytyWq .links SPAN {
  color: #9e9e9e;
}
.cid-sry6MytyWq .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spX6VoF43M .navbar {
  padding: .5rem 0;
  background: #125d98;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-spX6VoF43M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spX6VoF43M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar-dropdown.bg-color.transparent.opened {
  background: #125d98;
}
.cid-spX6VoF43M a {
  font-style: normal;
}
.cid-spX6VoF43M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-spX6VoF43M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-spX6VoF43M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-spX6VoF43M .content-text {
  margin-bottom: 0;
}
.cid-spX6VoF43M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1b75bb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spX6VoF43M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-spX6VoF43M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-spX6VoF43M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spX6VoF43M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spX6VoF43M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spX6VoF43M .nav-dropdown .link {
  font-weight: 400;
}
.cid-spX6VoF43M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spX6VoF43M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-spX6VoF43M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-spX6VoF43M .menu-content-top.show {
  display: block;
}
.cid-spX6VoF43M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-spX6VoF43M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-spX6VoF43M .dropdown-item:before {
    display: none;
  }
  .cid-spX6VoF43M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-spX6VoF43M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-spX6VoF43M img {
    height: 3.8rem !important;
  }
  .cid-spX6VoF43M .btn {
    display: flex;
  }
  .cid-spX6VoF43M button.navbar-toggler {
    display: block;
  }
  .cid-spX6VoF43M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-spX6VoF43M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spX6VoF43M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing,
  .cid-spX6VoF43M .navbar-collapse.show {
    display: block !important;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spX6VoF43M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spX6VoF43M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-spX6VoF43M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spX6VoF43M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spX6VoF43M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .navbar .menu-content-top {
    display: block;
  }
  .cid-spX6VoF43M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-spX6VoF43M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-spX6VoF43M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spX6VoF43M .menu-bottom {
    display: flex;
  }
  .cid-spX6VoF43M .navbar {
    display: block;
    padding: 0;
  }
  .cid-spX6VoF43M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spX6VoF43M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-spX6VoF43M .navbar-toggler {
    display: none;
  }
}
.cid-spX6VoF43M .navbar-short .menu-content-top {
  border: none;
}
.cid-spX6VoF43M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spX6VoF43M .dropdown .dropdown-menu {
  background: #125d98;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spX6VoF43M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spX6VoF43M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spX6VoF43M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spX6VoF43M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spX6VoF43M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spX6VoF43M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spX6VoF43M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler:focus {
  outline: none;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spX6VoF43M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spX6VoF43M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spX6VoF43M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spX6VoF43M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-spX6VoF43M .collapsed .btn {
  display: flex;
}
.cid-spX6VoF43M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing,
.cid-spX6VoF43M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spX6VoF43M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spX6VoF43M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spX6VoF43M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spX6VoF43M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spX6VoF43M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-spX6VoF43M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-spX6VoF43M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spX6VoF43M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-spX6VoF43M .collapsed .dropdown-item:before {
  display: none;
}
.cid-spX6VoF43M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spX6VoF43M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spX6VoF43M .nav-link:focus {
  outline: none;
}
.cid-spX6VoF43M .navbar-toggler {
  position: relative;
}
.cid-spX6VoF43M .dropdown-item.active,
.cid-spX6VoF43M .dropdown-item:active {
  background-color: #125d98;
  color: auto;
}
.cid-spX6VoF43M .nav-link:hover,
.cid-spX6VoF43M .dropdown-item:hover {
  color: #4284df;
}
.cid-sqqtkkYeL1 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-sqqtkkYeL1 .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: right;
}
.cid-sqqtkkYeL1 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sqqtkkYeL1 .mbr-author-desc {
  color: #465052;
}
@media (max-width: 991px) {
  .cid-sqqtkkYeL1 .mbr-figure,
  .cid-sqqtkkYeL1 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-srxcxkfZy5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d4674;
}
.cid-srxcxkfZy5 *:focus {
  outline: none;
}
.cid-srxcxkfZy5 .form-group {
  margin-bottom: 2rem;
}
.cid-srxcxkfZy5 .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-srxcxkfZy5 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-srxcxkfZy5 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srxcxkfZy5 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-srxcxkfZy5 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-srxcxkfZy5 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-srxcxkfZy5 input.form-control {
  padding: 1px 0;
}
.cid-srxcxkfZy5 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-srxcxkfZy5 .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-srxcxkfZy5 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-srxcxkfZy5 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-srxcxkfZy5 .first-column,
  .cid-srxcxkfZy5 .form-1 {
    text-align: center;
  }
}
.cid-srxcxkfZy5 .contacts-title,
.cid-srxcxkfZy5 .contacts-block {
  color: #c1c1c1;
}
.cid-srxcxkfZy5 .form-title,
.cid-srxcxkfZy5 .btn-row {
  color: #c1c1c1;
}
.cid-sry6Q4Wxs2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #072640;
}
.cid-sry6Q4Wxs2 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sry6Q4Wxs2 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sry6Q4Wxs2 .mbr-text {
  color: #444;
}
.cid-sry6Q4Wxs2 h5 {
  margin-bottom: 0;
}
.cid-sry6Q4Wxs2 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sry6Q4Wxs2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sry6Q4Wxs2 .tips {
  height: 90px;
  width: 218px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-sry6Q4Wxs2 .socicon {
  font-size: 1.3rem;
  background: #125d98;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sry6Q4Wxs2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sry6Q4Wxs2 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sry6Q4Wxs2 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sry6Q4Wxs2 .social-list a:hover {
  opacity: .4;
}
.cid-sry6Q4Wxs2 .media-container-row > div {
  padding: 0px;
}
.cid-sry6Q4Wxs2 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sry6Q4Wxs2 .group-title {
  text-align: left;
  color: #cccccc;
}
.cid-sry6Q4Wxs2 .group-title SPAN {
  color: #ffffff;
}
.cid-sry6Q4Wxs2 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sry6Q4Wxs2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sry6Q4Wxs2 .social-list,
  .cid-sry6Q4Wxs2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sry6Q4Wxs2 h3 {
    margin-bottom: 10px;
  }
  .cid-sry6Q4Wxs2 .navbar-brand {
    text-align: center;
  }
}
.cid-sry6Q4Wxs2 .links SPAN {
  color: #9e9e9e;
}
.cid-sry6Q4Wxs2 .mbr-section-subtitle {
  color: #cccccc;
}
