body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4daedb !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #6dbb4d !important;
}
.bg-warning {
  background-color: #9a4193 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4daedb !important;
  border-color: #4daedb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #2588b7 !important;
  border-color: #2588b7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2588b7 !important;
  border-color: #2588b7 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6dbb4d !important;
  border-color: #6dbb4d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c8834 !important;
  border-color: #4c8834 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c8834 !important;
  border-color: #4c8834 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #9a4193 !important;
  border-color: #9a4193 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #642a60 !important;
  border-color: #642a60 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #642a60 !important;
  border-color: #642a60 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #2179a1;
  color: #2179a1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4daedb;
  border-color: #4daedb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4daedb !important;
  border-color: #4daedb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #42752d;
  color: #42752d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6dbb4d;
  border-color: #6dbb4d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6dbb4d !important;
  border-color: #6dbb4d !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #52234f;
  color: #52234f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #9a4193;
  border-color: #9a4193;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9a4193 !important;
  border-color: #9a4193 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #4daedb !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #6dbb4d !important;
}
.text-warning {
  color: #9a4193 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2179a1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #42752d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #52234f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #6dbb4d;
}
.alert-warning {
  background-color: #9a4193;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4daedb;
  border-color: #4daedb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4daedb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7fbfd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b9dea9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ce8cc9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #4daedb;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #4daedb !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4daedb;
  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: #4daedb;
  border-bottom-color: #4daedb;
}
.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: #000000 !important;
  background-color: #4daedb !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: #0a1c44 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234daedb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rzH9jrlpnt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rzH9jrlpnt .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzH9jrlpnt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown-item {
  padding: 0;
}
.cid-rzH9jrlpnt .dropdown-item,
.cid-rzH9jrlpnt .nav-link,
.cid-rzH9jrlpnt .brand-name {
  font-style: normal;
}
.cid-rzH9jrlpnt .dropdown-item:hover,
.cid-rzH9jrlpnt .nav-link:hover,
.cid-rzH9jrlpnt .brand-name:hover {
  color: #4daedb !important;
}
.cid-rzH9jrlpnt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzH9jrlpnt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzH9jrlpnt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzH9jrlpnt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .content-text {
  margin-bottom: 0;
}
.cid-rzH9jrlpnt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4daedb;
    -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-rzH9jrlpnt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzH9jrlpnt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzH9jrlpnt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzH9jrlpnt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9jrlpnt .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzH9jrlpnt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzH9jrlpnt .content-right-side {
  text-align: center;
}
.cid-rzH9jrlpnt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzH9jrlpnt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzH9jrlpnt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzH9jrlpnt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzH9jrlpnt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzH9jrlpnt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzH9jrlpnt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzH9jrlpnt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzH9jrlpnt .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzH9jrlpnt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzH9jrlpnt .navbar-toggler {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzH9jrlpnt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzH9jrlpnt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzH9jrlpnt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzH9jrlpnt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzH9jrlpnt button.navbar-toggler:focus {
  outline: none;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .btn {
  display: flex;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzH9jrlpnt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzH9jrlpnt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing,
  .cid-rzH9jrlpnt .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt img {
    height: 3.8rem !important;
  }
  .cid-rzH9jrlpnt .btn {
    display: flex;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    display: block;
  }
  .cid-rzH9jrlpnt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzH9jrlpnt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzH9jrlpnt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzH9jrlpnt .nav-link:focus {
  outline: none;
}
.cid-rzH9jrlpnt .navbar-toggler {
  position: relative;
}
.cid-rzH9jrlpnt .dropdown-item.active,
.cid-rzH9jrlpnt .dropdown-item:active {
  color: initial;
}
.cid-rzH9jrlpnt .widget-title,
.cid-rzH9jrlpnt .widget-icon {
  color: #e9e9e9;
}
.cid-rzH9jrlpnt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzH9jrlpnt .menu-logo {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar {
    padding: 0;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rzH9jLUC8G {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rzH9Aqjs3b {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzH9Aqjs3b img {
  width: 100%;
}
.cid-rzH9Aqjs3b p {
  line-height: 1.6;
}
.cid-rzH9Aqjs3b .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9Aqjs3b .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rzH9Aqjs3b .mbr-text,
.cid-rzH9Aqjs3b .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rzH9Aqjs3b .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9Aqjs3b .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rzH9Aqjs3b .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rzH9Aqjs3b .mbr-section-title,
.cid-rzH9Aqjs3b .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rzH9Aqjs3b .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rzH9Cj2Qgi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-rzH9Cj2Qgi .row {
  margin: 0;
}
.cid-rzH9Cj2Qgi .container-fluid {
  padding: 0;
}
.cid-rzH9Cj2Qgi p {
  line-height: 1.6;
}
.cid-rzH9Cj2Qgi .img {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-height: 940px;
}
.cid-rzH9Cj2Qgi .img .big-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-rzH9Cj2Qgi .rev {
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-rzH9Cj2Qgi .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.cid-rzH9Cj2Qgi .mbr-section-title {
  text-align: left;
}
.cid-rzH9Cj2Qgi .card {
  margin-bottom: 1.5rem;
}
.cid-rzH9Cj2Qgi .card-wrapper {
  width: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-rzH9Cj2Qgi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9Cj2Qgi .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.cid-rzH9Cj2Qgi .mbr-iconfont {
  font-size: 1rem;
}
.cid-rzH9Cj2Qgi .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rzH9Cj2Qgi .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9Cj2Qgi .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-rzH9Cj2Qgi .card-img {
  margin: auto;
  border-radius: 0;
  width: 155px;
}
.cid-rzH9Cj2Qgi .card-box {
  padding: 1rem 1rem;
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9Cj2Qgi .mbr-section-title,
.cid-rzH9Cj2Qgi .line-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-rzH9Cj2Qgi .card-box,
.cid-rzH9Cj2Qgi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rzH9Cj2Qgi .text,
.cid-rzH9Cj2Qgi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-rzH9Cj2Qgi .content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 1200px) {
  .cid-rzH9Cj2Qgi .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rzH9Cj2Qgi .big-img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rzH9Cj2Qgi .content {
    padding: 3rem;
  }
  .cid-rzH9Cj2Qgi .card-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9Cj2Qgi .card-img {
    width: 100%;
  }
}
.cid-sjpJcrgEGJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjpJcrgEGJ .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjpJcrgEGJ .card-box {
  width: 100%;
}
.cid-sjpJcrgEGJ .card-img {
  padding: 1rem;
  border: 2px solid #e9e9e9;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sjpJcrgEGJ .card-img span {
  color: #0a1c44;
  font-size: 3rem;
}
.cid-sjpJcrgEGJ .mbr-text {
  color: #656565;
}
.cid-sjpJcrgEGJ p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sjpJcrgEGJ .card {
    margin-bottom: 2rem;
  }
}
.cid-sjpJcrgEGJ .card-title,
.cid-sjpJcrgEGJ .card-img {
  color: #0087ab;
  text-align: center;
}
.cid-sjpJcrgEGJ .mbr-section-title {
  text-align: center;
}
.cid-sjpJcrgEGJ .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sjpJcrgEGJ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sjpJcrgEGJ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sjpJcrgEGJ .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-sjpJcrgEGJ .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #e9e9e9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-sjpJcrgEGJ .mbr-section-title,
.cid-sjpJcrgEGJ .line-wrap {
  text-align: center;
}
.cid-sjpJcrgEGJ .mbr-text,
.cid-sjpJcrgEGJ .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-rzH9U64jHK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rzH9U64jHK .mbr-section-title {
  text-align: left;
}
.cid-rzH9U64jHK .mbr-text,
.cid-rzH9U64jHK .mbr-section-btn {
  text-align: left;
}
.cid-rzH9U64jHK .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-rzHa5u2usg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzHa5u2usg .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-rzHa5u2usg .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rzHa5u2usg .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rzHa5u2usg .form-group {
  padding-right: 0;
}
.cid-rzHa5u2usg .card {
  padding: 3rem 8rem;
}
.cid-rzHa5u2usg .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rzHa5u2usg .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rzHa5u2usg .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-rzHa5u2usg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzHa5u2usg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rzHa5u2usg .map-placeholder {
  display: none;
}
.cid-rzHa5u2usg .btn-primary {
  border: 1px solid #4daedb !important;
}
.cid-rzHa5u2usg .btn-primary:hover {
  border: 1px solid #4daedb !important;
}
.cid-rzHa5u2usg .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rzHa5u2usg .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rzHa5u2usg .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rzHa5u2usg .mbr-text {
  color: #444;
}
.cid-rzHa5u2usg h5 {
  margin-bottom: 0;
}
.cid-rzHa5u2usg .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rzHa5u2usg .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzHa5u2usg .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rzHa5u2usg .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHa5u2usg .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-rzHa5u2usg .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rzHa5u2usg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rzHa5u2usg .social-list a:hover {
  opacity: 0.4;
}
.cid-rzHa5u2usg .media-container-row > div {
  padding: 0px;
}
.cid-rzHa5u2usg .text2 {
  color: #000000;
  text-align: left;
}
.cid-rzHa5u2usg .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rzHa5u2usg .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rzHa5u2usg .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rzHa5u2usg .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rzHa5u2usg h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rzHa5u2usg .form-group {
    max-width: 180px;
  }
  .cid-rzHa5u2usg .card {
    padding: 2rem 1rem;
  }
}
.cid-rzHa5u2usg .links span {
  color: #9e9e9e;
}
.cid-rzHa5u2usg .logo-title,
.cid-rzHa5u2usg .logo-sub-title {
  text-align: center;
}
.cid-rzHa5u2usg .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sMUOt5B6GV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0087ab;
}
.cid-sMUOt5B6GV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-sMUOt5B6GV svg .st0 {
  fill: #0087ab;
}
@media (max-width: 992px) {
  .cid-sMUOt5B6GV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-sMUOt5B6GV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMUOt5B6GV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMUOt5B6GV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sMUOt5B6GV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sMUOt5B6GV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sMUOt5B6GV .copyright {
  color: #ffffff;
}
.cid-sMUKcPCabH.popup-builder {
  background-color: #ffffff;
}
.cid-sMUKcPCabH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sMUKcPCabH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sMUKcPCabH .modal-content,
.cid-sMUKcPCabH .modal-dialog {
  height: auto;
}
.cid-sMUKcPCabH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sMUKcPCabH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sMUKcPCabH .form-wrapper .mbr-form .form-group,
  .cid-sMUKcPCabH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sMUKcPCabH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sMUKcPCabH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMUKcPCabH .mbr-text {
  text-align: center;
}
.cid-sMUKcPCabH .pt-0 {
  padding-top: 0 !important;
}
.cid-sMUKcPCabH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sMUKcPCabH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sMUKcPCabH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sMUKcPCabH .modal-open {
  overflow: hidden;
}
.cid-sMUKcPCabH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sMUKcPCabH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sMUKcPCabH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sMUKcPCabH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sMUKcPCabH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sMUKcPCabH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sMUKcPCabH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sMUKcPCabH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sMUKcPCabH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sMUKcPCabH .modal-backdrop.fade {
  opacity: 0;
}
.cid-sMUKcPCabH .modal-backdrop.show {
  opacity: .5;
}
.cid-sMUKcPCabH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sMUKcPCabH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sMUKcPCabH .modal-header .close:hover {
  opacity: 1;
}
.cid-sMUKcPCabH .modal-header .close:focus {
  outline: none;
}
.cid-sMUKcPCabH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sMUKcPCabH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sMUKcPCabH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sMUKcPCabH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sMUKcPCabH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sMUKcPCabH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sMUKcPCabH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sMUKcPCabH .modal-sm {
    max-width: 300px;
  }
  .cid-sMUKcPCabH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sMUKcPCabH .modal-lg,
  .cid-sMUKcPCabH .modal-xl {
    max-width: 800px;
  }
  .cid-sMUKcPCabH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sMUKcPCabH .modal-xl {
    max-width: 1140px;
  }
  .cid-sMUKcPCabH .container {
    max-width: 1140px;
  }
}
.cid-sMUKcPCabH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sMUKcPCabH .container {
    max-width: 720px;
  }
}
.cid-sMUKcPCabH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sMUKcPCabH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sMUKcPCabH .form-group {
  margin-bottom: 1rem;
}
.cid-sMUKcPCabH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sMUKcPCabH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sMUKcPCabH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rzH9jrlpnt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rzH9jrlpnt .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzH9jrlpnt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown-item {
  padding: 0;
}
.cid-rzH9jrlpnt .dropdown-item,
.cid-rzH9jrlpnt .nav-link,
.cid-rzH9jrlpnt .brand-name {
  font-style: normal;
}
.cid-rzH9jrlpnt .dropdown-item:hover,
.cid-rzH9jrlpnt .nav-link:hover,
.cid-rzH9jrlpnt .brand-name:hover {
  color: #4daedb !important;
}
.cid-rzH9jrlpnt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzH9jrlpnt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzH9jrlpnt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzH9jrlpnt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .content-text {
  margin-bottom: 0;
}
.cid-rzH9jrlpnt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4daedb;
    -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-rzH9jrlpnt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzH9jrlpnt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzH9jrlpnt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzH9jrlpnt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9jrlpnt .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzH9jrlpnt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzH9jrlpnt .content-right-side {
  text-align: center;
}
.cid-rzH9jrlpnt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzH9jrlpnt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzH9jrlpnt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzH9jrlpnt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzH9jrlpnt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzH9jrlpnt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzH9jrlpnt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzH9jrlpnt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzH9jrlpnt .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzH9jrlpnt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzH9jrlpnt .navbar-toggler {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzH9jrlpnt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzH9jrlpnt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzH9jrlpnt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzH9jrlpnt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzH9jrlpnt button.navbar-toggler:focus {
  outline: none;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .btn {
  display: flex;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzH9jrlpnt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzH9jrlpnt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing,
  .cid-rzH9jrlpnt .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt img {
    height: 3.8rem !important;
  }
  .cid-rzH9jrlpnt .btn {
    display: flex;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    display: block;
  }
  .cid-rzH9jrlpnt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzH9jrlpnt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzH9jrlpnt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzH9jrlpnt .nav-link:focus {
  outline: none;
}
.cid-rzH9jrlpnt .navbar-toggler {
  position: relative;
}
.cid-rzH9jrlpnt .dropdown-item.active,
.cid-rzH9jrlpnt .dropdown-item:active {
  color: initial;
}
.cid-rzH9jrlpnt .widget-title,
.cid-rzH9jrlpnt .widget-icon {
  color: #e9e9e9;
}
.cid-rzH9jrlpnt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzH9jrlpnt .menu-logo {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar {
    padding: 0;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-snQK42r3RZ {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-snQK42r3RZ .mbr-section-title {
  text-align: center;
}
.cid-snQK42r3RZ .mbr-text,
.cid-snQK42r3RZ .mbr-section-btn {
  text-align: center;
}
.cid-snQujQMv1i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-snQujQMv1i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sMUOt5B6GV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0087ab;
}
.cid-sMUOt5B6GV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-sMUOt5B6GV svg .st0 {
  fill: #0087ab;
}
@media (max-width: 992px) {
  .cid-sMUOt5B6GV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-sMUOt5B6GV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMUOt5B6GV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMUOt5B6GV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sMUOt5B6GV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sMUOt5B6GV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sMUOt5B6GV .copyright {
  color: #ffffff;
}
.cid-rzH9jrlpnt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rzH9jrlpnt .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzH9jrlpnt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown-item {
  padding: 0;
}
.cid-rzH9jrlpnt .dropdown-item,
.cid-rzH9jrlpnt .nav-link,
.cid-rzH9jrlpnt .brand-name {
  font-style: normal;
}
.cid-rzH9jrlpnt .dropdown-item:hover,
.cid-rzH9jrlpnt .nav-link:hover,
.cid-rzH9jrlpnt .brand-name:hover {
  color: #4daedb !important;
}
.cid-rzH9jrlpnt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzH9jrlpnt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzH9jrlpnt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzH9jrlpnt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .content-text {
  margin-bottom: 0;
}
.cid-rzH9jrlpnt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4daedb;
    -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-rzH9jrlpnt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzH9jrlpnt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzH9jrlpnt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzH9jrlpnt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9jrlpnt .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzH9jrlpnt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzH9jrlpnt .content-right-side {
  text-align: center;
}
.cid-rzH9jrlpnt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzH9jrlpnt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzH9jrlpnt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzH9jrlpnt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzH9jrlpnt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzH9jrlpnt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzH9jrlpnt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzH9jrlpnt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzH9jrlpnt .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzH9jrlpnt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzH9jrlpnt .navbar-toggler {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzH9jrlpnt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzH9jrlpnt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzH9jrlpnt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzH9jrlpnt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzH9jrlpnt button.navbar-toggler:focus {
  outline: none;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .btn {
  display: flex;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzH9jrlpnt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzH9jrlpnt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing,
  .cid-rzH9jrlpnt .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt img {
    height: 3.8rem !important;
  }
  .cid-rzH9jrlpnt .btn {
    display: flex;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    display: block;
  }
  .cid-rzH9jrlpnt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzH9jrlpnt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzH9jrlpnt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzH9jrlpnt .nav-link:focus {
  outline: none;
}
.cid-rzH9jrlpnt .navbar-toggler {
  position: relative;
}
.cid-rzH9jrlpnt .dropdown-item.active,
.cid-rzH9jrlpnt .dropdown-item:active {
  color: initial;
}
.cid-rzH9jrlpnt .widget-title,
.cid-rzH9jrlpnt .widget-icon {
  color: #e9e9e9;
}
.cid-rzH9jrlpnt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzH9jrlpnt .menu-logo {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar {
    padding: 0;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-spOieTki0K {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/lancul11-2000x1125.jpg");
}
.cid-spOm79uIOg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spOm79uIOg .container-fluid {
  padding: 0 3rem;
}
.cid-spOm79uIOg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #4daedb 50%, #0a1c44 120%);
  display: inline-block;
}
.cid-spOm79uIOg .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-spOm79uIOg .header-text {
  padding: 2rem 1rem !important;
}
.cid-spOm79uIOg .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-spOm79uIOg .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-spOm79uIOg .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-spOm79uIOg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-spOm79uIOg .card .card-header a.panel-title:hover .sign {
  background-color: #149dcc !important;
}
.cid-spOm79uIOg .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #55b4d4;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-spOm79uIOg .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-spOm79uIOg .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-spOm79uIOg .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-spOm79uIOg .container-fluid {
    padding: 0 1rem;
  }
  .cid-spOm79uIOg .header-text {
    padding: 1rem !important;
  }
  .cid-spOm79uIOg .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-spOm79uIOg .panel-body {
    width: calc(100% - 48px);
  }
  .cid-spOm79uIOg .panel-group {
    padding: 0;
  }
}
.cid-spOm79uIOg .header-text,
.cid-spOm79uIOg .sign {
  color: #232323;
}
.cid-spOntrwOGP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-691-2000x1125.png");
}
.cid-spOntrwOGP .mbr-overlay {
  background: linear-gradient(90deg, #4284df, #6441a5);
}
.cid-spOntrwOGP h2,
.cid-spOntrwOGP h3,
.cid-spOntrwOGP h4,
.cid-spOntrwOGP p {
  color: #ffffff;
}
.cid-spOntrwOGP .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-spOntrwOGP .text-block {
  border-bottom: 1px solid #767676;
}
.cid-spOntrwOGP .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-spOntrwOGP .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-spOntrwOGP .form-control:focus,
.cid-spOntrwOGP .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-spOntrwOGP .form-group {
  margin-bottom: 1rem;
}
.cid-spOntrwOGP input::-webkit-input-placeholder,
.cid-spOntrwOGP textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-spOntrwOGP input:-moz-placeholder,
.cid-spOntrwOGP textarea:-moz-placeholder {
  color: #656565;
}
.cid-spOntrwOGP .jq-selectbox li,
.cid-spOntrwOGP .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-spOntrwOGP .jq-selectbox li:hover,
.cid-spOntrwOGP .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-spOntrwOGP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-spOntrwOGP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-spOntrwOGP .mbr-text {
  color: #767676;
}
.cid-spOntrwOGP a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-spOntrwOGP .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spOntrwOGP .input-group-btn {
  display: block;
  text-align: center;
}
.cid-spOntrwOGP textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-spOntrwOGP h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-spOntrwOGP .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-spOntrwOGP .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-spOntrwOGP .google-map {
    padding-bottom: 2rem;
  }
}
.cid-spOntrwOGP H2 {
  text-align: center;
}
.cid-spOntrwOGP H3 {
  text-align: center;
}
.cid-spOntrwOGP LABEL {
  color: #ffffff;
}
.cid-sMUOt5B6GV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0087ab;
}
.cid-sMUOt5B6GV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-sMUOt5B6GV svg .st0 {
  fill: #0087ab;
}
@media (max-width: 992px) {
  .cid-sMUOt5B6GV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-sMUOt5B6GV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMUOt5B6GV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMUOt5B6GV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sMUOt5B6GV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sMUOt5B6GV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sMUOt5B6GV .copyright {
  color: #ffffff;
}
.cid-rzH9jrlpnt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rzH9jrlpnt .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzH9jrlpnt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown-item {
  padding: 0;
}
.cid-rzH9jrlpnt .dropdown-item,
.cid-rzH9jrlpnt .nav-link,
.cid-rzH9jrlpnt .brand-name {
  font-style: normal;
}
.cid-rzH9jrlpnt .dropdown-item:hover,
.cid-rzH9jrlpnt .nav-link:hover,
.cid-rzH9jrlpnt .brand-name:hover {
  color: #4daedb !important;
}
.cid-rzH9jrlpnt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzH9jrlpnt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzH9jrlpnt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzH9jrlpnt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .content-text {
  margin-bottom: 0;
}
.cid-rzH9jrlpnt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4daedb;
    -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-rzH9jrlpnt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzH9jrlpnt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzH9jrlpnt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzH9jrlpnt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9jrlpnt .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzH9jrlpnt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzH9jrlpnt .content-right-side {
  text-align: center;
}
.cid-rzH9jrlpnt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzH9jrlpnt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzH9jrlpnt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzH9jrlpnt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzH9jrlpnt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzH9jrlpnt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzH9jrlpnt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzH9jrlpnt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzH9jrlpnt .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzH9jrlpnt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzH9jrlpnt .navbar-toggler {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzH9jrlpnt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzH9jrlpnt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzH9jrlpnt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzH9jrlpnt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzH9jrlpnt button.navbar-toggler:focus {
  outline: none;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .btn {
  display: flex;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzH9jrlpnt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzH9jrlpnt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing,
  .cid-rzH9jrlpnt .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt img {
    height: 3.8rem !important;
  }
  .cid-rzH9jrlpnt .btn {
    display: flex;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    display: block;
  }
  .cid-rzH9jrlpnt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzH9jrlpnt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzH9jrlpnt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzH9jrlpnt .nav-link:focus {
  outline: none;
}
.cid-rzH9jrlpnt .navbar-toggler {
  position: relative;
}
.cid-rzH9jrlpnt .dropdown-item.active,
.cid-rzH9jrlpnt .dropdown-item:active {
  color: initial;
}
.cid-rzH9jrlpnt .widget-title,
.cid-rzH9jrlpnt .widget-icon {
  color: #e9e9e9;
}
.cid-rzH9jrlpnt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzH9jrlpnt .menu-logo {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar {
    padding: 0;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sKVueDmbnA {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/lancul11-2000x1125.jpg");
}
.cid-sKVueDmbnA .mbr-section-title {
  text-align: center;
}
.cid-sKVueDmbnA .mbr-text,
.cid-sKVueDmbnA .mbr-section-btn {
  text-align: center;
}
.cid-sKVxKigo5S {
  padding-top: 120px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sKVxKigo5S img {
  width: 100%;
}
.cid-sKVxKigo5S p {
  line-height: 1.6;
}
.cid-sKVxKigo5S .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKVxKigo5S .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sKVxKigo5S .mbr-text,
.cid-sKVxKigo5S .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-sKVxKigo5S .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sKVxKigo5S .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sKVxKigo5S .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-sKVxKigo5S .mbr-section-title,
.cid-sKVxKigo5S .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-sKVxKigo5S .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-sKVAc46uB0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKVAc46uB0 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sKVAc46uB0 .modal-body .close {
  background: #1b1b1b;
}
.cid-sKVAc46uB0 .modal-body .close span {
  font-style: normal;
}
.cid-sKVAc46uB0 .carousel-inner > .active,
.cid-sKVAc46uB0 .carousel-inner > .next,
.cid-sKVAc46uB0 .carousel-inner > .prev {
  display: flex;
}
.cid-sKVAc46uB0 .carousel-control .icon-next,
.cid-sKVAc46uB0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKVAc46uB0 .carousel-control:hover {
  background: #4daedb;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKVAc46uB0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKVAc46uB0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKVAc46uB0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKVAc46uB0 .boxed-slider > div {
  position: relative;
}
.cid-sKVAc46uB0 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sKVAc46uB0 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKVAc46uB0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKVAc46uB0 .mbr-table-cell {
  padding: 0;
}
.cid-sKVAc46uB0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKVAc46uB0 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKVAc46uB0 .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-sKVAc46uB0 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sKVAc46uB0 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKVAc46uB0 .carousel-item.active.right,
.cid-sKVAc46uB0 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKVAc46uB0 .carousel-item.active.left,
.cid-sKVAc46uB0 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKVAc46uB0 .carousel-item.active,
.cid-sKVAc46uB0 .carousel-item.next.left,
.cid-sKVAc46uB0 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKVAc46uB0 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKVAc46uB0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-sKVAc46uB0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-sKVAc46uB0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKVAc46uB0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKVAc46uB0 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #4daedb;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKVAc46uB0 .mbr-slider .carousel-indicators li.active,
.cid-sKVAc46uB0 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKVAc46uB0 .mbr-slider .carousel-indicators li::after,
.cid-sKVAc46uB0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKVAc46uB0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKVAc46uB0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKVAc46uB0 .mbr-slider > .container img {
  width: 100%;
}
.cid-sKVAc46uB0 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKVAc46uB0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKVAc46uB0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKVAc46uB0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKVAc46uB0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKVAc46uB0 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKVAc46uB0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKVAc46uB0 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sKVAc46uB0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKVAc46uB0 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKVAc46uB0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKVAc46uB0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKVAc46uB0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKVAc46uB0 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKVAc46uB0 .carousel-inner {
  height: 100%;
}
.cid-sKVAc46uB0 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKVAc46uB0 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 300px;
  overflow: hidden;
}
.cid-sKVAc46uB0 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sKVAc46uB0 .content-slider-wrap {
  width: 50%;
}
.cid-sMUT3QhZZo {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sMUT3QhZZo img {
  width: 100%;
}
.cid-sMUT3QhZZo p {
  line-height: 1.6;
}
.cid-sMUT3QhZZo .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMUT3QhZZo .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sMUT3QhZZo .mbr-text,
.cid-sMUT3QhZZo .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-sMUT3QhZZo .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sMUT3QhZZo .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sMUT3QhZZo .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-sMUT3QhZZo .mbr-section-title,
.cid-sMUT3QhZZo .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-sMUT3QhZZo .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-sMUUMpTaAu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMUUMpTaAu .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sMUUMpTaAu .modal-body .close {
  background: #1b1b1b;
}
.cid-sMUUMpTaAu .modal-body .close span {
  font-style: normal;
}
.cid-sMUUMpTaAu .carousel-inner > .active,
.cid-sMUUMpTaAu .carousel-inner > .next,
.cid-sMUUMpTaAu .carousel-inner > .prev {
  display: flex;
}
.cid-sMUUMpTaAu .carousel-control .icon-next,
.cid-sMUUMpTaAu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sMUUMpTaAu .carousel-control:hover {
  background: #4daedb;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMUUMpTaAu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sMUUMpTaAu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sMUUMpTaAu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sMUUMpTaAu .boxed-slider > div {
  position: relative;
}
.cid-sMUUMpTaAu .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sMUUMpTaAu .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sMUUMpTaAu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sMUUMpTaAu .mbr-table-cell {
  padding: 0;
}
.cid-sMUUMpTaAu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sMUUMpTaAu .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sMUUMpTaAu .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-sMUUMpTaAu .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sMUUMpTaAu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sMUUMpTaAu .carousel-item.active.right,
.cid-sMUUMpTaAu .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sMUUMpTaAu .carousel-item.active.left,
.cid-sMUUMpTaAu .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sMUUMpTaAu .carousel-item.active,
.cid-sMUUMpTaAu .carousel-item.next.left,
.cid-sMUUMpTaAu .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sMUUMpTaAu .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sMUUMpTaAu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-sMUUMpTaAu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-sMUUMpTaAu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sMUUMpTaAu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sMUUMpTaAu .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #4daedb;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sMUUMpTaAu .mbr-slider .carousel-indicators li.active,
.cid-sMUUMpTaAu .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sMUUMpTaAu .mbr-slider .carousel-indicators li::after,
.cid-sMUUMpTaAu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sMUUMpTaAu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sMUUMpTaAu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sMUUMpTaAu .mbr-slider > .container img {
  width: 100%;
}
.cid-sMUUMpTaAu .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sMUUMpTaAu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sMUUMpTaAu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sMUUMpTaAu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sMUUMpTaAu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sMUUMpTaAu .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sMUUMpTaAu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sMUUMpTaAu .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sMUUMpTaAu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sMUUMpTaAu .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sMUUMpTaAu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sMUUMpTaAu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sMUUMpTaAu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sMUUMpTaAu .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sMUUMpTaAu .carousel-inner {
  height: 100%;
}
.cid-sMUUMpTaAu .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sMUUMpTaAu .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 300px;
  overflow: hidden;
}
.cid-sMUUMpTaAu .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sMUUMpTaAu .content-slider-wrap {
  width: 50%;
}
.cid-sMUUOyCBBG {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sMUUOyCBBG img {
  width: 100%;
}
.cid-sMUUOyCBBG p {
  line-height: 1.6;
}
.cid-sMUUOyCBBG .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMUUOyCBBG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sMUUOyCBBG .mbr-text,
.cid-sMUUOyCBBG .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-sMUUOyCBBG .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sMUUOyCBBG .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sMUUOyCBBG .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-sMUUOyCBBG .mbr-section-title,
.cid-sMUUOyCBBG .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-sMUUOyCBBG .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-sMV059VjZD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sMV059VjZD .links {
  text-align: center;
  color: #ffffff;
}
.cid-sMV059VjZD p {
  margin: 0;
}
.cid-sMV0ZIBHir {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sMV0ZIBHir .card-wrapper {
  background: #eaf7fa;
  padding: 28% 20%;
}
.cid-sMV0ZIBHir .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0a1c44;
  margin-bottom: 18px;
}
.cid-sMV0ZIBHir .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-sMV0ZIBHir .item {
    padding-bottom: 25px;
  }
}
.cid-sMV0ZIBHir .title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-sMV0ZIBHir .card-title,
.cid-sMV0ZIBHir .iconfont-wrapper {
  color: #0a1c44;
}
.cid-sMV0ZIBHir .card-text {
  color: #0087ab;
}
@media (max-width: 990px) {
  .cid-sMV0ZIBHir .top {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-sMV0ZIBHir .top1 {
    padding-top: 20px;
  }
}
.cid-sMUOt5B6GV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0087ab;
}
.cid-sMUOt5B6GV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-sMUOt5B6GV svg .st0 {
  fill: #0087ab;
}
@media (max-width: 992px) {
  .cid-sMUOt5B6GV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-sMUOt5B6GV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMUOt5B6GV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMUOt5B6GV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sMUOt5B6GV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sMUOt5B6GV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sMUOt5B6GV .copyright {
  color: #ffffff;
}
