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

.error {
	color: #e11b22;
	font-size: 0.8rem;
}

.btn.btn-primary.blck {
	min-width: 230px;
	text-align: left;
}
.prods {
	color: #0058a6;
	font-size: 1em;
	padding-left: 16px;
}
.subprods {
    padding-left: 16px;
}
.text-wrapper p {
	margin-bottom: 5px !important;
}
.col-12.col-md-5.propic {
	padding-right: 0px;
}
.mb-4 {
	margin-bottom: 5px !important;
}
.navbar-logo-foot {
	width: 150px;
}
.col-lg-6.col-md-12.col-sm-12.img-list {
	padding-top: 20px;
}
.mbr-section-title.mbr-fonts-style.align-center.mb-4.display-7 {
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	margin-top: 15px
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.625rem 0.874rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.3125rem 2.5rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0058a6 !important;
}
.bg-success {
  background-color: #828282 !important;
}
.bg-info {
  background-color: #55595c !important;
}
.bg-warning {
  background-color: #ffd785 !important;
}
.bg-danger {
  background-color: #ff9685 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0058a6 !important;
  border-color: #0058a6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003d73 !important;
  border-color: #003d73 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003d73 !important;
  border-color: #003d73 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cdf6 !important;
  border-color: #63cdf6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #33bef3 !important;
  border-color: #33bef3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #33bef3 !important;
  border-color: #33bef3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #55595c !important;
  border-color: #55595c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3d3f41 !important;
  border-color: #3d3f41 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d3f41 !important;
  border-color: #3d3f41 !important;
}
.btn-success,
.btn-success:active {
  background-color: #828282 !important;
  border-color: #828282 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #696969 !important;
  border-color: #696969 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #696969 !important;
  border-color: #696969 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd785 !important;
  border-color: #ffd785 !important;
  color: #855900 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #523700 !important;
  background-color: #ffc652 !important;
  border-color: #ffc652 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #855900 !important;
  background-color: #ffc652 !important;
  border-color: #ffc652 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9685 !important;
  border-color: #ff9685 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff6a52 !important;
  border-color: #ff6a52 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6a52 !important;
  border-color: #ff6a52 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline, .btn-primary-outline:active {
	background-color: transparent !important;
	border-color: transparent;
	color: #0058a6;
	text-align: left;
	text-decoration: underline;
	font-size: 0.9rem;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003d73 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0058a6 !important;
  border-color: #0058a6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #63cdf6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #33bef3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cdf6 !important;
  border-color: #63cdf6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #55595c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3d3f41 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #55595c !important;
  border-color: #55595c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #828282;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #696969 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd785;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc652 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #855900 !important;
  background-color: #ffd785 !important;
  border-color: #ffd785 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9685;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff6a52 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9685 !important;
  border-color: #ff9685 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #0058a6 !important;
}
.text-secondary {
  color: #63cdf6 !important;
}
.text-success {
  color: #828282 !important;
}
.text-info {
  color: #55595c !important;
}
.text-warning {
  color: #ffd785 !important;
}
.text-danger {
  color: #ff9685 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003d73 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #33bef3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #696969 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3d3f41 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc652 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff6a52 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #55595c;
}
.alert-warning {
  background-color: #ffd785;
}
.alert-danger {
  background-color: #ff9685;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0058a6;
  border-color: #0058a6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0058a6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2699ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c2c2c2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #94999c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #0058a6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0058a6;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0058a6;
  border-bottom-color: #0058a6;
}
.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: #0058a6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #63cdf6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230058a6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sguPvPK0sN .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguPvPK0sN .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguPvPK0sN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sguPvPK0sN .dropdown-item {
  padding: 0;
}
.cid-sguPvPK0sN .dropdown-menu {
  border: 0px solid lightgray;
  background: #0058a6 !important;
}
.cid-sguPvPK0sN .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguPvPK0sN .menu-bottom {
	margin: auto;
	width: 100%;
	background: rgba(0,88,166,0.7);
	display: flex;
	padding: 0 2rem;
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
}
.cid-sguPvPK0sN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguPvPK0sN a {
  font-style: normal;
}
.cid-sguPvPK0sN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguPvPK0sN .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sguPvPK0sN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sguPvPK0sN .content-text {
  margin-bottom: 0;
}
.cid-sguPvPK0sN .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguPvPK0sN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0058a6;
    -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-sguPvPK0sN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguPvPK0sN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguPvPK0sN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sguPvPK0sN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sguPvPK0sN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sguPvPK0sN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sguPvPK0sN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sguPvPK0sN .nav-dropdown .link {
  font-weight: 400;
}
.cid-sguPvPK0sN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguPvPK0sN .content-right-side {
  text-align: center;
}
.cid-sguPvPK0sN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguPvPK0sN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguPvPK0sN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sguPvPK0sN .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sguPvPK0sN .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sguPvPK0sN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sguPvPK0sN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguPvPK0sN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguPvPK0sN .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sguPvPK0sN .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sguPvPK0sN .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sguPvPK0sN .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sguPvPK0sN .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sguPvPK0sN .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguPvPK0sN .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sguPvPK0sN .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sguPvPK0sN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguPvPK0sN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sguPvPK0sN .navbar-toggler {
    display: none;
  }
  .cid-sguPvPK0sN .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sguPvPK0sN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguPvPK0sN .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sguPvPK0sN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguPvPK0sN .menu-logo {
  margin-right: auto;
}
.cid-sguPvPK0sN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sguPvPK0sN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguPvPK0sN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sguPvPK0sN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguPvPK0sN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sguPvPK0sN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguPvPK0sN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguPvPK0sN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguPvPK0sN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sguPvPK0sN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguPvPK0sN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguPvPK0sN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguPvPK0sN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sguPvPK0sN .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sguPvPK0sN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sguPvPK0sN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguPvPK0sN .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-sguPvPK0sN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguPvPK0sN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguPvPK0sN .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-sguPvPK0sN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguPvPK0sN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sguPvPK0sN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguPvPK0sN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sguPvPK0sN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguPvPK0sN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sguPvPK0sN button.navbar-toggler:focus {
  outline: none;
}
.cid-sguPvPK0sN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sguPvPK0sN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguPvPK0sN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguPvPK0sN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguPvPK0sN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguPvPK0sN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguPvPK0sN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguPvPK0sN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguPvPK0sN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguPvPK0sN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguPvPK0sN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguPvPK0sN .collapsed .btn {
  display: flex;
}
.cid-sguPvPK0sN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguPvPK0sN .collapsed .navbar-collapse.collapsing,
.cid-sguPvPK0sN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguPvPK0sN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguPvPK0sN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguPvPK0sN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguPvPK0sN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguPvPK0sN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sguPvPK0sN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sguPvPK0sN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguPvPK0sN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sguPvPK0sN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguPvPK0sN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguPvPK0sN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguPvPK0sN .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguPvPK0sN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguPvPK0sN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sguPvPK0sN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguPvPK0sN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguPvPK0sN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguPvPK0sN .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguPvPK0sN .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguPvPK0sN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sguPvPK0sN .navbar-collapse.collapsing,
  .cid-sguPvPK0sN .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguPvPK0sN .navbar-collapse.collapsing .navbar-nav,
  .cid-sguPvPK0sN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguPvPK0sN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguPvPK0sN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguPvPK0sN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sguPvPK0sN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguPvPK0sN .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguPvPK0sN .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sguPvPK0sN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguPvPK0sN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguPvPK0sN .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sguPvPK0sN img {
    height: 3.8rem !important;
  }
  .cid-sguPvPK0sN .btn {
    display: flex;
  }
  .cid-sguPvPK0sN button.navbar-toggler {
    display: block;
  }
  .cid-sguPvPK0sN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguPvPK0sN .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sguPvPK0sN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguPvPK0sN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguPvPK0sN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguPvPK0sN .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguPvPK0sN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguPvPK0sN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguPvPK0sN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sguPvPK0sN .nav-link:focus {
  outline: none;
}
.cid-sguPvPK0sN .navbar-toggler {
  position: relative;
}
.cid-sguPvPK0sN .dropdown-item.active,
.cid-sguPvPK0sN .dropdown-item:active {
  background: #0058a6;
  color: initial;
}
.cid-sgvILD3jG1 {
  padding-top: 5.3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgvILD3jG1 .carousel {
  height: 500px;
}
.cid-sgvILD3jG1 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sgvILD3jG1 .carousel-item,
.cid-sgvILD3jG1 .carousel-inner {
  height: 100%;
}
.cid-sgvILD3jG1 .mbr-overlay {
  z-index: 1;
}
.cid-sgvILD3jG1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-sgvILD3jG1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sgvILD3jG1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sgvILD3jG1 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sgvILD3jG1 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sgvILD3jG1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sgvILD3jG1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sgvILD3jG1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgvILD3jG1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-sgvILD3jG1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgvILD3jG1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgvILD3jG1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgvILD3jG1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgvILD3jG1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #ffffff;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sgvILD3jG1 .carousel-indicators li.active {
  background-color: #0058a6;
}
.cid-sgvILD3jG1 .carousel-indicators li.active,
.cid-sgvILD3jG1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgvILD3jG1 .carousel-indicators li::after,
.cid-sgvILD3jG1 .carousel-indicators li::before {
  content: none;
}
.cid-sgvILD3jG1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgvILD3jG1 .carousel-indicators {
    display: none !important;
  }
}
.cid-sgvILD3jG1 .btn.btn-primary-outline {
  border: 1px solid #0058a6;
}
.cid-sgvILD3jG1 .btn.btn-primary-outline:hover {
  background-color: #0058a6 !important;
  color: #ffffff !important;
}
.cid-sgvILD3jG1 .btn.btn-secondary-outline {
  border: 1px solid #63cdf6;
}
.cid-sgvILD3jG1 .btn.btn-secondary-outline:hover {
  background-color: #63cdf6 !important;
  color: #ffffff !important;
}
.cid-sgvILD3jG1 .btn.btn-success-outline {
  border: 1px solid #828282;
}
.cid-sgvILD3jG1 .btn.btn-success-outline:hover {
  background-color: #828282 !important;
  color: #ffffff !important;
}
.cid-sgvILD3jG1 .btn.btn-info-outline {
  border: 1px solid #55595c;
}
.cid-sgvILD3jG1 .btn.btn-info-outline:hover {
  background-color: #55595c !important;
  color: #ffffff !important;
}
.cid-sgvILD3jG1 .btn.btn-warning-outline {
  border: 1px solid #ffd785;
}
.cid-sgvILD3jG1 .btn.btn-warning-outline:hover {
  background-color: #ffd785 !important;
  color: #ffffff !important;
}
.cid-sgvILD3jG1 .btn.btn-danger-outline {
  border: 1px solid #ff9685;
}
.cid-sgvILD3jG1 .btn.btn-danger-outline:hover {
  background-color: #ff9685 !important;
  color: #ffffff !important;
}
.cid-sgvILD3jG1 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sgvILD3jG1 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sgvILD3jG1 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sgvILD3jG1 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sgvILD3jG1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sgvILD3jG1 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sgvILD3jG1 .carousel-control {
    display: none;
  }
  .cid-sgvILD3jG1 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-sgvILD3jG1 .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-sgvH2j7XM2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
	color: #0058a6;
}
.cid-sgvLCSuWAE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgvLCSuWAE .carousel {
  height: 500px;
}
.cid-sgvLCSuWAE .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sgvLCSuWAE .carousel-item,
.cid-sgvLCSuWAE .carousel-inner {
  height: 100%;
}
.cid-sgvLCSuWAE .mbr-overlay {
  z-index: 1;
}
.cid-sgvLCSuWAE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-sgvLCSuWAE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sgvLCSuWAE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sgvLCSuWAE .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sgvLCSuWAE .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sgvLCSuWAE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sgvLCSuWAE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sgvLCSuWAE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgvLCSuWAE .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-sgvLCSuWAE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgvLCSuWAE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgvLCSuWAE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgvLCSuWAE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgvLCSuWAE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #ffffff;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sgvLCSuWAE .carousel-indicators li.active {
  background-color: #0058a6;
}
.cid-sgvLCSuWAE .carousel-indicators li.active,
.cid-sgvLCSuWAE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgvLCSuWAE .carousel-indicators li::after,
.cid-sgvLCSuWAE .carousel-indicators li::before {
  content: none;
}
.cid-sgvLCSuWAE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgvLCSuWAE .carousel-indicators {
    display: none !important;
  }
}
.cid-sgvLCSuWAE .btn.btn-primary-outline {
  border: 1px solid #0058a6;
}
.cid-sgvLCSuWAE .btn.btn-primary-outline:hover {
  background-color: #0058a6 !important;
  color: #ffffff !important;
}
.cid-sgvLCSuWAE .btn.btn-secondary-outline {
  border: 1px solid #63cdf6;
}
.cid-sgvLCSuWAE .btn.btn-secondary-outline:hover {
  background-color: #63cdf6 !important;
  color: #ffffff !important;
}
.cid-sgvLCSuWAE .btn.btn-success-outline {
  border: 1px solid #828282;
}
.cid-sgvLCSuWAE .btn.btn-success-outline:hover {
  background-color: #828282 !important;
  color: #ffffff !important;
}
.cid-sgvLCSuWAE .btn.btn-info-outline {
  border: 1px solid #55595c;
}
.cid-sgvLCSuWAE .btn.btn-info-outline:hover {
  background-color: #55595c !important;
  color: #ffffff !important;
}
.cid-sgvLCSuWAE .btn.btn-warning-outline {
  border: 1px solid #ffd785;
}
.cid-sgvLCSuWAE .btn.btn-warning-outline:hover {
  background-color: #ffd785 !important;
  color: #ffffff !important;
}
.cid-sgvLCSuWAE .btn.btn-danger-outline {
  border: 1px solid #ff9685;
}
.cid-sgvLCSuWAE .btn.btn-danger-outline:hover {
  background-color: #ff9685 !important;
  color: #ffffff !important;
}
.cid-sgvLCSuWAE .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sgvLCSuWAE .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sgvLCSuWAE .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sgvLCSuWAE .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sgvLCSuWAE .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sgvLCSuWAE .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sgvLCSuWAE .carousel-control {
    display: none;
  }
  .cid-sgvLCSuWAE .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-sgvLCSuWAE .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-sguIQNmiVM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sguIQNmiVM .card-wrapper {
  border-radius: 0px;
}
.cid-sguIQNmiVM .card-subtitle {
  color: #0095ff;
}
.cid-sguIQNmiVM .mbr-text,
.cid-sguIQNmiVM .card-subtitle {
  color: #232323;
}
.cid-sguIQNmiVM img {
  border-radius: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sguIQNmiVM img {
    margin-bottom: 2rem;
  }
}
.cid-sguIQNmiVM .title .mbr-section-title,
.cid-sguIQNmiVM .title .mbr-section-btn {
  color: #0058a6;
}
.cid-sguIQNmiVM .card .card-wrapper .text-wrapper .card-subtitle,
.cid-sguIQNmiVM .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #0058a6;
}
.cid-sguIQNmiVM .card .card-wrapper .text-wrapper .mbr-text,
.cid-sguIQNmiVM .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #0058a6;
}
.cid-sgvQb2eLMC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgvQb2eLMC .mbr-section-title {
  text-align: left;
  color: #0058a6;
}
.cid-sgvQb2eLMC .mbr-section-subtitle {
  text-align: left;
  color: #0058a6;
}
.cid-sgvP9f7tBD {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cid-sgvP9f7tBD h4,
.cid-sgvP9f7tBD h5,
.cid-sgvP9f7tBD p {
  margin-bottom: 0;
}
.cid-sgvP9f7tBD p {
  color: #767676;
}
.cid-sgvP9f7tBD .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sgvP9f7tBD .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-sgvP9f7tBD .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(147, 220, 249, 0.35);
}
.cid-sgvP9f7tBD .card-wrapper {
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-sgvP9f7tBD .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-sgvP9f7tBD .card-title,
.cid-sgvP9f7tBD .main-title {
  color: #149dcc;
}
.cid-sguP9biSUu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sguP9biSUu .mbr-section-title {
  text-align: left;
  color: #0058a6;
}
.cid-sgvVjtaWxg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgvVjtaWxg .mbr-section-title {
  text-align: left;
  color: #0058a6;
}
.cid-sgvVjtaWxg .mbr-section-subtitle {
  text-align: left;
  color: #0058a6;
}
.cid-sguJlwzF3Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sguJlwzF3Y h4 {
  margin-bottom: 0;
}
.cid-sguJlwzF3Y .card:hover img {
  box-shadow: 0 0px 0px 0px rgba(147, 220, 249, 0.35);
}
.cid-sguJlwzF3Y .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sguJlwzF3Y .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sguJlwzF3Y .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sguJlwzF3Y .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #0058a6 !important;
  box-shadow: none!important;
}
.cid-sguJlwzF3Y .btn[class*="-outline"]:active,
.cid-sguJlwzF3Y .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sguJlwzF3Y .card-box {
  padding-top: 0.5rem;
  text-align: left;
}
.cid-sguJlwzF3Y .card-wrapper {
  height: 100%;
}
.cid-sguJlwzF3Y .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sguJlwzF3Y img {
  transition: all 0.3s;
  border-radius: 0px;
}
.cid-sguJlwzF3Y .card-title {
  color: #149dcc;
}
.cid-sguJlwzF3Y .main-title {
  color: #232323;
}
.cid-sguJlwzF3Y .mbr-text,
.cid-sguJlwzF3Y .mbr-link-btn {
  color: #767676;
  text-align: right;
}
.cid-sgvVyLviiI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgvVyLviiI .mbr-section-title {
  text-align: left;
  color: #0058a6;
}
.cid-sgvVyLviiI .mbr-section-subtitle {
  text-align: left;
  color: #0058a6;
}
.cid-sguP0OWVL5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sguP0OWVL5 h4 {
  margin-bottom: 0;
}
.cid-sguP0OWVL5 .card:hover img {
  box-shadow: 0 0px 0px 0px rgba(147, 220, 249, 0.35);
}
.cid-sguP0OWVL5 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sguP0OWVL5 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sguP0OWVL5 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sguP0OWVL5 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #0058a6 !important;
  box-shadow: none!important;
}
.cid-sguP0OWVL5 .btn[class*="-outline"]:active,
.cid-sguP0OWVL5 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sguP0OWVL5 .card-box {
  padding-top: 0.5rem;
  text-align: left;
}
.cid-sguP0OWVL5 .card-wrapper {
  height: 100%;
}
.cid-sguP0OWVL5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sguP0OWVL5 img {
  transition: all 0.3s;
  border-radius: 0px;
}
.cid-sguP0OWVL5 .card-title {
  color: #149dcc;
}
.cid-sguP0OWVL5 .main-title {
  color: #232323;
}
.cid-sguP0OWVL5 .mbr-text,
.cid-sguP0OWVL5 .mbr-link-btn {
  color: #767676;
  text-align: left;
}
.cid-sgvVIP2TWY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgvVIP2TWY h4 {
  margin-bottom: 0;
}
.cid-sgvVIP2TWY .card:hover img {
  box-shadow: 0 0px 0px 0px rgba(147, 220, 249, 0.35);
}
.cid-sgvVIP2TWY .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sgvVIP2TWY .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sgvVIP2TWY .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sgvVIP2TWY .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #0058a6 !important;
  box-shadow: none!important;
}
.cid-sgvVIP2TWY .btn[class*="-outline"]:active,
.cid-sgvVIP2TWY .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sgvVIP2TWY .card-box {
  padding-top: 0.5rem;
  text-align: left;
}
.cid-sgvVIP2TWY .card-wrapper {
  height: 100%;
}
.cid-sgvVIP2TWY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sgvVIP2TWY img {
  transition: all 0.3s;
  border-radius: 0px;
}
.cid-sgvVIP2TWY .card-title {
  color: #149dcc;
}
.cid-sgvVIP2TWY .main-title {
  color: #232323;
}
.cid-sgvVIP2TWY .mbr-text,
.cid-sgvVIP2TWY .mbr-link-btn {
  color: #767676;
  text-align: left;
}
.cid-sgvXXrz9wy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgvXXrz9wy .mbr-section-title {
  text-align: left;
  color: #0058a6;
}
.cid-sgvXXrz9wy .mbr-section-subtitle {
  text-align: left;
  color: #0058a6;
}
.cid-sgvXYE2ktg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgvXYE2ktg h4 {
  margin-bottom: 0;
}
.cid-sgvXYE2ktg .card:hover img {
  box-shadow: 0 0px 0px 0px rgba(147, 220, 249, 0.35);
}
.cid-sgvXYE2ktg .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sgvXYE2ktg .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sgvXYE2ktg .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sgvXYE2ktg .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #0058a6 !important;
  box-shadow: none!important;
}
.cid-sgvXYE2ktg .btn[class*="-outline"]:active,
.cid-sgvXYE2ktg .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sgvXYE2ktg .card-box {
  padding-top: 1rem;
  text-align: left;
}
.cid-sgvXYE2ktg .card-wrapper {
  height: 100%;
}
.cid-sgvXYE2ktg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sgvXYE2ktg img {
  transition: all 0.3s;
  border-radius: 0px;
}
.cid-sgvXYE2ktg .card-title {
  color: #149dcc;
}
.cid-sgvXYE2ktg .main-title {
  color: #232323;
}
.cid-sgvXYE2ktg .mbr-text,
.cid-sgvXYE2ktg .mbr-link-btn {
  color: #767676;
  text-align: left;
}
.cid-sgvYaMZ4As {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgvYaMZ4As .mbr-section-title {
  text-align: left;
  color: #0058a6;
}
.cid-sgvYaMZ4As .mbr-section-subtitle {
  text-align: left;
  color: #0058a6;
}
.cid-sgvZqj3qJO {
	padding-top: 20px;
	padding-bottom: 12px;
	background-color: #f2f2f2;
	border-bottom: 25px solid #0058a6;
	margin-top: 20px;
}
.cid-sgvZqj3qJO .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-sgvZqj3qJO .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sgvZqj3qJO .col + .mbr-section-btn .btn,
.cid-sgvZqj3qJO .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sgvZqj3qJO .col + .mbr-section-btn .btn,
  .cid-sgvZqj3qJO .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sgvZqj3qJO .dragArea > *:nth-last-child(2).col,
  .cid-sgvZqj3qJO .dragArea > *:nth-last-child(2).col-auto,
  .cid-sgvZqj3qJO .col + .mbr-section-btn,
  .cid-sgvZqj3qJO .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sgvZqj3qJO .dragArea {
    flex-direction: column;
  }
}
.cid-sgvZqj3qJO .btn-primary {
  border: 1px solid #0058a6 !important;
}
.cid-sgvZqj3qJO .btn-primary:hover {
  border: 1px solid #0058a6 !important;
}
.cid-sgvZqj3qJO .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sgvZqj3qJO .form-group {
  max-width: 220px;
}
.cid-sgvZqj3qJO .mbr-section-btn {
  padding-left: 0;
}
.cid-sgvZqj3qJO .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sgvZqj3qJO .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sgvZqj3qJO .mbr-text {
  color: #444;
}
.cid-sgvZqj3qJO h5 {
  margin-bottom: 0;
}
.cid-sgvZqj3qJO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sgvZqj3qJO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgvZqj3qJO .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sgvZqj3qJO .socicon {
  font-size: 1.3rem;
  background: #0058a6;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgvZqj3qJO .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgvZqj3qJO .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sgvZqj3qJO .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgvZqj3qJO .social-list a:hover {
  opacity: 0.4;
}
.cid-sgvZqj3qJO .media-container-row > div {
  padding: 0px;
}
.cid-sgvZqj3qJO .text2 {
  color: #000000;
  text-align: left;
}
.cid-sgvZqj3qJO .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sgvZqj3qJO .links {
  color: #656565;
  line-height: 1.8;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sgvZqj3qJO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sgvZqj3qJO .social-list,
  .cid-sgvZqj3qJO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sgvZqj3qJO h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sgvZqj3qJO .form-group {
    max-width: 180px;
  }
}
.cid-sgvZqj3qJO .links span {
  color: #9e9e9e;
}
.cid-sgvZqj3qJO .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sgvZqj3qJO .logo-title {
  text-align: center;
}
