body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'PT Serif', serif;
  font-size: 2.3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.3rem;
}
.display-2 {
  font-family: 'PT Serif', serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'PT Serif', serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'PT Serif', serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'PT Serif', serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.2rem;
}
/* ---- 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: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #3931d4 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #3931d4 !important;
  border-color: #3931d4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #262099 !important;
  border-color: #262099 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #262099 !important;
  border-color: #262099 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #18284c !important;
  border-color: #18284c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #060912 !important;
  border-color: #060912 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #060912 !important;
  border-color: #060912 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !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: #211b84;
  color: #211b84;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #3931d4;
  border-color: #3931d4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3931d4 !important;
  border-color: #3931d4 !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: #18284c;
  border-color: #18284c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #18284c !important;
  border-color: #18284c !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !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: #3931d4 !important;
}
.text-secondary {
  color: #18284c !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !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: #211b84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !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: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3931d4;
  border-color: #3931d4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3931d4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dbdaf7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'PT Serif', serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #3931d4;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #3931d4 !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: #3931d4;
  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: #3931d4;
  border-bottom-color: #3931d4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3931d4 !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: #18284c !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='%233931d4' %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-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rSDkg8obPL {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSDkg8obPL *:focus {
  outline: none;
}
.cid-rSDkg8obPL .form-group {
  margin-bottom: 2rem;
}
.cid-rSDkg8obPL .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-rSDkg8obPL .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-rSDkg8obPL .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-rSDkg8obPL .form-control::-moz-placeholder {
  color: #000000;
}
.cid-rSDkg8obPL .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-rSDkg8obPL .form-control:-moz-placeholder {
  color: #000000;
}
.cid-rSDkg8obPL input.form-control {
  padding: 1px 0;
}
.cid-rSDkg8obPL .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-rSDkg8obPL .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-rSDkg8obPL .soc-item .socicon:hover {
  opacity: .5;
}
.cid-rSDkg8obPL .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rSDkg8obPL .first-column,
  .cid-rSDkg8obPL .form-1 {
    text-align: center;
  }
}
.cid-tLqe8d0MF0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-tLqe8d0MF0 .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-tLqe8d0MF0 .mbr-section-subtitle,
.cid-tLqe8d0MF0 .mbr-section-btn {
  color: #48d678;
}
.cid-rSDicf8Mft {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSDicf8Mft .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-rSDicf8Mft .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-rSDicf8Mft .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rSDicf8Mft .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rSDicf8Mft .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-rSDicf8Mft .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rSDicf8Mft .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rSDicf8Mft .map-placeholder {
  display: none;
}
.cid-rSDicf8Mft h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-rSDlIc88sr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSDlIc88sr *:focus {
  outline: none;
}
.cid-rSDlIc88sr .form-group {
  margin-bottom: 2rem;
}
.cid-rSDlIc88sr .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-rSDlIc88sr .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-rSDlIc88sr .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-rSDlIc88sr .form-control::-moz-placeholder {
  color: #000000;
}
.cid-rSDlIc88sr .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-rSDlIc88sr .form-control:-moz-placeholder {
  color: #000000;
}
.cid-rSDlIc88sr input.form-control {
  padding: 1px 0;
}
.cid-rSDlIc88sr .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-rSDlIc88sr .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-rSDlIc88sr .soc-item .socicon:hover {
  opacity: .5;
}
.cid-rSDlIc88sr .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rSDlIc88sr .first-column,
  .cid-rSDlIc88sr .form-1 {
    text-align: center;
  }
}
.cid-rSDoFRGabx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSDoFRGabx .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-rSDoFRGabx .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-rSDoFRGabx .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rSDoFRGabx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rSDoFRGabx .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-rSDoFRGabx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rSDoFRGabx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rSDoFRGabx .map-placeholder {
  display: none;
}
.cid-rSDoFRGabx h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-svnN53THso {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svnN53THso .mbr-section-title {
  text-align: left;
}
.cid-svnN53THso .mbr-text,
.cid-svnN53THso .mbr-section-btn {
  text-align: center;
}
.cid-svnN53THso .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-rSDicgdL3h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rSDicgdL3h .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSDicgdL3h p {
  margin: 0;
}
.cid-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-st3qwHWj9x {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-st3qwHWj9x img,
.cid-st3qwHWj9x .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-st3qwHWj9x .item:focus,
.cid-st3qwHWj9x span:focus {
  outline: none;
}
.cid-st3qwHWj9x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-st3qwHWj9x .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-st3qwHWj9x .item {
  padding: 0;
  margin: 0;
}
.cid-st3qwHWj9x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-st3qwHWj9x .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-st3qwHWj9x .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-st3qwHWj9x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-st3qwHWj9x .mbr-section-title {
  color: #232323;
}
.cid-st3qwHWj9x .mbr-text,
.cid-st3qwHWj9x .mbr-section-btn {
  text-align: center;
}
.cid-st3qwHWj9x .item-title {
  text-align: center;
}
.cid-st3qwHWj9x .item-subtitle {
  text-align: center;
}
.cid-suX70V0smm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-suX70V0smm .mbr-section-title {
  text-align: left;
}
.cid-suX70V0smm .mbr-text,
.cid-suX70V0smm .mbr-section-btn {
  text-align: center;
}
.cid-suX70V0smm .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-suVn86lwbQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-suVn86lwbQ .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-suVn86lwbQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suVn86lwbQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suVn86lwbQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-suVn86lwbQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0a1c44;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-suVn86lwbQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-suVn86lwbQ .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-suVn86lwbQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-suVn86lwbQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #0a1c44 !important;
  opacity: 0.5;
  transition: 0.2s background ease-in-out;
}
.cid-suVn86lwbQ .mbr-gallery-item > div img,
.cid-suVn86lwbQ .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-suVn86lwbQ .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-suVn86lwbQ .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-suVn86lwbQ .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-suVn86lwbQ .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-suVn86lwbQ .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-suVn86lwbQ .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-suVn86lwbQ .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-suVn86lwbQ .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-suVn86lwbQ .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-suVn86lwbQ .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sr4Gswm2Db {
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-sr4Gswm2Db .mbr-text,
.cid-sr4Gswm2Db .mbr-section-btn {
  text-align: center;
}
.cid-sr4Gswm2Db .mbr-section-title DIV {
  text-align: center;
}
.cid-rVsRyCQvc2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVsRyCQvc2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-rVsRyCQvc2 .mbr-text,
.cid-rVsRyCQvc2 .mbr-section-btn {
  text-align: left;
}
.cid-rVsRyCQvc2 .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-rVsQu2Glqb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVsQu2Glqb p {
  line-height: 1.6;
}
.cid-rVsQu2Glqb .card-box {
  width: -webkit-fill-available;
}
.cid-rVsQu2Glqb .card-img {
  width: auto;
}
.cid-rVsQu2Glqb .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rVsQu2Glqb .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rVsQu2Glqb .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rVsQu2Glqb .card {
  height: 100%;
  margin: auto;
}
.cid-rVsQu2Glqb img {
  width: 100%;
  heigth: auto;
}
.cid-rVsQu2Glqb .card-title1 {
  color: #073b4c;
}
.cid-rVsQu2Glqb .mbr-text1 {
  color: #767676;
}
.cid-rVsQu2Glqb .card-title2 {
  color: #303f61;
}
.cid-rVsQu2Glqb .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-rVsQu2Glqb .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rVsQu2Glqb .card-img {
    order: 1;
  }
  .cid-rVsQu2Glqb .card-box {
    order: 2;
  }
}
.cid-sstQZrXXYS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sstQZrXXYS .mbr-text {
  position: relative;
}
.cid-sstQZrXXYS .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sstQZrXXYS .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sstQZrXXYS .mbr-text:after,
  .cid-sstQZrXXYS .mbr-text:before {
    display: none;
  }
}
.cid-rVsSgO2D09 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVsSgO2D09 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rVsSgO2D09 .mbr-section-subtitle {
  color: #767676;
}
.cid-rVsSgO2D09 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rVsSgO2D09 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rVsSgO2D09 .mbr-text-left {
  text-align: left;
}
.cid-rVsSgO2D09 .article-title-left {
  text-align: left;
}
.cid-rVFAR1ZSV2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVFAR1ZSV2 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rVFAR1ZSV2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rVFAR1ZSV2 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rVFAR1ZSV2 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rVFAR1ZSV2 .article-title-left {
  text-align: left;
}
.cid-rVFAR1ZSV2 .mbr-text-left {
  text-align: left;
}
.cid-sI23aD6eBv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sI23aD6eBv .mbr-section-subtitle {
  color: #767676;
}
.cid-sI23aD6eBv .container-table {
  margin: 0 auto;
}
.cid-sI23aD6eBv table.dataTable thead .sorting:before,
.cid-sI23aD6eBv table.dataTable thead .sorting:after,
.cid-sI23aD6eBv table.dataTable thead .sorting_asc:before,
.cid-sI23aD6eBv table.dataTable thead .sorting_asc:after,
.cid-sI23aD6eBv table.dataTable thead .sorting_desc:before,
.cid-sI23aD6eBv table.dataTable thead .sorting_desc:after,
.cid-sI23aD6eBv table.dataTable thead .sorting_asc_disabled:before,
.cid-sI23aD6eBv table.dataTable thead .sorting_asc_disabled:after,
.cid-sI23aD6eBv table.dataTable thead .sorting_desc_disabled:before,
.cid-sI23aD6eBv table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sI23aD6eBv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sI23aD6eBv .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sI23aD6eBv .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sI23aD6eBv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sI23aD6eBv .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-sI23aD6eBv .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sI23aD6eBv .table-heads {
  color: #ffffff;
}
.cid-sI23aD6eBv .dataTables_wrapper {
  display: block;
}
.cid-sI23aD6eBv .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sI23aD6eBv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sI23aD6eBv table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sI23aD6eBv table td,
.cid-sI23aD6eBv table th {
  white-space: nowrap;
}
.cid-sI23aD6eBv table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sI23aD6eBv table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sI23aD6eBv table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sI23aD6eBv table.table {
  background: #ffffff;
}
.cid-sI23aD6eBv .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sI23aD6eBv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sI23aD6eBv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sI23aD6eBv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sI23aD6eBv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sI23aD6eBv .dataTables_filter {
    text-align: center;
  }
  .cid-sI23aD6eBv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sI23aD6eBv .mbr-section-title,
.cid-sI23aD6eBv .line-wrap {
  text-align: center;
}
.cid-sI23aD6eBv .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sI23aD6eBv .body-item {
  text-align: center;
}
.cid-rVFBtD6XAg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVFBtD6XAg h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rVFBtD6XAg .mbr-section-subtitle {
  color: #767676;
}
.cid-rVFBtD6XAg .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rVFBtD6XAg .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rVFBtD6XAg .mbr-text-left {
  text-align: left;
}
.cid-rVFBtD6XAg .article-title-left {
  text-align: left;
}
.cid-rVFBtD6XAg .article-title-right {
  text-align: left;
}
.cid-rVsSRerOso {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVsSRerOso .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-rVsSRerOso .mbr-text,
.cid-rVsSRerOso .mbr-section-btn {
  text-align: left;
}
.cid-rVsSRerOso .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-rVsSOMZL8x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVsSOMZL8x .mbr-text {
  margin: 0;
}
.cid-rVsSOMZL8x .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rVsSOMZL8x .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rVsSOMZL8x .row-element,
.cid-rVsSOMZL8x .image-element {
  padding: 0;
}
.cid-rVsSOMZL8x .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVsSOMZL8x .image-element .img-wrap {
  width: 100% !important;
}
.cid-rVsSOMZL8x .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rVsSOMZL8x .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVsSOMZL8x .carousel-item.active,
.cid-rVsSOMZL8x .carousel-item-next,
.cid-rVsSOMZL8x .carousel-item-prev {
  display: flex;
}
.cid-rVsSOMZL8x .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-rVsSOMZL8x .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #3931d4;
}
.cid-rVsSOMZL8x .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rVsSOMZL8x .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rVsSOMZL8x .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rVsSOMZL8x .carousel-controls {
    display: block;
  }
  .cid-rVsSOMZL8x .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rVsSOMZL8x .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rVsSOMZL8x .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rVsSOMZL8x .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rVsSOMZL8x .text-element {
    padding: 1rem;
  }
  .cid-rVsSOMZL8x .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVsSOMZL8x .image-element {
    min-width: 50%;
  }
  .cid-rVsSOMZL8x .media-container-row {
    width: 100%;
  }
}
.cid-rVsSOMZL8x DIV {
  color: #232323;
}
.cid-rVsSOMZL8x .mbr-text,
.cid-rVsSOMZL8x .link {
  text-align: left;
}
.cid-rWSTFfinaH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-rWSTFfinaH .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-rWSTFfinaH .mbr-section-title {
  color: #232323;
}
.cid-rWSTFfinaH .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWSTFfinaH .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rWSN0u9RXl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/091-izmir-kultur-park-01-p-1568x871.webp");
}
.cid-rWSN0u9RXl .title {
  background: #a8aed6;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rWSN0u9RXl .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-rWSN0u9RXl p {
  margin: 0;
  padding: 0;
}
.cid-rWSN0u9RXl .card {
  margin-bottom: 2rem;
}
.cid-rWSN0u9RXl .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #a8aed6;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-rWSN0u9RXl .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #a8aed6;
  border-right: 15px solid transparent;
}
.cid-rWSN0u9RXl .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-rWSN0u9RXl .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWSN0u9RXl .name-wrap {
  display: inline-block;
}
.cid-rWSN0u9RXl .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-rWSN0u9RXl .mbr-author-desc {
  color: #767676;
}
.cid-rWSN0u9RXl .card-block P {
  color: #232323;
}
.cid-rWSN0u9RXl .mbr-author-name {
  color: #149dcc;
}
.cid-rWSN0u9RXl .mbr-section-title,
.cid-rWSN0u9RXl .title DIV {
  color: #232323;
  text-align: center;
}
.cid-rXDMCNJqHH {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/59c258ba0f254415d85d5cbe-1-1420x812.webp");
}
.cid-rXDMCNJqHH .mbr-overlay {
  background: #1516b0;
  background: linear-gradient(90deg, #1516b0, #9ea8ef);
}
.cid-rXDMCNJqHH .mbr-section-title {
  margin: 0;
}
.cid-rXDMCNJqHH .mbr-text {
  color: #efefef;
}
.cid-rXDMCNJqHH .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rXDMCNJqHH .card-img {
  text-align: left;
}
.cid-rXDMCNJqHH .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rXDMCNJqHH .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXDMCNJqHH .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXDMCNJqHH .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rXDMCNJqHH .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rXDMCNJqHH .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rXDMCNJqHH .title-cont,
.cid-rXDMCNJqHH .mbr-section-title {
  text-align: center;
}
.cid-rXDMCNJqHH .mbr-section-subtitle,
.cid-rXDMCNJqHH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-syjVAgueug {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syjVAgueug .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-syjVAgueug .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-syjVAgueug .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syjVAgueug .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-syjVAgueug .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-syjVAgueug .text2 {
  color: #000000;
  text-align: left;
}
.cid-syjVAgueug .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-syjVAgueug .logo-title {
  text-align: center;
}
.cid-syjVAgueug .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-syjVAgueug .links {
  text-align: center;
  color: #656565;
}
.cid-syjVAgueug .logo-sub-title i {
  color: #9e9e9e;
}
.cid-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sokfj8KDR4 {
  padding-top: 105px;
  padding-bottom: 75px;
  position: relative;
  background-color: #efefef;
}
.cid-sokfj8KDR4 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sokfj8KDR4 .panel-title {
  border-bottom: 2px solid #767676;
}
.cid-sokfj8KDR4 .collapsed {
  border: none;
}
.cid-sokfj8KDR4 .panel-body {
  padding-top: 0.5rem;
}
.cid-sokfj8KDR4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sokfj8KDR4 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sokfj8KDR4 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sokfj8KDR4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sokfj8KDR4 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sokfj8KDR4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sokfj8KDR4 .panel-text {
  color: #767676;
}
.cid-sokfj8KDR4 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sshYNfM7l4 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x950.webp");
}
.cid-sshYNfM7l4 .mbr-section-title {
  text-align: center;
}
.cid-sshYNfM7l4 .mbr-text,
.cid-sshYNfM7l4 .mbr-section-btn {
  text-align: center;
}
.cid-tSsRb7Kk7U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSsRb7Kk7U .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSsRb7Kk7U .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sshYNgmvN5 {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #f5f7fa;
}
.cid-sshYNgmvN5 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sshYNgmvN5 .panel-title {
  border-bottom: 2px solid #767676;
}
.cid-sshYNgmvN5 .collapsed {
  border: none;
}
.cid-sshYNgmvN5 .panel-body {
  padding-top: 0.5rem;
}
.cid-sshYNgmvN5 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sshYNgmvN5 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sshYNgmvN5 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sshYNgmvN5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sshYNgmvN5 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sshYNgmvN5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sshYNgmvN5 .panel-text {
  color: #767676;
  text-align: center;
}
.cid-sshYNgmvN5 H4 {
  color: #767676;
  text-transform: uppercase;
  text-align: center;
}
.cid-sshYNgmvN5 H3 {
  text-align: center;
}
.cid-sF2lFH537K {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f7ed4a;
}
.cid-sF2lFH537K .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sF2lFH537K .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sF2lFH537K .socicon {
  font-size: 1.3rem;
  background: #f7ed4a;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sF2lFH537K .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sF2lFH537K .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sF2lFH537K .text2 {
  color: #000000;
  text-align: left;
}
.cid-sF2lFH537K .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sF2lFH537K .logo-title {
  text-align: center;
}
.cid-sF2lFH537K .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-sF2lFH537K .links {
  text-align: center;
  color: #656565;
}
.cid-sF2lFH537K .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sEWYpPggG1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-sEWYpPggG1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sEWYpPggG1 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sEWYpPggG1 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sEWYpPggG1 p {
  line-height: 1.6;
}
.cid-sEWYpPggG1 .rev,
.cid-sEWYpPggG1 .mbr-iconfont {
  display: inline-block;
}
.cid-sEWYpPggG1 .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sEWYpPggG1 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-sEWYpPggG1 .card-box {
  padding: 1.5rem;
}
.cid-sEWYpPggG1 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sEWYpPggG1 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sEWYpPggG1 .mbr-section-title,
.cid-sEWYpPggG1 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sEWYpPggG1 .rev {
  text-align: left;
}
.cid-sEWYpPggG1 .card-text,
.cid-sEWYpPggG1 .mbr-section-btn,
.cid-sEWYpPggG1 .ico-line {
  text-align: center;
  color: #000000;
}
.cid-sEWYpPggG1 .rev i {
  color: #0a1c44;
}
.cid-sI22zlUEMW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sI22zlUEMW .mbr-section-subtitle {
  color: #767676;
}
.cid-sI22zlUEMW .container-table {
  margin: 0 auto;
}
.cid-sI22zlUEMW table.dataTable thead .sorting:before,
.cid-sI22zlUEMW table.dataTable thead .sorting:after,
.cid-sI22zlUEMW table.dataTable thead .sorting_asc:before,
.cid-sI22zlUEMW table.dataTable thead .sorting_asc:after,
.cid-sI22zlUEMW table.dataTable thead .sorting_desc:before,
.cid-sI22zlUEMW table.dataTable thead .sorting_desc:after,
.cid-sI22zlUEMW table.dataTable thead .sorting_asc_disabled:before,
.cid-sI22zlUEMW table.dataTable thead .sorting_asc_disabled:after,
.cid-sI22zlUEMW table.dataTable thead .sorting_desc_disabled:before,
.cid-sI22zlUEMW table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-sI22zlUEMW .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sI22zlUEMW .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-sI22zlUEMW .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sI22zlUEMW .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sI22zlUEMW .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #0a1c44;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-sI22zlUEMW .head-item:hover {
  background: #0a1c44;
  color: inherit;
}
.cid-sI22zlUEMW .table-heads {
  color: #ffffff;
}
.cid-sI22zlUEMW .dataTables_wrapper {
  display: block;
}
.cid-sI22zlUEMW .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sI22zlUEMW .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sI22zlUEMW table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-sI22zlUEMW table td,
.cid-sI22zlUEMW table th {
  white-space: nowrap;
}
.cid-sI22zlUEMW table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-sI22zlUEMW table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-sI22zlUEMW table td {
  border-top: 1px solid #e9e9e9;
}
.cid-sI22zlUEMW table.table {
  background: #ffffff;
}
.cid-sI22zlUEMW .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sI22zlUEMW .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sI22zlUEMW .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sI22zlUEMW .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sI22zlUEMW .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sI22zlUEMW .dataTables_filter {
    text-align: center;
  }
  .cid-sI22zlUEMW .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sI22zlUEMW .mbr-section-title,
.cid-sI22zlUEMW .line-wrap {
  text-align: center;
}
.cid-sI22zlUEMW .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-sI22zlUEMW .body-item {
  text-align: center;
}
.cid-ssi1WvyqVI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7ed4a;
}
.cid-ssi1WvyqVI .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-ssi1WvyqVI .container {
  max-width: 1500px;
}
.cid-ssi1WvyqVI .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ssi1WvyqVI .container {
    padding: 0 4rem;
  }
}
.cid-ssi1WvyqVI .mbr-text,
.cid-ssi1WvyqVI .mbr-section-btn {
  color: #000000;
}
.cid-ssi1WvyqVI .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-ssi1WvyqVI .btn .mbr-iconfont {
  order: 2;
}
.cid-ssi1WvyqVI .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-ssi1WvyqVI .align-left {
    text-align: center;
  }
  .cid-ssi1WvyqVI .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-ssi1WvyqVI H3 {
  color: #000000;
}
.cid-syjVmoiIHa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syjVmoiIHa .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-syjVmoiIHa .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-syjVmoiIHa .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syjVmoiIHa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-syjVmoiIHa .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-syjVmoiIHa .text2 {
  color: #000000;
  text-align: left;
}
.cid-syjVmoiIHa .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-syjVmoiIHa .logo-title {
  text-align: center;
}
.cid-syjVmoiIHa .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-syjVmoiIHa .links {
  text-align: center;
  color: #656565;
}
.cid-syjVmoiIHa .logo-sub-title i {
  color: #9e9e9e;
}
.cid-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sujc89IRSc {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sujc89IRSc .mbr-text {
  position: relative;
}
.cid-sujc89IRSc .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sujc89IRSc img {
  object-fit: contain;
}
.cid-sujc89IRSc .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sujc89IRSc .mbr-text:after,
  .cid-sujc89IRSc .mbr-text:before {
    display: none;
  }
}
.cid-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sxY5D6Bfyb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #6879ef;
}
.cid-sxY5D6Bfyb .content__block {
  padding: 50px 15px;
}
.cid-sxY5D6Bfyb .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #3931d4;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sxY5D6Bfyb .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sxY5D6Bfyb .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sxY5D6Bfyb .image {
  perspective: 3500px;
  position: relative;
}
.cid-sxY5D6Bfyb .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(104, 121, 239, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sxY5D6Bfyb .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sxY5D6Bfyb .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sxY5D6Bfyb .mbr-section-btn .btn-white-outline:hover {
  color: #3931d4 !important;
}
@media (max-width: 991px) {
  .cid-sxY5D6Bfyb .content__block {
    padding: 30px 15px;
  }
  .cid-sxY5D6Bfyb .mbr-figure {
    padding: 0;
  }
  .cid-sxY5D6Bfyb .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(104, 121, 239, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sxY5D6Bfyb .lg-push {
    right: 1%;
  }
  .cid-sxY5D6Bfyb .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sxY5D6Bfyb .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sxY5D6Bfyb .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sxY5D6Bfyb .mbr-section-title {
  text-align: center;
}
.cid-sxY5D6Bfyb .mbr-text,
.cid-sxY5D6Bfyb .mbr-section-btn {
  text-align: center;
}
.cid-suLa8jgzc5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suLa8jgzc5 .mbr-text {
  position: relative;
}
.cid-suLa8jgzc5 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suLa8jgzc5 img {
  object-fit: contain;
}
.cid-suLa8jgzc5 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suLa8jgzc5 .mbr-text:after,
  .cid-suLa8jgzc5 .mbr-text:before {
    display: none;
  }
}
.cid-suLa8jwMo7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suLa8jwMo7 .mbr-text {
  position: relative;
}
.cid-suLa8jwMo7 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suLa8jwMo7 img {
  object-fit: contain;
}
.cid-suLa8jwMo7 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suLa8jwMo7 .mbr-text:after,
  .cid-suLa8jwMo7 .mbr-text:before {
    display: none;
  }
}
.cid-sxtyFpQoa9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtyFpQoa9 .mbr-text {
  position: relative;
}
.cid-sxtyFpQoa9 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtyFpQoa9 img {
  object-fit: contain;
}
.cid-sxtyFpQoa9 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtyFpQoa9 .mbr-text:after,
  .cid-sxtyFpQoa9 .mbr-text:before {
    display: none;
  }
}
.cid-sxtyTLVIlk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtyTLVIlk .mbr-text {
  position: relative;
}
.cid-sxtyTLVIlk .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtyTLVIlk img {
  object-fit: contain;
}
.cid-sxtyTLVIlk .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtyTLVIlk .mbr-text:after,
  .cid-sxtyTLVIlk .mbr-text:before {
    display: none;
  }
}
.cid-sxtz7NnLJs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtz7NnLJs .mbr-text {
  position: relative;
}
.cid-sxtz7NnLJs .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtz7NnLJs img {
  object-fit: contain;
}
.cid-sxtz7NnLJs .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtz7NnLJs .mbr-text:after,
  .cid-sxtz7NnLJs .mbr-text:before {
    display: none;
  }
}
.cid-suLa8jPnsh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-suLa8jPnsh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-suLa8jPnsh .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #1ab34e;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-suLa8jPnsh .separline .step-wrapper {
    position: relative;
  }
  .cid-suLa8jPnsh .separline .step-wrapper:before,
  .cid-suLa8jPnsh .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #1ab34e;
  }
  .cid-suLa8jPnsh .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-suLa8jPnsh .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-suLa8jPnsh .separline.last-child .step-wrapper:after,
  .cid-suLa8jPnsh .separline:nth-child(3n) .step-wrapper:after,
  .cid-suLa8jPnsh .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-suLa8jPnsh .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-suLa8kf4xt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suLa8kf4xt .mbr-text {
  position: relative;
}
.cid-suLa8kf4xt .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suLa8kf4xt .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suLa8kf4xt .mbr-text:after,
  .cid-suLa8kf4xt .mbr-text:before {
    display: none;
  }
}
.cid-sxtzHH3DWO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtzHH3DWO .mbr-text {
  position: relative;
}
.cid-sxtzHH3DWO .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtzHH3DWO img {
  object-fit: contain;
}
.cid-sxtzHH3DWO .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtzHH3DWO .mbr-text:after,
  .cid-sxtzHH3DWO .mbr-text:before {
    display: none;
  }
}
.cid-sxtzR0TcF7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtzR0TcF7 .mbr-text {
  position: relative;
}
.cid-sxtzR0TcF7 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtzR0TcF7 img {
  object-fit: contain;
}
.cid-sxtzR0TcF7 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtzR0TcF7 .mbr-text:after,
  .cid-sxtzR0TcF7 .mbr-text:before {
    display: none;
  }
}
.cid-sxtzRwz7O6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtzRwz7O6 .mbr-text {
  position: relative;
}
.cid-sxtzRwz7O6 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtzRwz7O6 img {
  object-fit: contain;
}
.cid-sxtzRwz7O6 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtzRwz7O6 .mbr-text:after,
  .cid-sxtzRwz7O6 .mbr-text:before {
    display: none;
  }
}
.cid-sxtAipG4Gb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtAipG4Gb .mbr-text {
  position: relative;
}
.cid-sxtAipG4Gb .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtAipG4Gb img {
  object-fit: contain;
}
.cid-sxtAipG4Gb .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtAipG4Gb .mbr-text:after,
  .cid-sxtAipG4Gb .mbr-text:before {
    display: none;
  }
}
.cid-sxtAAmZDNS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtAAmZDNS .mbr-text {
  position: relative;
}
.cid-sxtAAmZDNS .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtAAmZDNS img {
  object-fit: contain;
}
.cid-sxtAAmZDNS .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtAAmZDNS .mbr-text:after,
  .cid-sxtAAmZDNS .mbr-text:before {
    display: none;
  }
}
.cid-sxtAAUT8dC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtAAUT8dC .mbr-text {
  position: relative;
}
.cid-sxtAAUT8dC .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtAAUT8dC img {
  object-fit: contain;
}
.cid-sxtAAUT8dC .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtAAUT8dC .mbr-text:after,
  .cid-sxtAAUT8dC .mbr-text:before {
    display: none;
  }
}
.cid-sxtABmoSTE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtABmoSTE .mbr-text {
  position: relative;
}
.cid-sxtABmoSTE .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtABmoSTE img {
  object-fit: contain;
}
.cid-sxtABmoSTE .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtABmoSTE .mbr-text:after,
  .cid-sxtABmoSTE .mbr-text:before {
    display: none;
  }
}
.cid-sxtAC00rOj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxtAC00rOj .mbr-text {
  position: relative;
}
.cid-sxtAC00rOj .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxtAC00rOj img {
  object-fit: contain;
}
.cid-sxtAC00rOj .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxtAC00rOj .mbr-text:after,
  .cid-sxtAC00rOj .mbr-text:before {
    display: none;
  }
}
.cid-suLa8lONgN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suLa8lONgN .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-suLa8lONgN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-suLa8lONgN .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suLa8lONgN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-suLa8lONgN .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-suLa8lONgN .text2 {
  color: #000000;
  text-align: left;
}
.cid-suLa8lONgN .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-suLa8lONgN .logo-title {
  text-align: center;
}
.cid-suLa8lONgN .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-suLa8lONgN .links {
  text-align: center;
  color: #656565;
}
.cid-suLa8lONgN .logo-sub-title i {
  color: #9e9e9e;
}
.cid-svZlVbBZvj.popup-builder {
  background-color: #ffffff;
}
.cid-svZlVbBZvj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svZlVbBZvj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svZlVbBZvj .modal-content,
.cid-svZlVbBZvj .modal-dialog {
  height: auto;
}
.cid-svZlVbBZvj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svZlVbBZvj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svZlVbBZvj .form-wrapper .mbr-form .form-group,
  .cid-svZlVbBZvj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svZlVbBZvj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svZlVbBZvj .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-svZlVbBZvj .mbr-text {
  text-align: center;
}
.cid-svZlVbBZvj .pt-0 {
  padding-top: 0 !important;
}
.cid-svZlVbBZvj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svZlVbBZvj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svZlVbBZvj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svZlVbBZvj .modal-open {
  overflow: hidden;
}
.cid-svZlVbBZvj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svZlVbBZvj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svZlVbBZvj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svZlVbBZvj .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-svZlVbBZvj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svZlVbBZvj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svZlVbBZvj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svZlVbBZvj .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-svZlVbBZvj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svZlVbBZvj .modal-backdrop.fade {
  opacity: 0;
}
.cid-svZlVbBZvj .modal-backdrop.show {
  opacity: .5;
}
.cid-svZlVbBZvj .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-svZlVbBZvj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svZlVbBZvj .modal-header .close:hover {
  opacity: 1;
}
.cid-svZlVbBZvj .modal-header .close:focus {
  outline: none;
}
.cid-svZlVbBZvj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-svZlVbBZvj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svZlVbBZvj .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-svZlVbBZvj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svZlVbBZvj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svZlVbBZvj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svZlVbBZvj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svZlVbBZvj .modal-sm {
    max-width: 300px;
  }
  .cid-svZlVbBZvj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svZlVbBZvj .modal-lg,
  .cid-svZlVbBZvj .modal-xl {
    max-width: 800px;
  }
  .cid-svZlVbBZvj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svZlVbBZvj .modal-xl {
    max-width: 1140px;
  }
  .cid-svZlVbBZvj .container {
    max-width: 1140px;
  }
}
.cid-svZlVbBZvj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svZlVbBZvj .container {
    max-width: 720px;
  }
}
.cid-svZlVbBZvj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svZlVbBZvj .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-svZlVbBZvj .form-group {
  margin-bottom: 1rem;
}
.cid-svZlVbBZvj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svZlVbBZvj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svZlVbBZvj .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-sxtBYJiiqJ.popup-builder {
  background-color: #ffffff;
}
.cid-sxtBYJiiqJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sxtBYJiiqJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sxtBYJiiqJ .modal-content,
.cid-sxtBYJiiqJ .modal-dialog {
  height: auto;
}
.cid-sxtBYJiiqJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sxtBYJiiqJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sxtBYJiiqJ .form-wrapper .mbr-form .form-group,
  .cid-sxtBYJiiqJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sxtBYJiiqJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sxtBYJiiqJ .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-sxtBYJiiqJ .mbr-text {
  text-align: center;
}
.cid-sxtBYJiiqJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sxtBYJiiqJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sxtBYJiiqJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sxtBYJiiqJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sxtBYJiiqJ .modal-open {
  overflow: hidden;
}
.cid-sxtBYJiiqJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sxtBYJiiqJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sxtBYJiiqJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sxtBYJiiqJ .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-sxtBYJiiqJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sxtBYJiiqJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sxtBYJiiqJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sxtBYJiiqJ .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-sxtBYJiiqJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sxtBYJiiqJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sxtBYJiiqJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sxtBYJiiqJ .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-sxtBYJiiqJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sxtBYJiiqJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sxtBYJiiqJ .modal-header .close:focus {
  outline: none;
}
.cid-sxtBYJiiqJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sxtBYJiiqJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sxtBYJiiqJ .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-sxtBYJiiqJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sxtBYJiiqJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sxtBYJiiqJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sxtBYJiiqJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sxtBYJiiqJ .modal-sm {
    max-width: 300px;
  }
  .cid-sxtBYJiiqJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sxtBYJiiqJ .modal-lg,
  .cid-sxtBYJiiqJ .modal-xl {
    max-width: 800px;
  }
  .cid-sxtBYJiiqJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sxtBYJiiqJ .modal-xl {
    max-width: 1140px;
  }
  .cid-sxtBYJiiqJ .container {
    max-width: 1140px;
  }
}
.cid-sxtBYJiiqJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sxtBYJiiqJ .container {
    max-width: 720px;
  }
}
.cid-sxtBYJiiqJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sxtBYJiiqJ .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-sxtBYJiiqJ .form-group {
  margin-bottom: 1rem;
}
.cid-sxtBYJiiqJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sxtBYJiiqJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sxtBYJiiqJ .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-sxY7UaMZjY .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sxY7UaMZjY .navbar-fixed-top {
  padding-top: 0;
}
.cid-sxY7UaMZjY .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .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-sxY7UaMZjY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxY7UaMZjY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxY7UaMZjY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxY7UaMZjY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .dropdown-item {
  padding: 0;
}
.cid-sxY7UaMZjY .dropdown-item,
.cid-sxY7UaMZjY .nav-link,
.cid-sxY7UaMZjY .brand-name {
  font-style: normal;
}
.cid-sxY7UaMZjY .dropdown-item:hover,
.cid-sxY7UaMZjY .nav-link:hover,
.cid-sxY7UaMZjY .brand-name:hover {
  color: #3931d4 !important;
}
.cid-sxY7UaMZjY .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sxY7UaMZjY .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxY7UaMZjY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sxY7UaMZjY .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .content-text {
  margin-bottom: 0;
}
.cid-sxY7UaMZjY .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sxY7UaMZjY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-sxY7UaMZjY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sxY7UaMZjY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sxY7UaMZjY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sxY7UaMZjY .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sxY7UaMZjY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sxY7UaMZjY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sxY7UaMZjY .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxY7UaMZjY .nav-dropdown .link {
  font-weight: 400;
}
.cid-sxY7UaMZjY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sxY7UaMZjY .content-right-side {
  text-align: center;
}
.cid-sxY7UaMZjY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sxY7UaMZjY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sxY7UaMZjY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxY7UaMZjY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sxY7UaMZjY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sxY7UaMZjY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sxY7UaMZjY .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sxY7UaMZjY .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sxY7UaMZjY .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sxY7UaMZjY .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sxY7UaMZjY .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sxY7UaMZjY .navbar {
    display: block;
    padding: 0;
  }
  .cid-sxY7UaMZjY .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sxY7UaMZjY .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-sxY7UaMZjY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sxY7UaMZjY .navbar-toggler {
    display: none;
  }
  .cid-sxY7UaMZjY .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sxY7UaMZjY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sxY7UaMZjY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxY7UaMZjY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sxY7UaMZjY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sxY7UaMZjY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxY7UaMZjY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxY7UaMZjY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxY7UaMZjY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sxY7UaMZjY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxY7UaMZjY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sxY7UaMZjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxY7UaMZjY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sxY7UaMZjY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxY7UaMZjY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxY7UaMZjY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxY7UaMZjY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxY7UaMZjY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sxY7UaMZjY button.navbar-toggler:focus {
  outline: none;
}
.cid-sxY7UaMZjY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sxY7UaMZjY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxY7UaMZjY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxY7UaMZjY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxY7UaMZjY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxY7UaMZjY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxY7UaMZjY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxY7UaMZjY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxY7UaMZjY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxY7UaMZjY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxY7UaMZjY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxY7UaMZjY .collapsed .btn {
  display: flex;
}
.cid-sxY7UaMZjY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxY7UaMZjY .collapsed .navbar-collapse.collapsing,
.cid-sxY7UaMZjY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxY7UaMZjY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxY7UaMZjY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxY7UaMZjY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxY7UaMZjY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxY7UaMZjY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxY7UaMZjY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sxY7UaMZjY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxY7UaMZjY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxY7UaMZjY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sxY7UaMZjY .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxY7UaMZjY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sxY7UaMZjY .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxY7UaMZjY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxY7UaMZjY .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-sxY7UaMZjY .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sxY7UaMZjY .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sxY7UaMZjY .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sxY7UaMZjY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sxY7UaMZjY .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-sxY7UaMZjY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxY7UaMZjY .navbar-collapse.collapsing,
  .cid-sxY7UaMZjY .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxY7UaMZjY .navbar-collapse.collapsing .navbar-nav,
  .cid-sxY7UaMZjY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxY7UaMZjY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxY7UaMZjY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxY7UaMZjY .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxY7UaMZjY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sxY7UaMZjY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxY7UaMZjY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxY7UaMZjY img {
    height: 3.8rem !important;
  }
  .cid-sxY7UaMZjY .btn {
    display: flex;
  }
  .cid-sxY7UaMZjY button.navbar-toggler {
    display: block;
  }
  .cid-sxY7UaMZjY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sxY7UaMZjY .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sxY7UaMZjY .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-sxY7UaMZjY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxY7UaMZjY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxY7UaMZjY .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-sxY7UaMZjY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sxY7UaMZjY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sxY7UaMZjY .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sxY7UaMZjY .nav-link:focus {
  outline: none;
}
.cid-sxY7UaMZjY .navbar-toggler {
  position: relative;
}
.cid-sxY7UaMZjY .dropdown-item.active,
.cid-sxY7UaMZjY .dropdown-item:active {
  color: initial;
}
.cid-sxY7UaMZjY .widget-title,
.cid-sxY7UaMZjY .widget-icon {
  color: #e9e9e9;
}
.cid-sxY7UaMZjY .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sxY7UaMZjY .menu-logo {
    display: none;
  }
  .cid-sxY7UaMZjY .navbar {
    padding: 0;
  }
  .cid-sxY7UaMZjY .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sxY7UaMZjY button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sxY7U43aWw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #6879ef;
}
.cid-sxY7U43aWw .content__block {
  padding: 50px 15px;
}
.cid-sxY7U43aWw .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #3931d4;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sxY7U43aWw .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sxY7U43aWw .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sxY7U43aWw .image {
  perspective: 3500px;
  position: relative;
}
.cid-sxY7U43aWw .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(104, 121, 239, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sxY7U43aWw .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sxY7U43aWw .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sxY7U43aWw .mbr-section-btn .btn-white-outline:hover {
  color: #3931d4 !important;
}
@media (max-width: 991px) {
  .cid-sxY7U43aWw .content__block {
    padding: 30px 15px;
  }
  .cid-sxY7U43aWw .mbr-figure {
    padding: 0;
  }
  .cid-sxY7U43aWw .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(104, 121, 239, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sxY7U43aWw .lg-push {
    right: 1%;
  }
  .cid-sxY7U43aWw .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sxY7U43aWw .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sxY7U43aWw .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sxY7U43aWw .mbr-section-title {
  text-align: center;
}
.cid-sxY7U4VYmM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U4VYmM .mbr-text {
  position: relative;
}
.cid-sxY7U4VYmM .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U4VYmM img {
  object-fit: contain;
}
.cid-sxY7U4VYmM .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U4VYmM .mbr-text:after,
  .cid-sxY7U4VYmM .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U5i32b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U5i32b .mbr-text {
  position: relative;
}
.cid-sxY7U5i32b .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U5i32b img {
  object-fit: contain;
}
.cid-sxY7U5i32b .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U5i32b .mbr-text:after,
  .cid-sxY7U5i32b .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U5GnVy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U5GnVy .mbr-text {
  position: relative;
}
.cid-sxY7U5GnVy .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U5GnVy img {
  object-fit: contain;
}
.cid-sxY7U5GnVy .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U5GnVy .mbr-text:after,
  .cid-sxY7U5GnVy .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U61EQx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U61EQx .mbr-text {
  position: relative;
}
.cid-sxY7U61EQx .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U61EQx img {
  object-fit: contain;
}
.cid-sxY7U61EQx .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U61EQx .mbr-text:after,
  .cid-sxY7U61EQx .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U6oB75 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U6oB75 .mbr-text {
  position: relative;
}
.cid-sxY7U6oB75 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U6oB75 img {
  object-fit: contain;
}
.cid-sxY7U6oB75 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U6oB75 .mbr-text:after,
  .cid-sxY7U6oB75 .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U7rwMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U7rwMH .mbr-text {
  position: relative;
}
.cid-sxY7U7rwMH .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U7rwMH .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U7rwMH .mbr-text:after,
  .cid-sxY7U7rwMH .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U7Jazx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U7Jazx .mbr-text {
  position: relative;
}
.cid-sxY7U7Jazx .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U7Jazx img {
  object-fit: contain;
}
.cid-sxY7U7Jazx .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U7Jazx .mbr-text:after,
  .cid-sxY7U7Jazx .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U81ijs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U81ijs .mbr-text {
  position: relative;
}
.cid-sxY7U81ijs .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U81ijs img {
  object-fit: contain;
}
.cid-sxY7U81ijs .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U81ijs .mbr-text:after,
  .cid-sxY7U81ijs .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U8iDjc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U8iDjc .mbr-text {
  position: relative;
}
.cid-sxY7U8iDjc .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U8iDjc img {
  object-fit: contain;
}
.cid-sxY7U8iDjc .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U8iDjc .mbr-text:after,
  .cid-sxY7U8iDjc .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U8Axiw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U8Axiw .mbr-text {
  position: relative;
}
.cid-sxY7U8Axiw .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U8Axiw img {
  object-fit: contain;
}
.cid-sxY7U8Axiw .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U8Axiw .mbr-text:after,
  .cid-sxY7U8Axiw .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U8VXJA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U8VXJA .mbr-text {
  position: relative;
}
.cid-sxY7U8VXJA .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U8VXJA img {
  object-fit: contain;
}
.cid-sxY7U8VXJA .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U8VXJA .mbr-text:after,
  .cid-sxY7U8VXJA .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U9eniM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U9eniM .mbr-text {
  position: relative;
}
.cid-sxY7U9eniM .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U9eniM img {
  object-fit: contain;
}
.cid-sxY7U9eniM .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U9eniM .mbr-text:after,
  .cid-sxY7U9eniM .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U9wKH5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U9wKH5 .mbr-text {
  position: relative;
}
.cid-sxY7U9wKH5 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U9wKH5 img {
  object-fit: contain;
}
.cid-sxY7U9wKH5 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U9wKH5 .mbr-text:after,
  .cid-sxY7U9wKH5 .mbr-text:before {
    display: none;
  }
}
.cid-sxY7U9TSIq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxY7U9TSIq .mbr-text {
  position: relative;
}
.cid-sxY7U9TSIq .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sxY7U9TSIq img {
  object-fit: contain;
}
.cid-sxY7U9TSIq .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sxY7U9TSIq .mbr-text:after,
  .cid-sxY7U9TSIq .mbr-text:before {
    display: none;
  }
}
.cid-sxYhgVoEat {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxYhgVoEat .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-sxYhgVoEat .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sxYhsSTAUe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxYhsSTAUe .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-sxYhsSTAUe .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sxYhznJf1q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxYhznJf1q .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-sxYhznJf1q .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sxYhHiMeKV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxYhHiMeKV .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-sxYhHiMeKV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sxY7UabYaz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxY7UabYaz .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sxY7UabYaz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sxY7UabYaz .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxY7UabYaz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sxY7UabYaz .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sxY7UabYaz .text2 {
  color: #000000;
  text-align: left;
}
.cid-sxY7UabYaz .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sxY7UabYaz .logo-title {
  text-align: center;
}
.cid-sxY7UabYaz .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-sxY7UabYaz .links {
  text-align: center;
  color: #656565;
}
.cid-sxY7UabYaz .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sxY7UbreF8.popup-builder {
  background-color: #ffffff;
}
.cid-sxY7UbreF8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sxY7UbreF8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sxY7UbreF8 .modal-content,
.cid-sxY7UbreF8 .modal-dialog {
  height: auto;
}
.cid-sxY7UbreF8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sxY7UbreF8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sxY7UbreF8 .form-wrapper .mbr-form .form-group,
  .cid-sxY7UbreF8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sxY7UbreF8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sxY7UbreF8 .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-sxY7UbreF8 .mbr-text {
  text-align: center;
}
.cid-sxY7UbreF8 .pt-0 {
  padding-top: 0 !important;
}
.cid-sxY7UbreF8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sxY7UbreF8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sxY7UbreF8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sxY7UbreF8 .modal-open {
  overflow: hidden;
}
.cid-sxY7UbreF8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sxY7UbreF8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sxY7UbreF8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sxY7UbreF8 .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-sxY7UbreF8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sxY7UbreF8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sxY7UbreF8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sxY7UbreF8 .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-sxY7UbreF8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sxY7UbreF8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sxY7UbreF8 .modal-backdrop.show {
  opacity: .5;
}
.cid-sxY7UbreF8 .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-sxY7UbreF8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sxY7UbreF8 .modal-header .close:hover {
  opacity: 1;
}
.cid-sxY7UbreF8 .modal-header .close:focus {
  outline: none;
}
.cid-sxY7UbreF8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sxY7UbreF8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sxY7UbreF8 .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-sxY7UbreF8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sxY7UbreF8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sxY7UbreF8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sxY7UbreF8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sxY7UbreF8 .modal-sm {
    max-width: 300px;
  }
  .cid-sxY7UbreF8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sxY7UbreF8 .modal-lg,
  .cid-sxY7UbreF8 .modal-xl {
    max-width: 800px;
  }
  .cid-sxY7UbreF8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sxY7UbreF8 .modal-xl {
    max-width: 1140px;
  }
  .cid-sxY7UbreF8 .container {
    max-width: 1140px;
  }
}
.cid-sxY7UbreF8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sxY7UbreF8 .container {
    max-width: 720px;
  }
}
.cid-sxY7UbreF8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sxY7UbreF8 .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-sxY7UbreF8 .form-group {
  margin-bottom: 1rem;
}
.cid-sxY7UbreF8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sxY7UbreF8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sxY7UbreF8 .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-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tOCEmMx9Fo {
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-tOCEmMx9Fo .mbr-section-title {
  color: #ffffff;
}
.cid-tOCEmMx9Fo .mbr-section-title DIV {
  text-align: center;
}
.cid-tOCEmMx9Fo .mbr-text,
.cid-tOCEmMx9Fo .mbr-section-btn {
  text-align: center;
}
.cid-tRNVWzAKPI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-tRNVWzAKPI .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tRNVWzAKPI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOCEp3ZgqI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-tOCEp3ZgqI .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tOCEp3ZgqI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOCEp3ZgqI img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-tOCEp3ZgqI .mbr-image-title {
  text-align: center;
  color: #020202;
}
.cid-tOCEp3ZgqI .mbr-text P {
  text-align: center;
}
.cid-tOCEDWl4GP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOCEDWl4GP .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tOCEDWl4GP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOCEoqniOu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOCEoqniOu .mbr-section-subtitle {
  color: #767676;
}
.cid-tOCEoqniOu .container-table {
  margin: 0 auto;
}
.cid-tOCEoqniOu table.dataTable thead .sorting:before,
.cid-tOCEoqniOu table.dataTable thead .sorting:after,
.cid-tOCEoqniOu table.dataTable thead .sorting_asc:before,
.cid-tOCEoqniOu table.dataTable thead .sorting_asc:after,
.cid-tOCEoqniOu table.dataTable thead .sorting_desc:before,
.cid-tOCEoqniOu table.dataTable thead .sorting_desc:after,
.cid-tOCEoqniOu table.dataTable thead .sorting_asc_disabled:before,
.cid-tOCEoqniOu table.dataTable thead .sorting_asc_disabled:after,
.cid-tOCEoqniOu table.dataTable thead .sorting_desc_disabled:before,
.cid-tOCEoqniOu table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-tOCEoqniOu .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tOCEoqniOu .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-tOCEoqniOu .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tOCEoqniOu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tOCEoqniOu .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #48d678;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.cid-tOCEoqniOu .head-item:hover {
  background: #48d678;
  color: inherit;
}
.cid-tOCEoqniOu .table-heads {
  color: #ffffff;
}
.cid-tOCEoqniOu .dataTables_wrapper {
  display: block;
}
.cid-tOCEoqniOu .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tOCEoqniOu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tOCEoqniOu table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-tOCEoqniOu table td,
.cid-tOCEoqniOu table th {
  white-space: nowrap;
}
.cid-tOCEoqniOu table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-tOCEoqniOu table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-tOCEoqniOu table td {
  border-top: 1px solid #e9e9e9;
}
.cid-tOCEoqniOu .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tOCEoqniOu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tOCEoqniOu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tOCEoqniOu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tOCEoqniOu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tOCEoqniOu .dataTables_filter {
    text-align: center;
  }
  .cid-tOCEoqniOu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tOCEoqniOu .mbr-section-title,
.cid-tOCEoqniOu .line-wrap {
  text-align: center;
}
.cid-tOCEoqniOu .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tOCEoqniOu .body-item {
  text-align: center;
}
.cid-tOCEt9ESfa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOCEt9ESfa .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tOCEt9ESfa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOCEHBWKtV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tOCEHBWKtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOCEHBWKtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOCEHBWKtV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOCEHBWKtV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOCEHBWKtV .container {
    padding: 0;
  }
}
.cid-tOCEHBWKtV .row {
  justify-content: center;
}
.cid-tOCEHBWKtV .panel-group .card {
  padding: 50px 160px;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
.cid-tOCEHBWKtV .panel-group .card:first-child {
  border-top: 1px solid #263652;
}
@media (max-width: 992px) {
  .cid-tOCEHBWKtV .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tOCEHBWKtV .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tOCEHBWKtV .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tOCEHBWKtV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tOCEHBWKtV .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tOCEHBWKtV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #d17756;
}
.cid-tOCEHBWKtV .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tOCEHBWKtV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tOCEHBWKtV .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tOCEHBWKtV .mbr-section-btn-main {
  margin-top: 90px;
  text-align: center;
}
.cid-tOCEHBWKtV .mbr-section-btn-main .btn {
  border-bottom: 2px solid #263652 !important;
}
@media (max-width: 992px) {
  .cid-tOCEHBWKtV .mbr-section-btn-main {
    margin-top: 50px;
  }
}
.cid-tOCEHBWKtV .mbr-section-title {
  color: #263652;
}
.cid-tOCEHBWKtV .panel-title-edit,
.cid-tOCEHBWKtV .mbr-iconfont {
  color: #263652;
}
.cid-tOCEHBWKtV .panel-text {
  color: #263652;
}
.cid-tOCEIgzYcW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fdfcfa;
}
.cid-tOCEIgzYcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOCEIgzYcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOCEIgzYcW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOCEIgzYcW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOCEIgzYcW .container {
    padding: 0;
  }
}
.cid-tOCEIgzYcW .row {
  justify-content: center;
}
.cid-tOCEIgzYcW .panel-group .card {
  padding: 50px 160px;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
.cid-tOCEIgzYcW .panel-group .card:first-child {
  border-top: 1px solid #263652;
}
@media (max-width: 992px) {
  .cid-tOCEIgzYcW .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tOCEIgzYcW .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tOCEIgzYcW .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tOCEIgzYcW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tOCEIgzYcW .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tOCEIgzYcW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #d17756;
}
.cid-tOCEIgzYcW .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tOCEIgzYcW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tOCEIgzYcW .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tOCEIgzYcW .mbr-section-btn-main {
  margin-top: 90px;
  text-align: center;
}
.cid-tOCEIgzYcW .mbr-section-btn-main .btn {
  border-bottom: 2px solid #263652 !important;
}
@media (max-width: 992px) {
  .cid-tOCEIgzYcW .mbr-section-btn-main {
    margin-top: 50px;
  }
}
.cid-tOCEIgzYcW .mbr-section-title {
  color: #263652;
}
.cid-tOCEIgzYcW .panel-title-edit,
.cid-tOCEIgzYcW .mbr-iconfont {
  color: #263652;
}
.cid-tOCEIgzYcW .panel-text {
  color: #263652;
}
.cid-tSuhmfGHRT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSuhmfGHRT .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSuhmfGHRT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSuhz8Dxxa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSuhz8Dxxa .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSuhz8Dxxa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSui8JncoG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSui8JncoG .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSui8JncoG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOHR6UHcLN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tOHR6UHcLN .mbr-overlay {
  z-index: 1;
}
.cid-tOHR6UHcLN .content-container {
  overflow: hidden;
}
.cid-tOHR6UHcLN .carousel,
.cid-tOHR6UHcLN .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tOHR6UHcLN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tOHR6UHcLN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tOHR6UHcLN .carousel-control {
  top: 50%;
  width: max-content;
  height: max-content;
  padding: 18px 30px 12px;
  font-size: 24px;
  background-color: transparent;
  color: #131313;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOHR6UHcLN .carousel-control {
    padding: 18px 0 12px;
  }
}
.cid-tOHR6UHcLN .carousel-control.carousel-control-prev {
  right: auto !important;
  left: 0 !important;
}
@media (max-width: 767px) {
  .cid-tOHR6UHcLN .carousel-control.carousel-control-prev {
    padding-right: 30px;
  }
}
.cid-tOHR6UHcLN .carousel-control.carousel-control-next {
  right: 0 !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .cid-tOHR6UHcLN .carousel-control.carousel-control-next {
    padding-left: 30px;
  }
}
.cid-tOHR6UHcLN .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  width: 100%;
  padding: 0 80px;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .cid-tOHR6UHcLN .item-wrapper {
    padding: 0 25px;
  }
}
.cid-tOHR6UHcLN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  max-width: 100%;
  width: fit-content;
  border-radius: 50%;
  margin: 0 auto 50px;
  padding: 10px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background-color: #fc7942;
}
@media (max-width: 991px) {
  .cid-tOHR6UHcLN .iconfont-wrapper {
    margin: 0 auto 20px;
  }
}
.cid-tOHR6UHcLN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #131313;
}
.cid-tOHR6UHcLN .carousel-caption {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  text-align: center;
  padding: 0 !important;
}
.cid-tOHR6UHcLN .mbr-section-title {
  color: #131313;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-tOHR6UHcLN .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-tOHR6UHcLN .mbr-section-subtitle {
  color: #131313;
  margin-bottom: 0;
}
.cid-tOHR6UHcLN .carousel-inner {
  margin-bottom: 0;
  overflow: visible !important;
}
.cid-tOHR6UHcLN .carousel-inner .item-menu-overlay {
  display: none !important;
  transition: 0s !important;
}
.cid-tOHR6UHcLN .carousel-indicators {
  display: none !important;
}
.cid-syjUQ8bI4c {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syjUQ8bI4c .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-syjUQ8bI4c .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-syjUQ8bI4c .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syjUQ8bI4c .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-syjUQ8bI4c .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-syjUQ8bI4c .text2 {
  color: #000000;
  text-align: left;
}
.cid-syjUQ8bI4c .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-syjUQ8bI4c .logo-title {
  text-align: center;
}
.cid-syjUQ8bI4c .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-syjUQ8bI4c .links {
  text-align: center;
  color: #656565;
}
.cid-syjUQ8bI4c .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tQ1882B8lt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tQ1882B8lt .navbar-fixed-top {
  padding-top: 0;
}
.cid-tQ1882B8lt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tQ1882B8lt .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-tQ1882B8lt .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-tQ1882B8lt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tQ1882B8lt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tQ1882B8lt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tQ1882B8lt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tQ1882B8lt .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-tQ1882B8lt .dropdown-item {
  padding: 0;
}
.cid-tQ1882B8lt .dropdown-item,
.cid-tQ1882B8lt .nav-link,
.cid-tQ1882B8lt .brand-name {
  font-style: normal;
}
.cid-tQ1882B8lt .dropdown-item:hover,
.cid-tQ1882B8lt .nav-link:hover,
.cid-tQ1882B8lt .brand-name:hover {
  color: #3931d4 !important;
}
.cid-tQ1882B8lt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tQ1882B8lt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tQ1882B8lt .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-tQ1882B8lt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tQ1882B8lt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tQ1882B8lt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tQ1882B8lt .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-tQ1882B8lt .content-text {
  margin-bottom: 0;
}
.cid-tQ1882B8lt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tQ1882B8lt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-tQ1882B8lt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tQ1882B8lt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tQ1882B8lt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tQ1882B8lt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tQ1882B8lt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tQ1882B8lt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tQ1882B8lt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQ1882B8lt .nav-dropdown .link {
  font-weight: 400;
}
.cid-tQ1882B8lt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tQ1882B8lt .content-right-side {
  text-align: center;
}
.cid-tQ1882B8lt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tQ1882B8lt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tQ1882B8lt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tQ1882B8lt .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-tQ1882B8lt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tQ1882B8lt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tQ1882B8lt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tQ1882B8lt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tQ1882B8lt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tQ1882B8lt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tQ1882B8lt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tQ1882B8lt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tQ1882B8lt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tQ1882B8lt .navbar {
    display: block;
    padding: 0;
  }
  .cid-tQ1882B8lt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tQ1882B8lt .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-tQ1882B8lt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tQ1882B8lt .navbar-toggler {
    display: none;
  }
  .cid-tQ1882B8lt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tQ1882B8lt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tQ1882B8lt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tQ1882B8lt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tQ1882B8lt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tQ1882B8lt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tQ1882B8lt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQ1882B8lt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tQ1882B8lt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tQ1882B8lt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tQ1882B8lt .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-tQ1882B8lt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ1882B8lt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tQ1882B8lt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tQ1882B8lt .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-tQ1882B8lt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tQ1882B8lt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQ1882B8lt .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-tQ1882B8lt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tQ1882B8lt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tQ1882B8lt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tQ1882B8lt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tQ1882B8lt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tQ1882B8lt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tQ1882B8lt button.navbar-toggler:focus {
  outline: none;
}
.cid-tQ1882B8lt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tQ1882B8lt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ1882B8lt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1882B8lt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1882B8lt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ1882B8lt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1882B8lt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ1882B8lt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ1882B8lt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1882B8lt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ1882B8lt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ1882B8lt .collapsed .btn {
  display: flex;
}
.cid-tQ1882B8lt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tQ1882B8lt .collapsed .navbar-collapse.collapsing,
.cid-tQ1882B8lt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tQ1882B8lt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tQ1882B8lt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tQ1882B8lt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tQ1882B8lt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tQ1882B8lt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tQ1882B8lt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tQ1882B8lt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tQ1882B8lt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tQ1882B8lt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tQ1882B8lt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tQ1882B8lt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tQ1882B8lt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tQ1882B8lt .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-tQ1882B8lt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tQ1882B8lt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tQ1882B8lt .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-tQ1882B8lt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tQ1882B8lt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tQ1882B8lt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tQ1882B8lt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tQ1882B8lt .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-tQ1882B8lt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tQ1882B8lt .navbar-collapse.collapsing,
  .cid-tQ1882B8lt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tQ1882B8lt .navbar-collapse.collapsing .navbar-nav,
  .cid-tQ1882B8lt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tQ1882B8lt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tQ1882B8lt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tQ1882B8lt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tQ1882B8lt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tQ1882B8lt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tQ1882B8lt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tQ1882B8lt img {
    height: 3.8rem !important;
  }
  .cid-tQ1882B8lt .btn {
    display: flex;
  }
  .cid-tQ1882B8lt button.navbar-toggler {
    display: block;
  }
  .cid-tQ1882B8lt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tQ1882B8lt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tQ1882B8lt .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-tQ1882B8lt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tQ1882B8lt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tQ1882B8lt .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-tQ1882B8lt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tQ1882B8lt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tQ1882B8lt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tQ1882B8lt .nav-link:focus {
  outline: none;
}
.cid-tQ1882B8lt .navbar-toggler {
  position: relative;
}
.cid-tQ1882B8lt .dropdown-item.active,
.cid-tQ1882B8lt .dropdown-item:active {
  color: initial;
}
.cid-tQ1882B8lt .widget-title,
.cid-tQ1882B8lt .widget-icon {
  color: #e9e9e9;
}
.cid-tQ1882B8lt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tQ1882B8lt .menu-logo {
    display: none;
  }
  .cid-tQ1882B8lt .navbar {
    padding: 0;
  }
  .cid-tQ1882B8lt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tQ1882B8lt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tQ1883Upx3 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tQ1884uMqw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tQ1884uMqw .mbr-text {
  margin: 0;
}
.cid-tQ1884uMqw .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-tQ1884uMqw .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tQ1884uMqw .row-element,
.cid-tQ1884uMqw .image-element {
  padding: 0;
}
.cid-tQ1884uMqw .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQ1884uMqw .image-element .img-wrap {
  width: 100% !important;
}
.cid-tQ1884uMqw .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tQ1884uMqw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQ1884uMqw .carousel-item.active,
.cid-tQ1884uMqw .carousel-item-next,
.cid-tQ1884uMqw .carousel-item-prev {
  display: flex;
}
.cid-tQ1884uMqw .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-tQ1884uMqw .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #3931d4;
}
.cid-tQ1884uMqw .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-tQ1884uMqw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tQ1884uMqw .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-tQ1884uMqw .carousel-controls {
    display: block;
  }
  .cid-tQ1884uMqw .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-tQ1884uMqw .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-tQ1884uMqw .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-tQ1884uMqw .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-tQ1884uMqw .text-element {
    padding: 1rem;
  }
  .cid-tQ1884uMqw .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQ1884uMqw .image-element {
    min-width: 50%;
  }
  .cid-tQ1884uMqw .media-container-row {
    width: 100%;
  }
}
.cid-tQ1884uMqw DIV {
  color: #232323;
  text-align: center;
}
.cid-tQ1884uMqw .mbr-text,
.cid-tQ1884uMqw .link {
  text-align: center;
}
.cid-tQ1b1yRnvP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tQ1b1yRnvP .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tQ1b1yRnvP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ1czMM9p6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tQ1czMM9p6 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tQ1czMM9p6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ188eKH3f {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQ188eKH3f .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tQ188eKH3f .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tQ188eKH3f .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQ188eKH3f .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tQ188eKH3f .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tQ188eKH3f .text2 {
  color: #000000;
  text-align: left;
}
.cid-tQ188eKH3f .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tQ188eKH3f .logo-title {
  text-align: center;
}
.cid-tQ188eKH3f .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-tQ188eKH3f .links {
  text-align: center;
  color: #656565;
}
.cid-tQ188eKH3f .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tQyVBbQUjR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tQyVBbQUjR .navbar-fixed-top {
  padding-top: 0;
}
.cid-tQyVBbQUjR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .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-tQyVBbQUjR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tQyVBbQUjR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tQyVBbQUjR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tQyVBbQUjR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .dropdown-item {
  padding: 0;
}
.cid-tQyVBbQUjR .dropdown-item,
.cid-tQyVBbQUjR .nav-link,
.cid-tQyVBbQUjR .brand-name {
  font-style: normal;
}
.cid-tQyVBbQUjR .dropdown-item:hover,
.cid-tQyVBbQUjR .nav-link:hover,
.cid-tQyVBbQUjR .brand-name:hover {
  color: #3931d4 !important;
}
.cid-tQyVBbQUjR .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tQyVBbQUjR .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tQyVBbQUjR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tQyVBbQUjR .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .content-text {
  margin-bottom: 0;
}
.cid-tQyVBbQUjR .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tQyVBbQUjR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-tQyVBbQUjR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tQyVBbQUjR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tQyVBbQUjR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tQyVBbQUjR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tQyVBbQUjR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tQyVBbQUjR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tQyVBbQUjR .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQyVBbQUjR .nav-dropdown .link {
  font-weight: 400;
}
.cid-tQyVBbQUjR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tQyVBbQUjR .content-right-side {
  text-align: center;
}
.cid-tQyVBbQUjR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tQyVBbQUjR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tQyVBbQUjR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tQyVBbQUjR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tQyVBbQUjR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tQyVBbQUjR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tQyVBbQUjR .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tQyVBbQUjR .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tQyVBbQUjR .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tQyVBbQUjR .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tQyVBbQUjR .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tQyVBbQUjR .navbar {
    display: block;
    padding: 0;
  }
  .cid-tQyVBbQUjR .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tQyVBbQUjR .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-tQyVBbQUjR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tQyVBbQUjR .navbar-toggler {
    display: none;
  }
  .cid-tQyVBbQUjR .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tQyVBbQUjR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tQyVBbQUjR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tQyVBbQUjR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tQyVBbQUjR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tQyVBbQUjR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tQyVBbQUjR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQyVBbQUjR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tQyVBbQUjR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tQyVBbQUjR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQyVBbQUjR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tQyVBbQUjR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tQyVBbQUjR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tQyVBbQUjR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tQyVBbQUjR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tQyVBbQUjR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tQyVBbQUjR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tQyVBbQUjR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tQyVBbQUjR button.navbar-toggler:focus {
  outline: none;
}
.cid-tQyVBbQUjR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tQyVBbQUjR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQyVBbQUjR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQyVBbQUjR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQyVBbQUjR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQyVBbQUjR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQyVBbQUjR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQyVBbQUjR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQyVBbQUjR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQyVBbQUjR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQyVBbQUjR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQyVBbQUjR .collapsed .btn {
  display: flex;
}
.cid-tQyVBbQUjR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tQyVBbQUjR .collapsed .navbar-collapse.collapsing,
.cid-tQyVBbQUjR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tQyVBbQUjR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tQyVBbQUjR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tQyVBbQUjR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tQyVBbQUjR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tQyVBbQUjR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tQyVBbQUjR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tQyVBbQUjR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tQyVBbQUjR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tQyVBbQUjR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tQyVBbQUjR .collapsed button.navbar-toggler {
  display: block;
}
.cid-tQyVBbQUjR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tQyVBbQUjR .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tQyVBbQUjR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tQyVBbQUjR .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-tQyVBbQUjR .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tQyVBbQUjR .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tQyVBbQUjR .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tQyVBbQUjR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tQyVBbQUjR .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-tQyVBbQUjR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tQyVBbQUjR .navbar-collapse.collapsing,
  .cid-tQyVBbQUjR .navbar-collapse.show {
    display: block !important;
  }
  .cid-tQyVBbQUjR .navbar-collapse.collapsing .navbar-nav,
  .cid-tQyVBbQUjR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tQyVBbQUjR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tQyVBbQUjR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tQyVBbQUjR .navbar-collapse.collapsing .navbar-buttons,
  .cid-tQyVBbQUjR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tQyVBbQUjR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tQyVBbQUjR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tQyVBbQUjR img {
    height: 3.8rem !important;
  }
  .cid-tQyVBbQUjR .btn {
    display: flex;
  }
  .cid-tQyVBbQUjR button.navbar-toggler {
    display: block;
  }
  .cid-tQyVBbQUjR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tQyVBbQUjR .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tQyVBbQUjR .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-tQyVBbQUjR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tQyVBbQUjR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tQyVBbQUjR .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-tQyVBbQUjR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tQyVBbQUjR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tQyVBbQUjR .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tQyVBbQUjR .nav-link:focus {
  outline: none;
}
.cid-tQyVBbQUjR .navbar-toggler {
  position: relative;
}
.cid-tQyVBbQUjR .dropdown-item.active,
.cid-tQyVBbQUjR .dropdown-item:active {
  color: initial;
}
.cid-tQyVBbQUjR .widget-title,
.cid-tQyVBbQUjR .widget-icon {
  color: #e9e9e9;
}
.cid-tQyVBbQUjR .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tQyVBbQUjR .menu-logo {
    display: none;
  }
  .cid-tQyVBbQUjR .navbar {
    padding: 0;
  }
  .cid-tQyVBbQUjR .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tQyVBbQUjR button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tQyVBdlCm2 {
  background-image: url("../../../assets/images/mbr-1920x1437.webp");
}
.cid-tQyVBdlCm2 .mbr-section-title {
  color: #ffffff;
}
.cid-tQyVBdlCm2 .mbr-section-title DIV {
  text-align: center;
}
.cid-tQyVBdlCm2 .mbr-text,
.cid-tQyVBdlCm2 .mbr-section-btn {
  text-align: center;
}
.cid-tQyVBdT6Ru {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tQyVBdT6Ru .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tQyVBdT6Ru .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQyVBdT6Ru img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-tQyVBdT6Ru .mbr-image-title {
  text-align: center;
  color: #020202;
}
.cid-tQyVBdT6Ru .mbr-text P {
  text-align: center;
}
.cid-tQyVBerdcB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tQyVBerdcB .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tQyVBerdcB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQyVBeTCgP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tQyVBeTCgP .mbr-section-subtitle {
  color: #767676;
}
.cid-tQyVBeTCgP .container-table {
  margin: 0 auto;
}
.cid-tQyVBeTCgP table.dataTable thead .sorting:before,
.cid-tQyVBeTCgP table.dataTable thead .sorting:after,
.cid-tQyVBeTCgP table.dataTable thead .sorting_asc:before,
.cid-tQyVBeTCgP table.dataTable thead .sorting_asc:after,
.cid-tQyVBeTCgP table.dataTable thead .sorting_desc:before,
.cid-tQyVBeTCgP table.dataTable thead .sorting_desc:after,
.cid-tQyVBeTCgP table.dataTable thead .sorting_asc_disabled:before,
.cid-tQyVBeTCgP table.dataTable thead .sorting_asc_disabled:after,
.cid-tQyVBeTCgP table.dataTable thead .sorting_desc_disabled:before,
.cid-tQyVBeTCgP table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-tQyVBeTCgP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tQyVBeTCgP .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-tQyVBeTCgP .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tQyVBeTCgP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tQyVBeTCgP .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #48d678;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.cid-tQyVBeTCgP .head-item:hover {
  background: #48d678;
  color: inherit;
}
.cid-tQyVBeTCgP .table-heads {
  color: #ffffff;
}
.cid-tQyVBeTCgP .dataTables_wrapper {
  display: block;
}
.cid-tQyVBeTCgP .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tQyVBeTCgP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tQyVBeTCgP table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-tQyVBeTCgP table td,
.cid-tQyVBeTCgP table th {
  white-space: nowrap;
}
.cid-tQyVBeTCgP table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-tQyVBeTCgP table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-tQyVBeTCgP table td {
  border-top: 1px solid #e9e9e9;
}
.cid-tQyVBeTCgP .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tQyVBeTCgP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tQyVBeTCgP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tQyVBeTCgP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tQyVBeTCgP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tQyVBeTCgP .dataTables_filter {
    text-align: center;
  }
  .cid-tQyVBeTCgP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tQyVBeTCgP .mbr-section-title,
.cid-tQyVBeTCgP .line-wrap {
  text-align: center;
}
.cid-tQyVBeTCgP .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tQyVBeTCgP .body-item {
  text-align: center;
}
.cid-tQyVBg2q6X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tQyVBg2q6X .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tQyVBg2q6X .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQz0NyNhWL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tQz0NyNhWL .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tQz0NyNhWL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQyVBiTGT5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQyVBiTGT5 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tQyVBiTGT5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tQyVBiTGT5 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQyVBiTGT5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tQyVBiTGT5 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tQyVBiTGT5 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tQyVBiTGT5 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tQyVBiTGT5 .logo-title {
  text-align: center;
}
.cid-tQyVBiTGT5 .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-tQyVBiTGT5 .links {
  text-align: center;
  color: #656565;
}
.cid-tQyVBiTGT5 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tSRAuAi5Lq .mbr-text,
.cid-tSRAuAi5Lq .mbr-section-btn {
  text-align: center;
}
.cid-tSRAuAi5Lq .mbr-section-title DIV {
  text-align: center;
}
.cid-tSRAuAi5Lq .mbr-section-title {
  color: #ffffff;
}
.cid-tSSldbb5jC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSldbb5jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSldbb5jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSldbb5jC p {
  line-height: 2;
}
.cid-tSSldbb5jC a:hover {
  text-decoration: underline;
}
.cid-tSSldbb5jC .mbr-text {
  text-align: center;
}
.cid-tSRMCEXlgO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSRMCEXlgO .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSRMCEXlgO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSSsilvBOv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSsilvBOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSsilvBOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSsilvBOv p {
  line-height: 2;
}
.cid-tSSsilvBOv a:hover {
  text-decoration: underline;
}
.cid-tSSsilvBOv .mbr-text {
  text-align: center;
}
.cid-tSS07nNuSa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSS07nNuSa .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSS07nNuSa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSSsj9yFlv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSsj9yFlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSsj9yFlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSsj9yFlv p {
  line-height: 2;
}
.cid-tSSsj9yFlv a:hover {
  text-decoration: underline;
}
.cid-tSSsj9yFlv .mbr-text {
  text-align: center;
}
.cid-tSS08f0l4g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSS08f0l4g .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSS08f0l4g .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSSsjXDenv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSsjXDenv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSsjXDenv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSsjXDenv p {
  line-height: 2;
}
.cid-tSSsjXDenv a:hover {
  text-decoration: underline;
}
.cid-tSSsjXDenv .mbr-text {
  text-align: center;
}
.cid-tSS08LuS8S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSS08LuS8S .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSS08LuS8S .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSSskHOAsn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSskHOAsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSskHOAsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSskHOAsn p {
  line-height: 2;
}
.cid-tSSskHOAsn a:hover {
  text-decoration: underline;
}
.cid-tSSskHOAsn .mbr-text {
  text-align: center;
}
.cid-tSS09l2xgh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSS09l2xgh .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSS09l2xgh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSSslwC0yu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSslwC0yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSslwC0yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSslwC0yu p {
  line-height: 2;
}
.cid-tSSslwC0yu a:hover {
  text-decoration: underline;
}
.cid-tSSslwC0yu .mbr-text {
  text-align: center;
}
.cid-tSS9LkEVKp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSS9LkEVKp .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSS9LkEVKp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSSsmbPXeN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSsmbPXeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSsmbPXeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSsmbPXeN p {
  line-height: 2;
}
.cid-tSSsmbPXeN a:hover {
  text-decoration: underline;
}
.cid-tSSsmbPXeN .mbr-text {
  text-align: center;
}
.cid-tSS9Mn5j01 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSS9Mn5j01 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSS9Mn5j01 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSSsmSiid1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSsmSiid1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSsmSiid1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSsmSiid1 p {
  line-height: 2;
}
.cid-tSSsmSiid1 a:hover {
  text-decoration: underline;
}
.cid-tSSsmSiid1 .mbr-text {
  text-align: center;
}
.cid-tSS9MFP1UZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSS9MFP1UZ .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSS9MFP1UZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSSso2cJ0J {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSso2cJ0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSso2cJ0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSso2cJ0J p {
  line-height: 2;
}
.cid-tSSso2cJ0J a:hover {
  text-decoration: underline;
}
.cid-tSSso2cJ0J .mbr-text {
  text-align: center;
}
.cid-tSSirdoLbD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/aaa-1-1416x792.webp");
}
.cid-tSSirdoLbD .title {
  background: #f5f7fa;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tSSirdoLbD .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-tSSirdoLbD p {
  margin: 0;
  padding: 0;
}
.cid-tSSirdoLbD .card {
  margin-bottom: 2rem;
}
.cid-tSSirdoLbD .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #f5f7fa;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-tSSirdoLbD .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #f5f7fa;
  border-right: 15px solid transparent;
}
.cid-tSSirdoLbD .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-tSSirdoLbD .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tSSirdoLbD .name-wrap {
  display: inline-block;
}
.cid-tSSirdoLbD .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-tSSirdoLbD .mbr-author-desc {
  color: #767676;
}
.cid-tSSirdoLbD .card-block P {
  color: #767676;
  text-align: left;
}
.cid-tSSirdoLbD .mbr-author-name {
  color: #18284c;
}
.cid-tSSirdoLbD .mbr-section-title,
.cid-tSSirdoLbD .title DIV {
  color: #232323;
  text-align: left;
}
.cid-tSSirdoLbD .mbr-section-title,
.cid-tSSirdoLbD .title {
  text-align: center;
}
.cid-tSSisKZg6b {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("");
}
.cid-tSSisKZg6b .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-tSSisKZg6b .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tSSisKZg6b .rev,
.cid-tSSisKZg6b .mbr-iconfont {
  display: inline-block;
}
.cid-tSSisKZg6b .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tSSisKZg6b .card-img {
  position: relative;
}
.cid-tSSisKZg6b .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-tSSisKZg6b .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-tSSisKZg6b .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-tSSisKZg6b .card-box {
  padding: 1.5rem;
}
.cid-tSSisKZg6b .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tSSisKZg6b .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tSSisKZg6b .mbr-section-title,
.cid-tSSisKZg6b .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tSSisKZg6b .card-text,
.cid-tSSisKZg6b .mbr-section-btn,
.cid-tSSisKZg6b .ico-line {
  text-align: left;
  color: #767676;
}
.cid-tSSisKZg6b .mbr-text,
.cid-tSSisKZg6b .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tSSisKZg6b .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-tSSitoUs5u {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/turkiyetatil-3-696x428.webp");
}
.cid-tSSitoUs5u .mbr-overlay {
  background: linear-gradient(90deg, #9e9e9e, #b2ccd2);
}
.cid-tSSitoUs5u .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tSSitoUs5u .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tSSitoUs5u .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tSSitoUs5u .mbr-text,
.cid-tSSitoUs5u .mbr-section-btn {
  color: #000000;
}
.cid-tSSitoUs5u .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(143, 143, 143, 0.3);
  box-shadow: 0px 0px 30px rgba(143, 143, 143, 0.3);
  border-radius: .25rem;
}
.cid-tSSitoUs5u .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tSSitoUs5u .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tSSitoUs5u .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tSSitoUs5u .main-row {
    margin: 0;
  }
  .cid-tSSitoUs5u .mbr-section-title,
  .cid-tSSitoUs5u .mbr-text,
  .cid-tSSitoUs5u .list,
  .cid-tSSitoUs5u .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tSSitoUs5u .text-content {
    padding: 0;
  }
}
.cid-tSSspca8HR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSSspca8HR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSspca8HR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSspca8HR p {
  line-height: 2;
}
.cid-tSSspca8HR a:hover {
  text-decoration: underline;
}
.cid-tSSspca8HR .mbr-text {
  text-align: center;
}
.cid-tSSoVlOwKF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSSoVlOwKF .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tSSoVlOwKF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSSsPcGm2i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSSsPcGm2i .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tSSsPcGm2i .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tSSsPcGm2i .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSSsPcGm2i .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tSSsPcGm2i .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tSSsPcGm2i .text2 {
  color: #000000;
  text-align: left;
}
.cid-tSSsPcGm2i .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tSSsPcGm2i .logo-title {
  text-align: center;
}
.cid-tSSsPcGm2i .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-tSSsPcGm2i .links {
  text-align: center;
  color: #656565;
}
.cid-tSSsPcGm2i .logo-sub-title i {
  color: #9e9e9e;
}
.cid-suVM5Pd6Ak .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-suVM5Pd6Ak .navbar-fixed-top {
  padding-top: 0;
}
.cid-suVM5Pd6Ak .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suVM5Pd6Ak .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item {
  padding: 0;
}
.cid-suVM5Pd6Ak .dropdown-item,
.cid-suVM5Pd6Ak .nav-link,
.cid-suVM5Pd6Ak .brand-name {
  font-style: normal;
}
.cid-suVM5Pd6Ak .dropdown-item:hover,
.cid-suVM5Pd6Ak .nav-link:hover,
.cid-suVM5Pd6Ak .brand-name:hover {
  color: #3931d4 !important;
}
.cid-suVM5Pd6Ak .dropdown-menu {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suVM5Pd6Ak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-suVM5Pd6Ak .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .content-text {
  margin-bottom: 0;
}
.cid-suVM5Pd6Ak .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3931d4;
    -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-suVM5Pd6Ak .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-suVM5Pd6Ak .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suVM5Pd6Ak .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVM5Pd6Ak .nav-dropdown .link {
  font-weight: 400;
}
.cid-suVM5Pd6Ak .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suVM5Pd6Ak .content-right-side {
  text-align: center;
}
.cid-suVM5Pd6Ak .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-suVM5Pd6Ak .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-suVM5Pd6Ak .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-suVM5Pd6Ak .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-suVM5Pd6Ak .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-suVM5Pd6Ak .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-suVM5Pd6Ak .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-suVM5Pd6Ak .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-suVM5Pd6Ak .navbar {
    display: block;
    padding: 0;
  }
  .cid-suVM5Pd6Ak .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-suVM5Pd6Ak .navbar-toggler {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-suVM5Pd6Ak .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-suVM5Pd6Ak .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suVM5Pd6Ak .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVM5Pd6Ak .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suVM5Pd6Ak .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-suVM5Pd6Ak button.navbar-toggler:focus {
  outline: none;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suVM5Pd6Ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suVM5Pd6Ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suVM5Pd6Ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .btn {
  display: flex;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suVM5Pd6Ak .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suVM5Pd6Ak .collapsed button.navbar-toggler {
  display: block;
}
.cid-suVM5Pd6Ak .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suVM5Pd6Ak .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suVM5Pd6Ak .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suVM5Pd6Ak .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-suVM5Pd6Ak .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-suVM5Pd6Ak .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-suVM5Pd6Ak .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing,
  .cid-suVM5Pd6Ak .navbar-collapse.show {
    display: block !important;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-suVM5Pd6Ak .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suVM5Pd6Ak .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suVM5Pd6Ak img {
    height: 3.8rem !important;
  }
  .cid-suVM5Pd6Ak .btn {
    display: flex;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    display: block;
  }
  .cid-suVM5Pd6Ak .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suVM5Pd6Ak .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suVM5Pd6Ak .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-suVM5Pd6Ak .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-suVM5Pd6Ak .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-suVM5Pd6Ak .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suVM5Pd6Ak .nav-link:focus {
  outline: none;
}
.cid-suVM5Pd6Ak .navbar-toggler {
  position: relative;
}
.cid-suVM5Pd6Ak .dropdown-item.active,
.cid-suVM5Pd6Ak .dropdown-item:active {
  color: initial;
}
.cid-suVM5Pd6Ak .widget-title,
.cid-suVM5Pd6Ak .widget-icon {
  color: #e9e9e9;
}
.cid-suVM5Pd6Ak .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-suVM5Pd6Ak .menu-logo {
    display: none;
  }
  .cid-suVM5Pd6Ak .navbar {
    padding: 0;
  }
  .cid-suVM5Pd6Ak .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suVM5Pd6Ak button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tVMduQGenD {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tVMduQGenD .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tVMduQGenD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tTCnC8GCOm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tTCnC8GCOm .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tTCnC8GCOm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tTCp4QeS6T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tTCp4QeS6T .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tTCp4QeS6T .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tTCn0mJhhW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tTCn0mJhhW .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tTCn0mJhhW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tTCnsfgOL7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tTCnsfgOL7 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tTCnsfgOL7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tTCojZIHQ8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tTCojZIHQ8 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tTCojZIHQ8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-syjUVAk4uK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syjUVAk4uK .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-syjUVAk4uK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-syjUVAk4uK .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syjUVAk4uK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-syjUVAk4uK .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-syjUVAk4uK .text2 {
  color: #000000;
  text-align: left;
}
.cid-syjUVAk4uK .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-syjUVAk4uK .logo-title {
  text-align: center;
}
.cid-syjUVAk4uK .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-syjUVAk4uK .links {
  text-align: center;
  color: #656565;
}
.cid-syjUVAk4uK .logo-sub-title i {
  color: #9e9e9e;
}
