.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #abca34 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #abca34 !important;
  border-color: #abca34 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcd55c !important;
  border-color: #bcd55c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bcd55c !important;
  border-color: #bcd55c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #204395 !important;
  border-color: #204395 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2956bf !important;
  border-color: #2956bf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2956bf !important;
  border-color: #2956bf !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #abca34;
  color: #abca34;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #718522 !important;
  background-color: transparent !important;
  border-color: #718522 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #abca34 !important;
  border-color: #abca34 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #204395;
  color: #204395;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #11234e !important;
  background-color: transparent !important;
  border-color: #11234e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #204395 !important;
  border-color: #204395 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #abca34 !important;
}
.text-secondary {
  color: #204395 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66791f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0e1d41 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #abca34;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #abca34;
  border-color: #abca34;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #abca34;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef4d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #abca34 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #abca34;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #abca34;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #abca34;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #abca34;
  border-bottom-color: #abca34;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #abca34 !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: #204395 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23abca34' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-veTp7Fizem .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veTp7Fizem .nav-item:focus,
.cid-veTp7Fizem .nav-link:focus {
  outline: none;
}
.cid-veTp7Fizem .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veTp7Fizem .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTp7Fizem .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-veTp7Fizem .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veTp7Fizem .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-veTp7Fizem .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTp7Fizem .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTp7Fizem .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-veTp7Fizem .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-veTp7Fizem .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-veTp7Fizem .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-veTp7Fizem .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-veTp7Fizem .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-veTp7Fizem .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veTp7Fizem .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-veTp7Fizem .navbar.collapsed .navbar-collapse.show,
.cid-veTp7Fizem .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-veTp7Fizem .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-veTp7Fizem .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-veTp7Fizem .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veTp7Fizem .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTp7Fizem .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTp7Fizem .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veTp7Fizem .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTp7Fizem .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-veTp7Fizem .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTp7Fizem .navbar.collapsed .right-menu,
.cid-veTp7Fizem .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-veTp7Fizem .navbar .navbar-collapse.show,
  .cid-veTp7Fizem .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-veTp7Fizem .navbar .navbar-collapse.show .brand-container,
  .cid-veTp7Fizem .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-veTp7Fizem .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTp7Fizem .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veTp7Fizem .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTp7Fizem .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTp7Fizem .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veTp7Fizem .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veTp7Fizem .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTp7Fizem .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-veTp7Fizem .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-veTp7Fizem .navbar .right-menu,
  .cid-veTp7Fizem .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-veTp7Fizem .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTp7Fizem .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-veTp7Fizem .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTp7Fizem .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veTp7Fizem .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veTp7Fizem .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTp7Fizem .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTp7Fizem .dropdown-item.active,
.cid-veTp7Fizem .dropdown-item:active {
  background-color: transparent;
}
.cid-veTp7Fizem .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTp7Fizem .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTp7Fizem .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTp7Fizem .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTp7Fizem .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTp7Fizem .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTp7Fizem ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-veTp7Fizem ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-veTp7Fizem .navbar-buttons {
  margin-left: auto;
}
.cid-veTp7Fizem button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veTp7Fizem button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veTp7Fizem button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTp7Fizem button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTp7Fizem button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTp7Fizem button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTp7Fizem nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTp7Fizem nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-veTp7Fizem nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-veTp7Fizem nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTp7Fizem a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veTp7Fizem .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTp7Fizem .right-menu,
.cid-veTp7Fizem .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-veTp7Fizem .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-veTp7Fizem .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-veTp7Fizem .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-veTp7Fizem .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-veTp7Fizem .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-veTp7Fizem .card-wrapper {
  z-index: 3;
}
.cid-veTp7Fizem .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-veTp7Fizem .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veTp7Fizem .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTnEFoSM6 {
  position: relative;
  overflow: hidden;
}
.cid-veTnEFoSM6 svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-veTnEFoSM6 #e2_shape {
  fill: #204395 !important;
}
.cid-veTnEFoSM6 .main-text {
  color: #606060;
}
.cid-veTnEFoSM6 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 50rem;
}
.cid-veTnEFoSM6 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(44%);
}
.cid-veTnEFoSM6 .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-veTnEFoSM6 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-veTnEFoSM6 .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-veTnEFoSM6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veTnEFoSM6 .carousel-item.active,
.cid-veTnEFoSM6 .carousel-item-next,
.cid-veTnEFoSM6 .carousel-item-prev {
  display: flex;
}
.cid-veTnEFoSM6 .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-veTnEFoSM6 .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #abca34;
  transition: all 200ms ease-in-out;
}
.cid-veTnEFoSM6 .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #abca34;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-veTnEFoSM6 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-veTnEFoSM6 .carousel-controls {
    display: block;
  }
  .cid-veTnEFoSM6 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-veTnEFoSM6 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-veTnEFoSM6 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-veTnEFoSM6 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-veTnEFoSM6 .text-element {
    padding: 1rem;
  }
  .cid-veTnEFoSM6 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veTnEFoSM6 .image-element {
    min-width: 50%;
  }
  .cid-veTnEFoSM6 .media-container-row {
    width: 100%;
  }
}
.cid-veTF7NRcym {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veTF7NRcym .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTF7NRcym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTF7NRcym .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veTF7NRcym .item {
    margin-bottom: 30px;
  }
}
.cid-veTF7NRcym .item .item-wrapper .card-box .item-number_1,
.cid-veTF7NRcym .item .item-wrapper .card-box .item-number_2,
.cid-veTF7NRcym .item .item-wrapper .card-box .item-number_3,
.cid-veTF7NRcym .item .item-wrapper .card-box .item-number_4 {
  margin-bottom: 10px;
}
.cid-veTF7NRcym .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-veTF7NRcym .item-number_1 {
  color: #204395;
  text-align: center;
}
.cid-veTF7NRcym .item-number_2 {
  color: #204395;
  text-align: center;
}
.cid-veTF7NRcym .item-number_3 {
  color: #abca34;
  text-align: center;
}
.cid-veTF7NRcym .item-number_4 {
  color: #abca34;
  text-align: center;
}
.cid-veTF7NRcym .item-title {
  color: #3a353e;
  text-align: center;
}
.cid-veZoZb7Z9L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veZoZb7Z9L .mbr-section-head {
  width: 100%;
}
.cid-veZoZb7Z9L .border-item {
  width: 100%;
  height: 7px;
  background-color: #204395;
  opacity: 1;
}
.cid-veTIMxOfFv {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-veTIMxOfFv .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-veTIMxOfFv .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-veTIMxOfFv .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veTIMxOfFv .mbr-flex {
  justify-content: center;
}
.cid-veTIMxOfFv .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-veTIMxOfFv .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-veTIMxOfFv .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-veTIMxOfFv img,
.cid-veTIMxOfFv .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-veTIMxOfFv .item:focus,
.cid-veTIMxOfFv span:focus {
  outline: none;
}
.cid-veTIMxOfFv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veTIMxOfFv .card1 {
  background: #a8d741;
}
.cid-veTIMxOfFv .card2 {
  background: #204395;
}
.cid-veTIMxOfFv .card3 {
  background: #abca34;
}
.cid-veTIMxOfFv .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-veTIMxOfFv .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-veTIMxOfFv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veTIMxOfFv .mbr-section-title {
  color: #abca34;
}
.cid-veTIMxOfFv .item-title1 {
  color: #204395;
  text-align: center;
}
.cid-veTIMxOfFv .item-title2 {
  color: #abca34;
  text-align: center;
}
.cid-veTIMxOfFv .item-title3 {
  color: #204395;
  text-align: center;
}
.cid-veTIMxOfFv .item-subtitle1 {
  color: #ffffff;
  text-align: center;
}
.cid-veTIMxOfFv .item-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-veTIMxOfFv .item-subtitle3 {
  color: #ffffff;
  text-align: center;
}
.cid-veTIMxOfFv .price1 {
  color: #121212;
  text-align: center;
}
.cid-veTIMxOfFv .price2 {
  color: #121212;
  text-align: center;
}
.cid-veTIMxOfFv .price3 {
  color: #121212;
  text-align: center;
}
.cid-veTIMxOfFv .mbr-section-subtitle {
  text-align: justify;
  color: #204395;
}
.cid-veZdf9RJie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1075570-7165-2000x2000.jpg");
}
.cid-veZdf9RJie .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZdf9RJie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZdf9RJie .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-veZdf9RJie .mbr-section-title {
  color: #112B6D;
}
.cid-veZdf9RJie .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
}
.cid-veZdf9RJie .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-veZdf9RJie .number-container {
    display: none;
  }
}
.cid-veZdf9RJie .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-veZdf9RJie .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #abca34;
}
.cid-veZdf9RJie .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #abca34;
}
.cid-veZdf9RJie .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-veZdf9RJie .cards-container {
    flex-wrap: wrap;
  }
}
.cid-veZdf9RJie .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-veZdf9RJie .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-veZdf9RJie .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-veZdf9RJie .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-veZdf9RJie .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-veZdf9RJie .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-veZdf9RJie .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #112b6d;
}
@media (max-width: 767px) {
  .cid-veZdf9RJie .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-veZdf9RJie .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-veZdf9RJie .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-veZdf9RJie .card-title {
  color: #112B6D;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-veZdf9RJie .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-veZdf9RJie .card-text {
  color: #232323;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-veZdf9RJie .card-text {
    text-align: left !important;
  }
}
.cid-veZdf9RJie .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-veZonhAVf2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #204395;
}
.cid-veZonhAVf2 .mbr-section-title {
  color: #ffffff;
}
.cid-veZonhAVf2 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-veZonhAVf2 .align-left {
    text-align: center;
  }
}
.cid-veZonhAVf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZonhAVf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZHAoMScs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-veZHAoMScs .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-veZHAoMScs .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-veZHAoMScs .mbr-text {
  color: #320707;
}
.cid-veZHAoMScs .phone-word {
  color: #abca34;
}
.cid-veZHAoMScs .text-link {
  transition: all 0.3s ease-in;
}
.cid-veZHAoMScs .text-link:hover {
  color: #abca34 !important;
}
.cid-veZHAoMScs img {
  height: 100px;
  padding-right: 8px;
}
.cid-veZHAoMScs .img1 {
  color: #abca34;
}
.cid-veZHAoMScs .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-veZHAoMScs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-veZHAoMScs .content .link-wrap {
  color: red;
}
.cid-veZHAoMScs .content .date-wrap {
  color: #abca34;
}
.cid-veZHAoMScs .item,
.cid-veZHAoMScs .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-veZHAoMScs .item h4,
.cid-veZHAoMScs .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-veZHAoMScs .link {
  transition: all 0.3s ease-in;
}
.cid-veZHAoMScs .link .card-img {
  padding-bottom: 3px;
}
.cid-veZHAoMScs .link:hover .card-img span {
  color: #abca34;
}
.cid-veZHAoMScs .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #abca34 !important;
}
.cid-veZHAoMScs .item .card-img {
  width: auto;
}
.cid-veZHAoMScs .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-veZHAoMScs .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-veZHAoMScs h5 {
    text-align: left !important;
  }
  .cid-veZHAoMScs .line-wrap {
    text-align: left !important;
  }
}
.cid-veZHAoMScs .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-veZHAoMScs .item-title:hover {
  color: #abca34;
}
.cid-veZHAoMScs .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-veZHAoMScs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-veZHAoMScs .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-veZHAoMScs .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-veZHAoMScs .btn[class*="-outline"]:active,
.cid-veZHAoMScs .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-veZHAoMScs .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-veZHAoMScs .list .list-item:last-child {
  margin-top: 10px;
}
.cid-veZHAoMScs .pre-form {
  color: #320707;
}
.cid-veZHAoMScs .form-group,
.cid-veZHAoMScs .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-veZHAoMScs .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-veZHAoMScs .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-veZHAoMScs .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-veZHAoMScs .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-veZHAoMScs .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-veZHAoMScs .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-veZHAoMScs .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-veZHAoMScs .dragArea {
  flex-direction: column;
}
.cid-veZHAoMScs .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vg7rOuJXKw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7rOuJXKw .nav-item:focus,
.cid-vg7rOuJXKw .nav-link:focus {
  outline: none;
}
.cid-vg7rOuJXKw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7rOuJXKw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg7rOuJXKw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vg7rOuJXKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vg7rOuJXKw .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-vg7rOuJXKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7rOuJXKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7rOuJXKw .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vg7rOuJXKw .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vg7rOuJXKw .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vg7rOuJXKw .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vg7rOuJXKw .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vg7rOuJXKw .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vg7rOuJXKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vg7rOuJXKw .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vg7rOuJXKw .navbar.collapsed .navbar-collapse.show,
.cid-vg7rOuJXKw .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vg7rOuJXKw .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vg7rOuJXKw .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vg7rOuJXKw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vg7rOuJXKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7rOuJXKw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7rOuJXKw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vg7rOuJXKw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7rOuJXKw .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vg7rOuJXKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg7rOuJXKw .navbar.collapsed .right-menu,
.cid-vg7rOuJXKw .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vg7rOuJXKw .navbar .navbar-collapse.show,
  .cid-vg7rOuJXKw .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vg7rOuJXKw .navbar .navbar-collapse.show .brand-container,
  .cid-vg7rOuJXKw .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vg7rOuJXKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7rOuJXKw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vg7rOuJXKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7rOuJXKw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7rOuJXKw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vg7rOuJXKw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vg7rOuJXKw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7rOuJXKw .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vg7rOuJXKw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vg7rOuJXKw .navbar .right-menu,
  .cid-vg7rOuJXKw .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vg7rOuJXKw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vg7rOuJXKw .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vg7rOuJXKw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vg7rOuJXKw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vg7rOuJXKw .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg7rOuJXKw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg7rOuJXKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7rOuJXKw .dropdown-item.active,
.cid-vg7rOuJXKw .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7rOuJXKw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7rOuJXKw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7rOuJXKw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7rOuJXKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vg7rOuJXKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg7rOuJXKw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7rOuJXKw ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vg7rOuJXKw ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vg7rOuJXKw .navbar-buttons {
  margin-left: auto;
}
.cid-vg7rOuJXKw button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg7rOuJXKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg7rOuJXKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg7rOuJXKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg7rOuJXKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg7rOuJXKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg7rOuJXKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg7rOuJXKw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vg7rOuJXKw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vg7rOuJXKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg7rOuJXKw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg7rOuJXKw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vg7rOuJXKw .right-menu,
.cid-vg7rOuJXKw .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vg7rOuJXKw .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vg7rOuJXKw .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vg7rOuJXKw .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vg7rOuJXKw .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-vg7rOuJXKw .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vg7rOuJXKw .card-wrapper {
  z-index: 3;
}
.cid-vg7rOuJXKw .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vg7rOuJXKw .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg7rOuJXKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg7vfT31gx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #204395;
}
.cid-vg7vfT31gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7vfT31gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7vfT31gx .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vg7vfT31gx .mbr-text,
.cid-vg7vfT31gx .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vg7vfT31gx .mbr-section-title {
  text-align: justify;
  color: #abca34;
}
.cid-vgixPQk4ZS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vgixPQk4ZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgixPQk4ZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgixPQk4ZS .container {
    padding: 0 16px;
  }
}
.cid-vgixPQk4ZS .row {
  justify-content: space-between;
}
.cid-vgixPQk4ZS .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vgixPQk4ZS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vgixPQk4ZS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vgixPQk4ZS .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vgixPQk4ZS .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgixPQk4ZS .image-wrapper img {
    height: 350px;
  }
}
.cid-vgixPQk4ZS .mbr-desc {
  color: #abca34;
  text-align: justify;
}
.cid-vgixPQk4ZS .mbr-section-title {
  color: #000000;
}
.cid-vgixPQk4ZS .mbr-text {
  color: #000000;
}
.cid-vgixPQk4ZS .mbr-section-title,
.cid-vgixPQk4ZS .mbr-section-btn {
  color: #204395;
  text-align: justify;
}
.cid-vgixPQk4ZS .mbr-text,
.cid-vgixPQk4ZS .text-wrapper {
  text-align: justify;
}
.cid-vgiDbEbIKi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgiDbEbIKi .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vgiDbEbIKi .mbr-section-subtitle {
  color: #000000;
}
.cid-vgiDbEbIKi .mbr-section-title {
  color: #abca34;
}
.cid-vgiCi0aKu0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgiCi0aKu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiCi0aKu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vgiCi0aKu0 .container {
    padding: 0 16px;
  }
}
.cid-vgiCi0aKu0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-vgiCi0aKu0 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-vgiCi0aKu0 .content-wrapper {
  margin-bottom: 80px;
}
.cid-vgiCi0aKu0 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgiCi0aKu0 .content-wrapper .mbr-section-title span {
  color: #abca34;
}
.cid-vgiCi0aKu0 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-vgiCi0aKu0 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vgiCi0aKu0 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-vgiCi0aKu0 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-vgiCi0aKu0 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-vgiCi0aKu0 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-vgiCi0aKu0 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgiCi0aKu0 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-vgiCi0aKu0 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vgiCi0aKu0 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-vgiCi0aKu0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgiCi0aKu0 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-vgiCi0aKu0 .mbr-section-title {
  color: #000000;
}
.cid-vgiCi0aKu0 .mbr-text,
.cid-vgiCi0aKu0 .text-wrap {
  color: #6f6f6f;
  text-align: justify;
}
.cid-vgiCi0aKu0 .item-title {
  color: #204395;
  text-align: right;
}
.cid-vgiCi0aKu0 .item-text {
  color: #232323;
  text-align: justify;
}
.cid-vgiCi0aKu0 .mbr-section-title,
.cid-vgiCi0aKu0 .mbr-section-btn {
  text-align: justify;
}
.cid-vgiDQAzPGM {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vgiDQAzPGM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vgiDQAzPGM .mbr-section-subtitle {
  color: #000000;
}
.cid-vgiDQAzPGM .mbr-section-title {
  color: #abca34;
}
.cid-vgiEmMW6Nx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #204395;
}
.cid-vgiEmMW6Nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiEmMW6Nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgiEmMW6Nx .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vgiEmMW6Nx .mbr-text,
.cid-vgiEmMW6Nx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgiEmMW6Nx .mbr-section-title {
  text-align: justify;
  color: #abca34;
}
.cid-vgiQUfJZdH {
  background-color: #ffffff !important;
}
.cid-vgiQUfJZdH .container {
  border: 18px solid #ffffff;
  margin-top: -18px;
  padding: 0;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-vgiQUfJZdH .container {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-vgiQUfJZdH section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-vgiQUfJZdH .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgiQUfJZdH .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiQUfJZdH .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgiQUfJZdH .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vgiQUfJZdH .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgiQUfJZdH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgiQUfJZdH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgiQUfJZdH .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vgiQUfJZdH .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-vgiQUfJZdH .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-vgiQUfJZdH .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #abca34;
}
.cid-vgiQUfJZdH .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgiQUfJZdH .image-wrapper {
    height: auto;
  }
}
.cid-vgiQUfJZdH .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vgiQUfJZdH .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-vgiQUfJZdH .mbr-section-title {
  color: #ed2c03;
}
.cid-vgiQUfJZdH .list {
  color: #000000;
  text-align: left;
}
.cid-vgiQUfJZdH .mbr-section-title,
.cid-vgiQUfJZdH .mbr-section-btn {
  color: #abca34;
}
.cid-vgiTx76ZwD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgiTx76ZwD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vgiTx76ZwD .mbr-section-subtitle {
  color: #000000;
}
.cid-vgiTx76ZwD .mbr-section-title {
  color: #abca34;
}
.cid-vg7rOwWzCW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #204395;
}
.cid-vg7rOwWzCW .mbr-section-title {
  color: #ffffff;
}
.cid-vg7rOwWzCW .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vg7rOwWzCW .align-left {
    text-align: center;
  }
}
.cid-vg7rOwWzCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7rOwWzCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7rOxMtbW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-vg7rOxMtbW .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vg7rOxMtbW .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vg7rOxMtbW .mbr-text {
  color: #320707;
}
.cid-vg7rOxMtbW .phone-word {
  color: #279e64;
}
.cid-vg7rOxMtbW .text-link {
  transition: all 0.3s ease-in;
}
.cid-vg7rOxMtbW .text-link:hover {
  color: #279e64 !important;
}
.cid-vg7rOxMtbW img {
  height: 100px;
  padding-right: 8px;
}
.cid-vg7rOxMtbW .img1 {
  color: #279e64;
}
.cid-vg7rOxMtbW .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vg7rOxMtbW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vg7rOxMtbW .content .link-wrap {
  color: red;
}
.cid-vg7rOxMtbW .content .date-wrap {
  color: #abca34;
}
.cid-vg7rOxMtbW .item,
.cid-vg7rOxMtbW .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vg7rOxMtbW .item h4,
.cid-vg7rOxMtbW .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vg7rOxMtbW .link {
  transition: all 0.3s ease-in;
}
.cid-vg7rOxMtbW .link .card-img {
  padding-bottom: 3px;
}
.cid-vg7rOxMtbW .link:hover .card-img span {
  color: #279e64;
}
.cid-vg7rOxMtbW .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-vg7rOxMtbW .item .card-img {
  width: auto;
}
.cid-vg7rOxMtbW .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vg7rOxMtbW .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vg7rOxMtbW h5 {
    text-align: left !important;
  }
  .cid-vg7rOxMtbW .line-wrap {
    text-align: left !important;
  }
}
.cid-vg7rOxMtbW .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-vg7rOxMtbW .item-title:hover {
  color: #279e64;
}
.cid-vg7rOxMtbW .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vg7rOxMtbW .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vg7rOxMtbW .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vg7rOxMtbW .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vg7rOxMtbW .btn[class*="-outline"]:active,
.cid-vg7rOxMtbW .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vg7rOxMtbW .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vg7rOxMtbW .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vg7rOxMtbW .pre-form {
  color: #320707;
}
.cid-vg7rOxMtbW .form-group,
.cid-vg7rOxMtbW .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vg7rOxMtbW .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-vg7rOxMtbW .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vg7rOxMtbW .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vg7rOxMtbW .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vg7rOxMtbW .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vg7rOxMtbW .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vg7rOxMtbW .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vg7rOxMtbW .dragArea {
  flex-direction: column;
}
.cid-vg7rOxMtbW .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vgjiIdEDXr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgjiIdEDXr .nav-item:focus,
.cid-vgjiIdEDXr .nav-link:focus {
  outline: none;
}
.cid-vgjiIdEDXr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgjiIdEDXr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgjiIdEDXr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgjiIdEDXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgjiIdEDXr .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-vgjiIdEDXr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgjiIdEDXr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgjiIdEDXr .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgjiIdEDXr .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vgjiIdEDXr .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vgjiIdEDXr .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vgjiIdEDXr .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vgjiIdEDXr .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vgjiIdEDXr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgjiIdEDXr .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgjiIdEDXr .navbar.collapsed .navbar-collapse.show,
.cid-vgjiIdEDXr .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgjiIdEDXr .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vgjiIdEDXr .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vgjiIdEDXr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vgjiIdEDXr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgjiIdEDXr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgjiIdEDXr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vgjiIdEDXr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgjiIdEDXr .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgjiIdEDXr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgjiIdEDXr .navbar.collapsed .right-menu,
.cid-vgjiIdEDXr .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vgjiIdEDXr .navbar .navbar-collapse.show,
  .cid-vgjiIdEDXr .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgjiIdEDXr .navbar .navbar-collapse.show .brand-container,
  .cid-vgjiIdEDXr .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vgjiIdEDXr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgjiIdEDXr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vgjiIdEDXr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgjiIdEDXr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgjiIdEDXr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vgjiIdEDXr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vgjiIdEDXr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgjiIdEDXr .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgjiIdEDXr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vgjiIdEDXr .navbar .right-menu,
  .cid-vgjiIdEDXr .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vgjiIdEDXr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgjiIdEDXr .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vgjiIdEDXr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vgjiIdEDXr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vgjiIdEDXr .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgjiIdEDXr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgjiIdEDXr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgjiIdEDXr .dropdown-item.active,
.cid-vgjiIdEDXr .dropdown-item:active {
  background-color: transparent;
}
.cid-vgjiIdEDXr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgjiIdEDXr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgjiIdEDXr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgjiIdEDXr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgjiIdEDXr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgjiIdEDXr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgjiIdEDXr ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vgjiIdEDXr ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vgjiIdEDXr .navbar-buttons {
  margin-left: auto;
}
.cid-vgjiIdEDXr button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgjiIdEDXr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgjiIdEDXr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgjiIdEDXr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgjiIdEDXr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgjiIdEDXr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgjiIdEDXr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgjiIdEDXr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vgjiIdEDXr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vgjiIdEDXr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgjiIdEDXr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgjiIdEDXr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgjiIdEDXr .right-menu,
.cid-vgjiIdEDXr .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vgjiIdEDXr .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgjiIdEDXr .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgjiIdEDXr .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vgjiIdEDXr .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-vgjiIdEDXr .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vgjiIdEDXr .card-wrapper {
  z-index: 3;
}
.cid-vgjiIdEDXr .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vgjiIdEDXr .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgjiIdEDXr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgjj7loJpX {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #204395;
}
.cid-vgjj7loJpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjj7loJpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjj7loJpX .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vgjj7loJpX .mbr-text,
.cid-vgjj7loJpX .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vgjj7loJpX .mbr-section-title {
  text-align: justify;
  color: #abca34;
}
.cid-vgjnY8Msax {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vgjnY8Msax .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-vgjnY8Msax input,
.cid-vgjnY8Msax textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-vgjnY8Msax img {
  width: 90%;
  border-radius: 8px;
}
.cid-vgjnY8Msax .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-vgjnY8Msax textarea {
  min-height: 160px;
}
.cid-vgjnY8Msax .form-control,
.cid-vgjnY8Msax .field-input {
  padding: 0.5rem;
  background-color: #f7f7f7;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgjnY8Msax .form-control:hover,
.cid-vgjnY8Msax .field-input:hover,
.cid-vgjnY8Msax .form-control:focus,
.cid-vgjnY8Msax .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-vgjnY8Msax input::-webkit-input-placeholder,
.cid-vgjnY8Msax textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vgjnY8Msax input:-moz-placeholder,
.cid-vgjnY8Msax textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vgjnY8Msax .jq-selectbox li,
.cid-vgjnY8Msax .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-vgjnY8Msax .jq-selectbox li:hover,
.cid-vgjnY8Msax .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-vgjnY8Msax .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f7f7f7;
}
.cid-vgjnY8Msax .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-vgjnY8Msax H5 {
  color: #204395;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgjnY8Msax img {
    width: 100%;
  }
  .cid-vgjnY8Msax .google-map {
    margin-bottom: 2rem;
  }
}
.cid-vgjnY8Msax .google-map {
  height: 32rem;
  position: relative;
}
.cid-vgjnY8Msax .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgjnY8Msax .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-vgjnY8Msax .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgjnY8Msax .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-vgjnY8Msax .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-vgjnY8Msax LABEL {
  color: #204395;
}
.cid-vgnrvVHQpG {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgnrvVHQpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgnrvVHQpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgnrvVHQpG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #abca34;
  margin-bottom: 2rem;
}
.cid-vgnrvVHQpG .card-wrapper {
  padding: 3rem;
  background: #204395;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vgnrvVHQpG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgnrvVHQpG .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vgnrvVHQpG .card-title {
  color: #ffffff;
}
.cid-vgjiIgjUqd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-vgjiIgjUqd .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vgjiIgjUqd .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vgjiIgjUqd .mbr-text {
  color: #320707;
}
.cid-vgjiIgjUqd .phone-word {
  color: #abca34;
}
.cid-vgjiIgjUqd .text-link {
  transition: all 0.3s ease-in;
}
.cid-vgjiIgjUqd .text-link:hover {
  color: #204395 !important;
}
.cid-vgjiIgjUqd img {
  height: 100px;
  padding-right: 8px;
}
.cid-vgjiIgjUqd .img1 {
  color: #abca34;
}
.cid-vgjiIgjUqd .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgjiIgjUqd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgjiIgjUqd .content .link-wrap {
  color: red;
}
.cid-vgjiIgjUqd .content .date-wrap {
  color: #abca34;
}
.cid-vgjiIgjUqd .item,
.cid-vgjiIgjUqd .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vgjiIgjUqd .item h4,
.cid-vgjiIgjUqd .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vgjiIgjUqd .link {
  transition: all 0.3s ease-in;
}
.cid-vgjiIgjUqd .link .card-img {
  padding-bottom: 3px;
}
.cid-vgjiIgjUqd .link:hover .card-img span {
  color: #204395;
}
.cid-vgjiIgjUqd .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #204395 !important;
}
.cid-vgjiIgjUqd .item .card-img {
  width: auto;
}
.cid-vgjiIgjUqd .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vgjiIgjUqd .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vgjiIgjUqd h5 {
    text-align: left !important;
  }
  .cid-vgjiIgjUqd .line-wrap {
    text-align: left !important;
  }
}
.cid-vgjiIgjUqd .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-vgjiIgjUqd .item-title:hover {
  color: #204395;
}
.cid-vgjiIgjUqd .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vgjiIgjUqd .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vgjiIgjUqd .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vgjiIgjUqd .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vgjiIgjUqd .btn[class*="-outline"]:active,
.cid-vgjiIgjUqd .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vgjiIgjUqd .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vgjiIgjUqd .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vgjiIgjUqd .pre-form {
  color: #320707;
}
.cid-vgjiIgjUqd .form-group,
.cid-vgjiIgjUqd .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vgjiIgjUqd .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-vgjiIgjUqd .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vgjiIgjUqd .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vgjiIgjUqd .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vgjiIgjUqd .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vgjiIgjUqd .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vgjiIgjUqd .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vgjiIgjUqd .dragArea {
  flex-direction: column;
}
.cid-vgjiIgjUqd .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vgosfrSMC9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgosfrSMC9 .nav-item:focus,
.cid-vgosfrSMC9 .nav-link:focus {
  outline: none;
}
.cid-vgosfrSMC9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgosfrSMC9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgosfrSMC9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgosfrSMC9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgosfrSMC9 .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-vgosfrSMC9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgosfrSMC9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgosfrSMC9 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgosfrSMC9 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vgosfrSMC9 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vgosfrSMC9 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vgosfrSMC9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vgosfrSMC9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vgosfrSMC9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgosfrSMC9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgosfrSMC9 .navbar.collapsed .navbar-collapse.show,
.cid-vgosfrSMC9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgosfrSMC9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vgosfrSMC9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vgosfrSMC9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vgosfrSMC9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgosfrSMC9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgosfrSMC9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vgosfrSMC9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgosfrSMC9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgosfrSMC9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgosfrSMC9 .navbar.collapsed .right-menu,
.cid-vgosfrSMC9 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vgosfrSMC9 .navbar .navbar-collapse.show,
  .cid-vgosfrSMC9 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgosfrSMC9 .navbar .navbar-collapse.show .brand-container,
  .cid-vgosfrSMC9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vgosfrSMC9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgosfrSMC9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vgosfrSMC9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgosfrSMC9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgosfrSMC9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vgosfrSMC9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vgosfrSMC9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgosfrSMC9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgosfrSMC9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vgosfrSMC9 .navbar .right-menu,
  .cid-vgosfrSMC9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vgosfrSMC9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgosfrSMC9 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vgosfrSMC9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vgosfrSMC9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vgosfrSMC9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgosfrSMC9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgosfrSMC9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgosfrSMC9 .dropdown-item.active,
.cid-vgosfrSMC9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgosfrSMC9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgosfrSMC9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgosfrSMC9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgosfrSMC9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgosfrSMC9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgosfrSMC9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgosfrSMC9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vgosfrSMC9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vgosfrSMC9 .navbar-buttons {
  margin-left: auto;
}
.cid-vgosfrSMC9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgosfrSMC9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgosfrSMC9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgosfrSMC9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgosfrSMC9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgosfrSMC9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgosfrSMC9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgosfrSMC9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vgosfrSMC9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vgosfrSMC9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgosfrSMC9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgosfrSMC9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgosfrSMC9 .right-menu,
.cid-vgosfrSMC9 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vgosfrSMC9 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgosfrSMC9 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgosfrSMC9 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vgosfrSMC9 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-vgosfrSMC9 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vgosfrSMC9 .card-wrapper {
  z-index: 3;
}
.cid-vgosfrSMC9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vgosfrSMC9 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgosfrSMC9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgosrJyes2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgosfuQuNp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-vgosfuQuNp .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vgosfuQuNp .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vgosfuQuNp .mbr-text {
  color: #320707;
}
.cid-vgosfuQuNp .phone-word {
  color: #abca34;
}
.cid-vgosfuQuNp .text-link {
  transition: all 0.3s ease-in;
}
.cid-vgosfuQuNp .text-link:hover {
  color: #204395 !important;
}
.cid-vgosfuQuNp img {
  height: 100px;
  padding-right: 8px;
}
.cid-vgosfuQuNp .img1 {
  color: #abca34;
}
.cid-vgosfuQuNp .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgosfuQuNp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgosfuQuNp .content .link-wrap {
  color: red;
}
.cid-vgosfuQuNp .content .date-wrap {
  color: #abca34;
}
.cid-vgosfuQuNp .item,
.cid-vgosfuQuNp .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vgosfuQuNp .item h4,
.cid-vgosfuQuNp .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vgosfuQuNp .link {
  transition: all 0.3s ease-in;
}
.cid-vgosfuQuNp .link .card-img {
  padding-bottom: 3px;
}
.cid-vgosfuQuNp .link:hover .card-img span {
  color: #204395;
}
.cid-vgosfuQuNp .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #204395 !important;
}
.cid-vgosfuQuNp .item .card-img {
  width: auto;
}
.cid-vgosfuQuNp .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vgosfuQuNp .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vgosfuQuNp h5 {
    text-align: left !important;
  }
  .cid-vgosfuQuNp .line-wrap {
    text-align: left !important;
  }
}
.cid-vgosfuQuNp .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-vgosfuQuNp .item-title:hover {
  color: #204395;
}
.cid-vgosfuQuNp .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vgosfuQuNp .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vgosfuQuNp .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vgosfuQuNp .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vgosfuQuNp .btn[class*="-outline"]:active,
.cid-vgosfuQuNp .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vgosfuQuNp .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vgosfuQuNp .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vgosfuQuNp .pre-form {
  color: #320707;
}
.cid-vgosfuQuNp .form-group,
.cid-vgosfuQuNp .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vgosfuQuNp .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-vgosfuQuNp .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vgosfuQuNp .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vgosfuQuNp .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vgosfuQuNp .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vgosfuQuNp .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vgosfuQuNp .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vgosfuQuNp .dragArea {
  flex-direction: column;
}
.cid-vgosfuQuNp .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vgosI01rn2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgosI01rn2 .nav-item:focus,
.cid-vgosI01rn2 .nav-link:focus {
  outline: none;
}
.cid-vgosI01rn2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgosI01rn2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgosI01rn2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgosI01rn2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgosI01rn2 .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-vgosI01rn2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgosI01rn2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgosI01rn2 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgosI01rn2 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vgosI01rn2 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vgosI01rn2 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vgosI01rn2 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vgosI01rn2 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vgosI01rn2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgosI01rn2 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgosI01rn2 .navbar.collapsed .navbar-collapse.show,
.cid-vgosI01rn2 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgosI01rn2 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vgosI01rn2 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vgosI01rn2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vgosI01rn2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgosI01rn2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgosI01rn2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vgosI01rn2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgosI01rn2 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgosI01rn2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgosI01rn2 .navbar.collapsed .right-menu,
.cid-vgosI01rn2 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vgosI01rn2 .navbar .navbar-collapse.show,
  .cid-vgosI01rn2 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgosI01rn2 .navbar .navbar-collapse.show .brand-container,
  .cid-vgosI01rn2 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vgosI01rn2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgosI01rn2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vgosI01rn2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgosI01rn2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgosI01rn2 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vgosI01rn2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vgosI01rn2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgosI01rn2 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgosI01rn2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vgosI01rn2 .navbar .right-menu,
  .cid-vgosI01rn2 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vgosI01rn2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgosI01rn2 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vgosI01rn2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vgosI01rn2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vgosI01rn2 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgosI01rn2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgosI01rn2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgosI01rn2 .dropdown-item.active,
.cid-vgosI01rn2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgosI01rn2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgosI01rn2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgosI01rn2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgosI01rn2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgosI01rn2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgosI01rn2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgosI01rn2 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vgosI01rn2 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vgosI01rn2 .navbar-buttons {
  margin-left: auto;
}
.cid-vgosI01rn2 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgosI01rn2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgosI01rn2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgosI01rn2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgosI01rn2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgosI01rn2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgosI01rn2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgosI01rn2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vgosI01rn2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vgosI01rn2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgosI01rn2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgosI01rn2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgosI01rn2 .right-menu,
.cid-vgosI01rn2 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vgosI01rn2 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgosI01rn2 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgosI01rn2 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vgosI01rn2 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-vgosI01rn2 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vgosI01rn2 .card-wrapper {
  z-index: 3;
}
.cid-vgosI01rn2 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vgosI01rn2 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgosI01rn2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgosI0LT1T {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgosI14YTq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-vgosI14YTq .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vgosI14YTq .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vgosI14YTq .mbr-text {
  color: #320707;
}
.cid-vgosI14YTq .phone-word {
  color: #abca34;
}
.cid-vgosI14YTq .text-link {
  transition: all 0.3s ease-in;
}
.cid-vgosI14YTq .text-link:hover {
  color: #204395 !important;
}
.cid-vgosI14YTq img {
  height: 100px;
  padding-right: 8px;
}
.cid-vgosI14YTq .img1 {
  color: #abca34;
}
.cid-vgosI14YTq .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgosI14YTq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgosI14YTq .content .link-wrap {
  color: red;
}
.cid-vgosI14YTq .content .date-wrap {
  color: #abca34;
}
.cid-vgosI14YTq .item,
.cid-vgosI14YTq .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vgosI14YTq .item h4,
.cid-vgosI14YTq .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vgosI14YTq .link {
  transition: all 0.3s ease-in;
}
.cid-vgosI14YTq .link .card-img {
  padding-bottom: 3px;
}
.cid-vgosI14YTq .link:hover .card-img span {
  color: #204395;
}
.cid-vgosI14YTq .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #204395 !important;
}
.cid-vgosI14YTq .item .card-img {
  width: auto;
}
.cid-vgosI14YTq .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vgosI14YTq .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vgosI14YTq h5 {
    text-align: left !important;
  }
  .cid-vgosI14YTq .line-wrap {
    text-align: left !important;
  }
}
.cid-vgosI14YTq .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-vgosI14YTq .item-title:hover {
  color: #204395;
}
.cid-vgosI14YTq .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vgosI14YTq .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vgosI14YTq .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vgosI14YTq .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vgosI14YTq .btn[class*="-outline"]:active,
.cid-vgosI14YTq .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vgosI14YTq .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vgosI14YTq .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vgosI14YTq .pre-form {
  color: #320707;
}
.cid-vgosI14YTq .form-group,
.cid-vgosI14YTq .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vgosI14YTq .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-vgosI14YTq .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vgosI14YTq .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vgosI14YTq .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vgosI14YTq .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vgosI14YTq .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vgosI14YTq .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vgosI14YTq .dragArea {
  flex-direction: column;
}
.cid-vgosI14YTq .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vgosN2PXoj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgosN2PXoj .nav-item:focus,
.cid-vgosN2PXoj .nav-link:focus {
  outline: none;
}
.cid-vgosN2PXoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgosN2PXoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgosN2PXoj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgosN2PXoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgosN2PXoj .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-vgosN2PXoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgosN2PXoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgosN2PXoj .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgosN2PXoj .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vgosN2PXoj .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vgosN2PXoj .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vgosN2PXoj .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vgosN2PXoj .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vgosN2PXoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgosN2PXoj .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgosN2PXoj .navbar.collapsed .navbar-collapse.show,
.cid-vgosN2PXoj .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgosN2PXoj .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vgosN2PXoj .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vgosN2PXoj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vgosN2PXoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgosN2PXoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgosN2PXoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vgosN2PXoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgosN2PXoj .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgosN2PXoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgosN2PXoj .navbar.collapsed .right-menu,
.cid-vgosN2PXoj .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vgosN2PXoj .navbar .navbar-collapse.show,
  .cid-vgosN2PXoj .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgosN2PXoj .navbar .navbar-collapse.show .brand-container,
  .cid-vgosN2PXoj .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vgosN2PXoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgosN2PXoj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vgosN2PXoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgosN2PXoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgosN2PXoj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vgosN2PXoj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vgosN2PXoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgosN2PXoj .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgosN2PXoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vgosN2PXoj .navbar .right-menu,
  .cid-vgosN2PXoj .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vgosN2PXoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgosN2PXoj .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vgosN2PXoj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vgosN2PXoj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vgosN2PXoj .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgosN2PXoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgosN2PXoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgosN2PXoj .dropdown-item.active,
.cid-vgosN2PXoj .dropdown-item:active {
  background-color: transparent;
}
.cid-vgosN2PXoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgosN2PXoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgosN2PXoj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgosN2PXoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgosN2PXoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgosN2PXoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgosN2PXoj ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vgosN2PXoj ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vgosN2PXoj .navbar-buttons {
  margin-left: auto;
}
.cid-vgosN2PXoj button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgosN2PXoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgosN2PXoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgosN2PXoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgosN2PXoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgosN2PXoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgosN2PXoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgosN2PXoj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vgosN2PXoj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vgosN2PXoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgosN2PXoj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgosN2PXoj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgosN2PXoj .right-menu,
.cid-vgosN2PXoj .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vgosN2PXoj .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgosN2PXoj .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgosN2PXoj .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vgosN2PXoj .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-vgosN2PXoj .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vgosN2PXoj .card-wrapper {
  z-index: 3;
}
.cid-vgosN2PXoj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vgosN2PXoj .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgosN2PXoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgosN3A1dC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgosN3Vl5t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-vgosN3Vl5t .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vgosN3Vl5t .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vgosN3Vl5t .mbr-text {
  color: #320707;
}
.cid-vgosN3Vl5t .phone-word {
  color: #abca34;
}
.cid-vgosN3Vl5t .text-link {
  transition: all 0.3s ease-in;
}
.cid-vgosN3Vl5t .text-link:hover {
  color: #204395 !important;
}
.cid-vgosN3Vl5t img {
  height: 100px;
  padding-right: 8px;
}
.cid-vgosN3Vl5t .img1 {
  color: #abca34;
}
.cid-vgosN3Vl5t .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgosN3Vl5t .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgosN3Vl5t .content .link-wrap {
  color: red;
}
.cid-vgosN3Vl5t .content .date-wrap {
  color: #abca34;
}
.cid-vgosN3Vl5t .item,
.cid-vgosN3Vl5t .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vgosN3Vl5t .item h4,
.cid-vgosN3Vl5t .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vgosN3Vl5t .link {
  transition: all 0.3s ease-in;
}
.cid-vgosN3Vl5t .link .card-img {
  padding-bottom: 3px;
}
.cid-vgosN3Vl5t .link:hover .card-img span {
  color: #204395;
}
.cid-vgosN3Vl5t .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #204395 !important;
}
.cid-vgosN3Vl5t .item .card-img {
  width: auto;
}
.cid-vgosN3Vl5t .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vgosN3Vl5t .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vgosN3Vl5t h5 {
    text-align: left !important;
  }
  .cid-vgosN3Vl5t .line-wrap {
    text-align: left !important;
  }
}
.cid-vgosN3Vl5t .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-vgosN3Vl5t .item-title:hover {
  color: #204395;
}
.cid-vgosN3Vl5t .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vgosN3Vl5t .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vgosN3Vl5t .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vgosN3Vl5t .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vgosN3Vl5t .btn[class*="-outline"]:active,
.cid-vgosN3Vl5t .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vgosN3Vl5t .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vgosN3Vl5t .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vgosN3Vl5t .pre-form {
  color: #320707;
}
.cid-vgosN3Vl5t .form-group,
.cid-vgosN3Vl5t .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vgosN3Vl5t .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-vgosN3Vl5t .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vgosN3Vl5t .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vgosN3Vl5t .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vgosN3Vl5t .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vgosN3Vl5t .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vgosN3Vl5t .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vgosN3Vl5t .dragArea {
  flex-direction: column;
}
.cid-vgosN3Vl5t .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vgosWUqqsN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgosWUqqsN .nav-item:focus,
.cid-vgosWUqqsN .nav-link:focus {
  outline: none;
}
.cid-vgosWUqqsN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgosWUqqsN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgosWUqqsN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgosWUqqsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgosWUqqsN .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-vgosWUqqsN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgosWUqqsN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgosWUqqsN .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgosWUqqsN .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vgosWUqqsN .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vgosWUqqsN .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vgosWUqqsN .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vgosWUqqsN .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vgosWUqqsN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgosWUqqsN .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgosWUqqsN .navbar.collapsed .navbar-collapse.show,
.cid-vgosWUqqsN .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgosWUqqsN .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vgosWUqqsN .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vgosWUqqsN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vgosWUqqsN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgosWUqqsN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgosWUqqsN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vgosWUqqsN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgosWUqqsN .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgosWUqqsN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgosWUqqsN .navbar.collapsed .right-menu,
.cid-vgosWUqqsN .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vgosWUqqsN .navbar .navbar-collapse.show,
  .cid-vgosWUqqsN .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgosWUqqsN .navbar .navbar-collapse.show .brand-container,
  .cid-vgosWUqqsN .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vgosWUqqsN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgosWUqqsN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vgosWUqqsN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgosWUqqsN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgosWUqqsN .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vgosWUqqsN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vgosWUqqsN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgosWUqqsN .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgosWUqqsN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vgosWUqqsN .navbar .right-menu,
  .cid-vgosWUqqsN .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vgosWUqqsN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgosWUqqsN .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vgosWUqqsN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vgosWUqqsN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vgosWUqqsN .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgosWUqqsN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgosWUqqsN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgosWUqqsN .dropdown-item.active,
.cid-vgosWUqqsN .dropdown-item:active {
  background-color: transparent;
}
.cid-vgosWUqqsN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgosWUqqsN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgosWUqqsN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgosWUqqsN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgosWUqqsN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgosWUqqsN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgosWUqqsN ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vgosWUqqsN ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vgosWUqqsN .navbar-buttons {
  margin-left: auto;
}
.cid-vgosWUqqsN button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgosWUqqsN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgosWUqqsN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgosWUqqsN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgosWUqqsN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgosWUqqsN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgosWUqqsN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgosWUqqsN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vgosWUqqsN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vgosWUqqsN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgosWUqqsN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgosWUqqsN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgosWUqqsN .right-menu,
.cid-vgosWUqqsN .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vgosWUqqsN .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgosWUqqsN .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgosWUqqsN .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vgosWUqqsN .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-vgosWUqqsN .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vgosWUqqsN .card-wrapper {
  z-index: 3;
}
.cid-vgosWUqqsN .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vgosWUqqsN .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgosWUqqsN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgosWV9jIn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgosWVtIL2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-vgosWVtIL2 .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vgosWVtIL2 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vgosWVtIL2 .mbr-text {
  color: #320707;
}
.cid-vgosWVtIL2 .phone-word {
  color: #abca34;
}
.cid-vgosWVtIL2 .text-link {
  transition: all 0.3s ease-in;
}
.cid-vgosWVtIL2 .text-link:hover {
  color: #204395 !important;
}
.cid-vgosWVtIL2 img {
  height: 100px;
  padding-right: 8px;
}
.cid-vgosWVtIL2 .img1 {
  color: #abca34;
}
.cid-vgosWVtIL2 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgosWVtIL2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgosWVtIL2 .content .link-wrap {
  color: red;
}
.cid-vgosWVtIL2 .content .date-wrap {
  color: #abca34;
}
.cid-vgosWVtIL2 .item,
.cid-vgosWVtIL2 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vgosWVtIL2 .item h4,
.cid-vgosWVtIL2 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vgosWVtIL2 .link {
  transition: all 0.3s ease-in;
}
.cid-vgosWVtIL2 .link .card-img {
  padding-bottom: 3px;
}
.cid-vgosWVtIL2 .link:hover .card-img span {
  color: #204395;
}
.cid-vgosWVtIL2 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #204395 !important;
}
.cid-vgosWVtIL2 .item .card-img {
  width: auto;
}
.cid-vgosWVtIL2 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vgosWVtIL2 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vgosWVtIL2 h5 {
    text-align: left !important;
  }
  .cid-vgosWVtIL2 .line-wrap {
    text-align: left !important;
  }
}
.cid-vgosWVtIL2 .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-vgosWVtIL2 .item-title:hover {
  color: #204395;
}
.cid-vgosWVtIL2 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vgosWVtIL2 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vgosWVtIL2 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vgosWVtIL2 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vgosWVtIL2 .btn[class*="-outline"]:active,
.cid-vgosWVtIL2 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vgosWVtIL2 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vgosWVtIL2 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vgosWVtIL2 .pre-form {
  color: #320707;
}
.cid-vgosWVtIL2 .form-group,
.cid-vgosWVtIL2 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vgosWVtIL2 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-vgosWVtIL2 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vgosWVtIL2 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vgosWVtIL2 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vgosWVtIL2 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vgosWVtIL2 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vgosWVtIL2 .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vgosWVtIL2 .dragArea {
  flex-direction: column;
}
.cid-vgosWVtIL2 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vgot3PttzA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgot3PttzA .nav-item:focus,
.cid-vgot3PttzA .nav-link:focus {
  outline: none;
}
.cid-vgot3PttzA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgot3PttzA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgot3PttzA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgot3PttzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgot3PttzA .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-vgot3PttzA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgot3PttzA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgot3PttzA .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgot3PttzA .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vgot3PttzA .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vgot3PttzA .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vgot3PttzA .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vgot3PttzA .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vgot3PttzA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgot3PttzA .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgot3PttzA .navbar.collapsed .navbar-collapse.show,
.cid-vgot3PttzA .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgot3PttzA .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vgot3PttzA .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vgot3PttzA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vgot3PttzA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgot3PttzA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgot3PttzA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vgot3PttzA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgot3PttzA .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgot3PttzA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgot3PttzA .navbar.collapsed .right-menu,
.cid-vgot3PttzA .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vgot3PttzA .navbar .navbar-collapse.show,
  .cid-vgot3PttzA .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgot3PttzA .navbar .navbar-collapse.show .brand-container,
  .cid-vgot3PttzA .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vgot3PttzA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgot3PttzA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vgot3PttzA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgot3PttzA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgot3PttzA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vgot3PttzA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vgot3PttzA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgot3PttzA .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgot3PttzA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vgot3PttzA .navbar .right-menu,
  .cid-vgot3PttzA .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vgot3PttzA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgot3PttzA .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vgot3PttzA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vgot3PttzA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vgot3PttzA .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgot3PttzA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgot3PttzA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgot3PttzA .dropdown-item.active,
.cid-vgot3PttzA .dropdown-item:active {
  background-color: transparent;
}
.cid-vgot3PttzA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgot3PttzA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgot3PttzA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgot3PttzA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgot3PttzA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgot3PttzA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgot3PttzA ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vgot3PttzA ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vgot3PttzA .navbar-buttons {
  margin-left: auto;
}
.cid-vgot3PttzA button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgot3PttzA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgot3PttzA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgot3PttzA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgot3PttzA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgot3PttzA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgot3PttzA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgot3PttzA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vgot3PttzA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vgot3PttzA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgot3PttzA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgot3PttzA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgot3PttzA .right-menu,
.cid-vgot3PttzA .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vgot3PttzA .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgot3PttzA .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgot3PttzA .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vgot3PttzA .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-vgot3PttzA .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vgot3PttzA .card-wrapper {
  z-index: 3;
}
.cid-vgot3PttzA .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vgot3PttzA .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgot3PttzA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgot3Qaybz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgot3QuGal {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-vgot3QuGal .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vgot3QuGal .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vgot3QuGal .mbr-text {
  color: #320707;
}
.cid-vgot3QuGal .phone-word {
  color: #abca34;
}
.cid-vgot3QuGal .text-link {
  transition: all 0.3s ease-in;
}
.cid-vgot3QuGal .text-link:hover {
  color: #204395 !important;
}
.cid-vgot3QuGal img {
  height: 100px;
  padding-right: 8px;
}
.cid-vgot3QuGal .img1 {
  color: #abca34;
}
.cid-vgot3QuGal .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgot3QuGal .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgot3QuGal .content .link-wrap {
  color: red;
}
.cid-vgot3QuGal .content .date-wrap {
  color: #abca34;
}
.cid-vgot3QuGal .item,
.cid-vgot3QuGal .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vgot3QuGal .item h4,
.cid-vgot3QuGal .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vgot3QuGal .link {
  transition: all 0.3s ease-in;
}
.cid-vgot3QuGal .link .card-img {
  padding-bottom: 3px;
}
.cid-vgot3QuGal .link:hover .card-img span {
  color: #204395;
}
.cid-vgot3QuGal .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #204395 !important;
}
.cid-vgot3QuGal .item .card-img {
  width: auto;
}
.cid-vgot3QuGal .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vgot3QuGal .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vgot3QuGal h5 {
    text-align: left !important;
  }
  .cid-vgot3QuGal .line-wrap {
    text-align: left !important;
  }
}
.cid-vgot3QuGal .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-vgot3QuGal .item-title:hover {
  color: #204395;
}
.cid-vgot3QuGal .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vgot3QuGal .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vgot3QuGal .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vgot3QuGal .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vgot3QuGal .btn[class*="-outline"]:active,
.cid-vgot3QuGal .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vgot3QuGal .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vgot3QuGal .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vgot3QuGal .pre-form {
  color: #320707;
}
.cid-vgot3QuGal .form-group,
.cid-vgot3QuGal .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vgot3QuGal .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-vgot3QuGal .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vgot3QuGal .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vgot3QuGal .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vgot3QuGal .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vgot3QuGal .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vgot3QuGal .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vgot3QuGal .dragArea {
  flex-direction: column;
}
.cid-vgot3QuGal .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vgouS1oyFZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgouS1oyFZ .nav-item:focus,
.cid-vgouS1oyFZ .nav-link:focus {
  outline: none;
}
.cid-vgouS1oyFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgouS1oyFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgouS1oyFZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgouS1oyFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgouS1oyFZ .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-vgouS1oyFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgouS1oyFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgouS1oyFZ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgouS1oyFZ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vgouS1oyFZ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vgouS1oyFZ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vgouS1oyFZ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vgouS1oyFZ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vgouS1oyFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgouS1oyFZ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgouS1oyFZ .navbar.collapsed .navbar-collapse.show,
.cid-vgouS1oyFZ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgouS1oyFZ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vgouS1oyFZ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vgouS1oyFZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vgouS1oyFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgouS1oyFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgouS1oyFZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vgouS1oyFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgouS1oyFZ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgouS1oyFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgouS1oyFZ .navbar.collapsed .right-menu,
.cid-vgouS1oyFZ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vgouS1oyFZ .navbar .navbar-collapse.show,
  .cid-vgouS1oyFZ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgouS1oyFZ .navbar .navbar-collapse.show .brand-container,
  .cid-vgouS1oyFZ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vgouS1oyFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgouS1oyFZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vgouS1oyFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgouS1oyFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgouS1oyFZ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vgouS1oyFZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vgouS1oyFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgouS1oyFZ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgouS1oyFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vgouS1oyFZ .navbar .right-menu,
  .cid-vgouS1oyFZ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vgouS1oyFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgouS1oyFZ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vgouS1oyFZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vgouS1oyFZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vgouS1oyFZ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgouS1oyFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgouS1oyFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgouS1oyFZ .dropdown-item.active,
.cid-vgouS1oyFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgouS1oyFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgouS1oyFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgouS1oyFZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgouS1oyFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgouS1oyFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgouS1oyFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgouS1oyFZ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vgouS1oyFZ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vgouS1oyFZ .navbar-buttons {
  margin-left: auto;
}
.cid-vgouS1oyFZ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgouS1oyFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgouS1oyFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgouS1oyFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgouS1oyFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgouS1oyFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgouS1oyFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgouS1oyFZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vgouS1oyFZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vgouS1oyFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgouS1oyFZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgouS1oyFZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgouS1oyFZ .right-menu,
.cid-vgouS1oyFZ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vgouS1oyFZ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgouS1oyFZ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgouS1oyFZ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vgouS1oyFZ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-vgouS1oyFZ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vgouS1oyFZ .card-wrapper {
  z-index: 3;
}
.cid-vgouS1oyFZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vgouS1oyFZ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgouS1oyFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgouS2aexh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #204395;
}
.cid-vgouS2aexh .row {
  flex-direction: row-reverse;
}
.cid-vgouS2aexh .mbr-text {
  max-width: 550px;
}
.cid-vgouS2aexh .row {
  align-items: center;
}
.cid-vgouS2aexh .mbr-section-subtitle {
  line-height: 1.2;
  color: #ffffff;
}
.cid-vgouS2aexh .mbr-text,
.cid-vgouS2aexh .mbr-section-btn {
  color: #ffffff;
}
.cid-vgouS2aexh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgouS2aexh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgouS2aexh .mbr-section-title {
  color: #abca34;
}
.cid-vgouS2FIOa {
  padding-top: 8rem;
  background-image: url("../../../assets/images/fondo-azul-degradado-de-lujo-abstracto-azul-oscuro-liso-con-banner-de-estudio-de-vineta-negra-2000x1167.jpg");
}
.cid-vgouS2FIOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgouS2FIOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgouS2FIOa .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 12rem;
}
.cid-vgouS2FIOa .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgouS2FIOa .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vgouS2FIOa .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vgouS2FIOa .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vgouS2FIOa .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vgouS2FIOa .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgouS2FIOa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vgouS2FIOa .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgouS2FIOa .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgouS2FIOa .items-wrapper {
  margin: 0 -10px;
}
.cid-vgouS2FIOa .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgouS2FIOa .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgouS2FIOa .items-wrapper .item:hover .item-wrapper,
.cid-vgouS2FIOa .items-wrapper .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #204395, 1px 10px 20px -5px #abca34;
  transform: translateY(-3px);
}
.cid-vgouS2FIOa .items-wrapper .item:hover .item-wrapper .item-img::before,
.cid-vgouS2FIOa .items-wrapper .item:focus .item-wrapper .item-img::before {
  opacity: .4;
}
.cid-vgouS2FIOa .items-wrapper .item:hover .item-wrapper .item-img::after,
.cid-vgouS2FIOa .items-wrapper .item:focus .item-wrapper .item-img::after {
  opacity: .1;
}
.cid-vgouS2FIOa .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vgouS2FIOa .items-wrapper .item:focus .item-wrapper .item-title {
  color: #abca34;
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #204395, 0 10px 10px -5px #204395;
  overflow: hidden;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgouS2FIOa .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 5px 15px 0 #fafafa, inset 0 -10px 15px 0 #fafafa;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgouS2FIOa .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper .item-date {
  margin-bottom: 8px;
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vgouS2FIOa .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgouS2FIOa .mbr-label,
.cid-vgouS2FIOa .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vgouS2FIOa .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vgouS2FIOa .mbr-text,
.cid-vgouS2FIOa .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vgouS2FIOa .item-date {
  color: #abca34;
  text-align: center;
}
.cid-vgouS2FIOa .item-title {
  color: #0f172a;
}
.cid-vgouS2FIOa .item-text {
  color: #475569;
}
.cid-vgouS2FIOa .item-title,
.cid-vgouS2FIOa .mbr-section-btn {
  text-align: center;
}
.cid-vgouS2FIOa .mbr-section-title,
.cid-vgouS2FIOa .mbr-section-btn {
  color: #204395;
}
.cid-vgouS3gUIb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #204395;
}
.cid-vgouS3gUIb .mbr-section-title {
  color: #ffffff;
}
.cid-vgouS3gUIb .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vgouS3gUIb .align-left {
    text-align: center;
  }
}
.cid-vgouS3gUIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgouS3gUIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgouS4t6sC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-vgouS4t6sC .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vgouS4t6sC .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vgouS4t6sC .mbr-text {
  color: #320707;
}
.cid-vgouS4t6sC .phone-word {
  color: #279e64;
}
.cid-vgouS4t6sC .text-link {
  transition: all 0.3s ease-in;
}
.cid-vgouS4t6sC .text-link:hover {
  color: #279e64 !important;
}
.cid-vgouS4t6sC img {
  height: 100px;
  padding-right: 8px;
}
.cid-vgouS4t6sC .img1 {
  color: #279e64;
}
.cid-vgouS4t6sC .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgouS4t6sC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgouS4t6sC .content .link-wrap {
  color: red;
}
.cid-vgouS4t6sC .content .date-wrap {
  color: #abca34;
}
.cid-vgouS4t6sC .item,
.cid-vgouS4t6sC .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vgouS4t6sC .item h4,
.cid-vgouS4t6sC .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vgouS4t6sC .link {
  transition: all 0.3s ease-in;
}
.cid-vgouS4t6sC .link .card-img {
  padding-bottom: 3px;
}
.cid-vgouS4t6sC .link:hover .card-img span {
  color: #279e64;
}
.cid-vgouS4t6sC .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-vgouS4t6sC .item .card-img {
  width: auto;
}
.cid-vgouS4t6sC .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vgouS4t6sC .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vgouS4t6sC h5 {
    text-align: left !important;
  }
  .cid-vgouS4t6sC .line-wrap {
    text-align: left !important;
  }
}
.cid-vgouS4t6sC .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-vgouS4t6sC .item-title:hover {
  color: #279e64;
}
.cid-vgouS4t6sC .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vgouS4t6sC .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vgouS4t6sC .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vgouS4t6sC .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vgouS4t6sC .btn[class*="-outline"]:active,
.cid-vgouS4t6sC .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vgouS4t6sC .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vgouS4t6sC .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vgouS4t6sC .pre-form {
  color: #320707;
}
.cid-vgouS4t6sC .form-group,
.cid-vgouS4t6sC .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vgouS4t6sC .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-vgouS4t6sC .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vgouS4t6sC .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vgouS4t6sC .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vgouS4t6sC .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vgouS4t6sC .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vgouS4t6sC .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vgouS4t6sC .dragArea {
  flex-direction: column;
}
.cid-vgouS4t6sC .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-vgiVkNnliz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgiVkNnliz .nav-item:focus,
.cid-vgiVkNnliz .nav-link:focus {
  outline: none;
}
.cid-vgiVkNnliz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgiVkNnliz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgiVkNnliz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgiVkNnliz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgiVkNnliz .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-vgiVkNnliz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgiVkNnliz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgiVkNnliz .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgiVkNnliz .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vgiVkNnliz .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vgiVkNnliz .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vgiVkNnliz .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vgiVkNnliz .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vgiVkNnliz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgiVkNnliz .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgiVkNnliz .navbar.collapsed .navbar-collapse.show,
.cid-vgiVkNnliz .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgiVkNnliz .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vgiVkNnliz .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vgiVkNnliz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vgiVkNnliz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgiVkNnliz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgiVkNnliz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vgiVkNnliz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgiVkNnliz .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgiVkNnliz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgiVkNnliz .navbar.collapsed .right-menu,
.cid-vgiVkNnliz .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vgiVkNnliz .navbar .navbar-collapse.show,
  .cid-vgiVkNnliz .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgiVkNnliz .navbar .navbar-collapse.show .brand-container,
  .cid-vgiVkNnliz .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vgiVkNnliz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgiVkNnliz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vgiVkNnliz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgiVkNnliz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgiVkNnliz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vgiVkNnliz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vgiVkNnliz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgiVkNnliz .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgiVkNnliz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vgiVkNnliz .navbar .right-menu,
  .cid-vgiVkNnliz .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vgiVkNnliz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgiVkNnliz .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vgiVkNnliz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vgiVkNnliz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vgiVkNnliz .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgiVkNnliz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgiVkNnliz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgiVkNnliz .dropdown-item.active,
.cid-vgiVkNnliz .dropdown-item:active {
  background-color: transparent;
}
.cid-vgiVkNnliz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgiVkNnliz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgiVkNnliz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgiVkNnliz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgiVkNnliz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgiVkNnliz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgiVkNnliz ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vgiVkNnliz ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vgiVkNnliz .navbar-buttons {
  margin-left: auto;
}
.cid-vgiVkNnliz button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgiVkNnliz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgiVkNnliz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgiVkNnliz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgiVkNnliz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgiVkNnliz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgiVkNnliz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgiVkNnliz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vgiVkNnliz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vgiVkNnliz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgiVkNnliz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgiVkNnliz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgiVkNnliz .right-menu,
.cid-vgiVkNnliz .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vgiVkNnliz .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgiVkNnliz .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgiVkNnliz .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vgiVkNnliz .menu-top {
  text-align: center;
  width: 100%;
  background-color: #204395;
  padding: 0.5rem 0;
  color: #abca34;
}
.cid-vgiVkNnliz .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vgiVkNnliz .card-wrapper {
  z-index: 3;
}
.cid-vgiVkNnliz .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vgiVkNnliz .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgiVkNnliz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgY4K9POHc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #204395;
}
.cid-vgY4K9POHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgY4K9POHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgY4K9POHc .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vgY4K9POHc .mbr-text,
.cid-vgY4K9POHc .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vgY4K9POHc .mbr-section-title {
  text-align: justify;
  color: #abca34;
}
.cid-vh2N369qa8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh2N369qa8 .mbr-section-subtitle {
  color: #204395;
  display: inline;
  width: auto;
  transition: all .3s;
}
.cid-vh2N369qa8 .brand {
  border: 1px solid #3D626C4A;
  border-radius: 80px;
  padding: 10px 30px;
  display: inline;
  width: auto;
  margin: 7px 20px;
  background-color: #ffffff;
  transition: all .3s;
}
@media (max-width: 460px) {
  .cid-vh2N369qa8 .row-main {
    flex-direction: column;
  }
  .cid-vh2N369qa8 .col-auto {
    margin-bottom: 20px;
  }
  .cid-vh2N369qa8 .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-vh2N369qa8 .container {
  display: flex;
  justify-content: center;
}
.cid-vh2N369qa8 .brand:hover {
  border-color: #7eccc4;
}
.cid-vh2N369qa8 .brand:hover .mbr-section-subtitle {
  color: #7eccc4;
}
.cid-vh2N369qa8 .container,
.cid-vh2N369qa8 .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh2xD0yUMq {
  padding-top: 5rem;
  background-color: #ffffff;
}
.cid-vh2xD0yUMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2xD0yUMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2xD0yUMq .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vh2xD0yUMq .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vh2xD0yUMq .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vh2xD0yUMq .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vh2xD0yUMq .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vh2xD0yUMq .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vh2xD0yUMq .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vh2xD0yUMq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vh2xD0yUMq .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh2xD0yUMq .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh2xD0yUMq .items-wrapper {
  margin: 0 -10px;
}
.cid-vh2xD0yUMq .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-vh2xD0yUMq .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh2xD0yUMq .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vh2xD0yUMq .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vh2xD0yUMq .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #abca34;
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-vh2xD0yUMq .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vh2xD0yUMq .mbr-label,
.cid-vh2xD0yUMq .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vh2xD0yUMq .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vh2xD0yUMq .mbr-text,
.cid-vh2xD0yUMq .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vh2xD0yUMq .item-label {
  color: #abca34;
}
.cid-vh2xD0yUMq .item-title {
  color: #0f172a;
}
.cid-vh2xD0yUMq .item-text {
  color: #475569;
}
.cid-vh2xD0yUMq .list {
  color: #475569;
}
.cid-vh2xD0yUMq .item-title,
.cid-vh2xD0yUMq .mbr-section-btn {
  color: #204395;
}
.cid-vh2xD0yUMq .mbr-section-title,
.cid-vh2xD0yUMq .mbr-section-btn {
  color: #204395;
}
.cid-vhqOD6BnXj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vgiVkRoTV0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-vgiVkRoTV0 .widget-title {
  color: #abca34;
  margin-bottom: 30px;
}
.cid-vgiVkRoTV0 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vgiVkRoTV0 .mbr-text {
  color: #320707;
}
.cid-vgiVkRoTV0 .phone-word {
  color: #279e64;
}
.cid-vgiVkRoTV0 .text-link {
  transition: all 0.3s ease-in;
}
.cid-vgiVkRoTV0 .text-link:hover {
  color: #279e64 !important;
}
.cid-vgiVkRoTV0 img {
  height: 100px;
  padding-right: 8px;
}
.cid-vgiVkRoTV0 .img1 {
  color: #279e64;
}
.cid-vgiVkRoTV0 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgiVkRoTV0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgiVkRoTV0 .content .link-wrap {
  color: red;
}
.cid-vgiVkRoTV0 .content .date-wrap {
  color: #abca34;
}
.cid-vgiVkRoTV0 .item,
.cid-vgiVkRoTV0 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vgiVkRoTV0 .item h4,
.cid-vgiVkRoTV0 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vgiVkRoTV0 .link {
  transition: all 0.3s ease-in;
}
.cid-vgiVkRoTV0 .link .card-img {
  padding-bottom: 3px;
}
.cid-vgiVkRoTV0 .link:hover .card-img span {
  color: #279e64;
}
.cid-vgiVkRoTV0 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-vgiVkRoTV0 .item .card-img {
  width: auto;
}
.cid-vgiVkRoTV0 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-vgiVkRoTV0 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vgiVkRoTV0 h5 {
    text-align: left !important;
  }
  .cid-vgiVkRoTV0 .line-wrap {
    text-align: left !important;
  }
}
.cid-vgiVkRoTV0 .item-title {
  color: #320707;
  transition: all 0.3s ease-in;
}
.cid-vgiVkRoTV0 .item-title:hover {
  color: #279e64;
}
.cid-vgiVkRoTV0 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vgiVkRoTV0 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-vgiVkRoTV0 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vgiVkRoTV0 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #abca34 !important;
  box-shadow: none !important;
}
.cid-vgiVkRoTV0 .btn[class*="-outline"]:active,
.cid-vgiVkRoTV0 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vgiVkRoTV0 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vgiVkRoTV0 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vgiVkRoTV0 .pre-form {
  color: #320707;
}
.cid-vgiVkRoTV0 .form-group,
.cid-vgiVkRoTV0 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vgiVkRoTV0 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-vgiVkRoTV0 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-vgiVkRoTV0 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-vgiVkRoTV0 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-vgiVkRoTV0 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-vgiVkRoTV0 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-vgiVkRoTV0 .form-group .mbr-iconfont {
  color: #204395;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-vgiVkRoTV0 .dragArea {
  flex-direction: column;
}
.cid-vgiVkRoTV0 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
